mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-02 12:00:08 +01:00
data: Also remove HID++ udev rules
Now that HID++ user-space support has been removed.
This commit is contained in:
parent
fb431ad9ee
commit
daf15b0f91
2 changed files with 1 additions and 11 deletions
|
|
@ -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"
|
|
||||||
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
udevrules_DATA = \
|
udevrules_DATA = \
|
||||||
95-upower-wup.rules \
|
95-upower-wup.rules \
|
||||||
95-upower-hid.rules \
|
95-upower-hid.rules
|
||||||
95-upower-hidpp.rules
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(udevrules_DATA)
|
$(udevrules_DATA)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue