summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz <arekm@maven.pl>2013-03-22 15:28:11 +0100
committerRichard Hughes <richard@hughsie.com>2013-03-22 19:44:58 +0000
commit32daed2dfa22196bd4c51fdabad3d333d4839903 (patch)
tree5f12e5d3858ba6f32694bd468b58bc99f2b22501 /rules
parentfd0286e871bcf67d29aa622b66ecf362fe2d6ec0 (diff)
downloadupower-32daed2dfa22196bd4c51fdabad3d333d4839903.tar.gz
Add support for Logitech Wireless (NonUnifying) devices
There are Logitech Wireless devices similar to Unifying ones with the difference that device is paired with single dongle and dongle doesn't support pairing multiple devices. Add support for these. Tested with Wireless Mouse M187 and M185/M225. Signed-off-by: Arkadiusz Miśkiewicz <arekm@maven.pl> Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'rules')
-rw-r--r--rules/95-upower-csr.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/95-upower-csr.rules b/rules/95-upower-csr.rules
index b8d92fe..b476660 100644
--- a/rules/95-upower-csr.rules
+++ b/rules/95-upower-csr.rules
@@ -25,4 +25,5 @@ SUBSYSTEM!="hid", GOTO="up_unifying_end"
ATTRS{idVendor}=="046d", ENV{UPOWER_VENDOR}="Logitech, Inc."
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", DRIVER=="logitech-djdevice", ENV{UPOWER_BATTERY_TYPE}="unifying"
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c532", DRIVER=="logitech-djdevice", ENV{UPOWER_BATTERY_TYPE}="unifying"
+ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52f", ENV{UPOWER_BATTERY_TYPE}="lg-wireless"
LABEL="up_unifying_end"