mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-02 07:18:00 +02:00
supply: Remove ID_INPUT_TABLET_PAD check as it implies ID_INPUT_TABLET
No need to test for ID_INPUT_TABLET_PAD separately.
This commit is contained in:
parent
68d4f3702d
commit
115b756eaf
1 changed files with 0 additions and 1 deletions
|
|
@ -843,7 +843,6 @@ up_device_supply_sibling_discovered (UpDevice *device,
|
|||
} types[] = {
|
||||
/* In order of type priority, we never downgrade here (loop aborts). */
|
||||
{ "ID_INPUT_TABLET", UP_DEVICE_KIND_TABLET },
|
||||
{ "ID_INPUT_TABLET_PAD", UP_DEVICE_KIND_TABLET },
|
||||
{ "ID_INPUT_KEYBOARD", UP_DEVICE_KIND_KEYBOARD },
|
||||
{ "ID_INPUT_TOUCHPAD", UP_DEVICE_KIND_TOUCHPAD },
|
||||
{ "ID_INPUT_MOUSE", UP_DEVICE_KIND_MOUSE },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue