Displaying 1 result from an estimated 1 matches for "up_hid_end".
2015 May 29
4
UPower: 95-upower-hid.rules update
...upstream UPower http://cgit.freedesktop.org/upower/tree/rules/95-upower-hid.rules
-# only support USB, else ignore
+# newer hiddev are part of the usbmisc class
SUBSYSTEM=="usbmisc", GOTO="up_hid_chkdev"
+# only support USB, else ignore
SUBSYSTEM!="usb", GOTO="up_hid_end"
# if usbraw device, ignore
@@ -17,21 +20,31 @@
ATTRS{idVendor}=="03f0", ENV{UPOWER_VENDOR}="Hewlett Packard"
ATTRS{idVendor}=="0463", ENV{UPOWER_VENDOR}="Eaton"
ATTRS{idVendor}=="047c", ENV{UPOWER_VENDOR}="Dell"
+ATTRS{idVendor...