data: Also remove HID++ udev rules

Now that HID++ user-space support has been removed.
This commit is contained in:
Bastien Nocera 2021-06-17 14:36:54 +02:00
parent fb431ad9ee
commit daf15b0f91
2 changed files with 1 additions and 11 deletions

View file

@ -1,9 +0,0 @@
##############################################################################################################
# Unifying HID++ devices
SUBSYSTEM!="hid", GOTO="up_unifying_end"
# Kernel provides the battery information already
ATTRS{idVendor}=="046d", TEST=="builtin_power_supply", GOTO="up_unifying_end"
ATTRS{idVendor}=="046d", ENV{UPOWER_VENDOR}="Logitech, Inc."
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52f", ENV{UPOWER_BATTERY_TYPE}="lg-wireless"
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c531", ENV{UPOWER_BATTERY_TYPE}="lg-wireless"
LABEL="up_unifying_end"

View file

@ -2,8 +2,7 @@
udevrules_DATA = \
95-upower-wup.rules \
95-upower-hid.rules \
95-upower-hidpp.rules
95-upower-hid.rules
EXTRA_DIST = \
$(udevrules_DATA)