mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-28 15:20:05 +01:00
Fix HID rules header, as per discussions
Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
parent
1e4f711df4
commit
ae9f8521c6
1 changed files with 8 additions and 2 deletions
|
|
@ -1,10 +1,16 @@
|
|||
##############################################################################################################
|
||||
# Uninterruptible Power Supplies with USB HID interfaces
|
||||
#
|
||||
# to keep up to date, monitor: http://svn.debian.org/wsvn/nut/trunk/scripts/upower/95-upower-hid.rules
|
||||
# This file was automatically generated by NUT:
|
||||
# https://github.com/networkupstools/nut/
|
||||
#
|
||||
# To keep up to date, monitor upstream NUT
|
||||
# https://github.com/networkupstools/nut/commits/master/scripts/upower/95-upower-hid.rules
|
||||
# or checkout the NUT repository and call 'tools/nut-usbinfo.pl'
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue