• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1##############################################################################################################
2# Unifying HID++ devices
3SUBSYSTEM!="hid", GOTO="up_unifying_end"
4# Kernel provides the battery information already
5ATTRS{idVendor}=="046d", TEST=="builtin_power_supply", GOTO="up_unifying_end"
6ATTRS{idVendor}=="046d", ENV{UPOWER_VENDOR}="Logitech, Inc."
7ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52f", ENV{UPOWER_BATTERY_TYPE}="lg-wireless"
8ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c531", ENV{UPOWER_BATTERY_TYPE}="lg-wireless"
9LABEL="up_unifying_end"
10