From fd0286e871bcf67d29aa622b66ecf362fe2d6ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 21 Mar 2013 20:40:26 +0100 Subject: Repair vendor handling for Logitech Unifying devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set proper vendor via udev rules for unifying devices and handle that in code. Signed-off-by: Arkadiusz Miƛkiewicz Signed-off-by: Richard Hughes --- rules/95-upower-csr.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'rules') diff --git a/rules/95-upower-csr.rules b/rules/95-upower-csr.rules index bd171b2..b8d92fe 100644 --- a/rules/95-upower-csr.rules +++ b/rules/95-upower-csr.rules @@ -22,6 +22,7 @@ LABEL="up_csr_end" # Unifying HID++ devices 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" LABEL="up_unifying_end" -- cgit v1.2.1