mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 05:30:03 +01:00
rules: Reduce our list of HID++ devices
Those devices have been supported in the Linux kernel since at least 3.19, so there's no need to try and support those with our user-space handling. Closes: #3
This commit is contained in:
parent
fb10b80d44
commit
56ff72fdf4
1 changed files with 0 additions and 5 deletions
|
|
@ -4,11 +4,6 @@ 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}=="c52b", DRIVER=="logitech-djdevice", ENV{UPOWER_BATTERY_TYPE}="unifying"
|
||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c532", DRIVER=="logitech-djdevice", ENV{UPOWER_BATTERY_TYPE}="unifying"
|
||||
# These devices bind to the hid-logitech-hidpp module since Linux 3.19
|
||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", DRIVER=="logitech-hidpp-device", ENV{UPOWER_BATTERY_TYPE}="unifying"
|
||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c532", DRIVER=="logitech-hidpp-device", ENV{UPOWER_BATTERY_TYPE}="unifying"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue