Skip to content

Commit

Permalink
Add Logitech touchpads, sort vendors alphabetically (#13167)
Browse files Browse the repository at this point in the history
hwdb: Add Logitech touchpads, such as Logitech Wireless Touchpad, Logitech T650 and others

Sort vendors alphabetically.
  • Loading branch information
RussianNeuroMancer authored and keszybz committed Jul 24, 2019
1 parent 907ddcd commit db8d014
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions hwdb/70-touchpad.hwdb
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,22 @@ touchpad:usb:*
touchpad:bluetooth:*
ID_INPUT_TOUCHPAD_INTEGRATION=external

###########################################################
# Wacom
###########################################################
touchpad:usb:v056a*
ID_INPUT_TOUCHPAD_INTEGRATION=external

###########################################################
# Apple
###########################################################
# Magic Trackpad (1 and 2)
touchpad:usb:v05acp030e:*
touchpad:usb:v05acp0265:*
ID_INPUT_TOUCHPAD_INTEGRATION=external


###########################################################
# Logitech
###########################################################
touchpad:usb:v046d*
ID_INPUT_TOUCHPAD_INTEGRATION=external

###########################################################
# Wacom
###########################################################
touchpad:usb:v056a*
ID_INPUT_TOUCHPAD_INTEGRATION=external

0 comments on commit db8d014

Please sign in to comment.