mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 22:50:05 +01:00
data: add the alps firmware version LUT
Just in case we need it Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0bb30e5d3e
commit
b20f6c2330
1 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,17 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# ALPS firmware versions:
|
||||
# V1 = 0x100
|
||||
# V2 = 0x200
|
||||
# V3 = 0x300
|
||||
# V3_RUSHMORE = 0x310
|
||||
# V4 = 0x400
|
||||
# V5 = 0x500
|
||||
# V6 = 0x600
|
||||
# V7 = 0x700 /* t3btl t4s */
|
||||
# V8 = 0x800 /* SS4btl SS4s */
|
||||
# V9 = 0x900 /* ss3btl */
|
||||
|
||||
[ALPS Serial Touchpads]
|
||||
MatchUdevType=touchpad
|
||||
MatchBus=ps2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue