diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-01-18 11:57:55 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-01-18 04:31:53 +0000 |
commit | c412924003b31541b0b97025d71609a38367863e (patch) | |
tree | 03631ca0dbd3667b4663864fc3289358890f8a00 /quirks/50-system-chicony.quirks | |
parent | 8630e0ef67ff458160492c2ce5c912a6e0adabaa (diff) | |
download | libinput-c412924003b31541b0b97025d71609a38367863e.tar.gz |
quirks: enforce uppercase hex numbers
No specific reason other than consistency.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'quirks/50-system-chicony.quirks')
-rw-r--r-- | quirks/50-system-chicony.quirks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quirks/50-system-chicony.quirks b/quirks/50-system-chicony.quirks index 1ce3b8dc..911b7d69 100644 --- a/quirks/50-system-chicony.quirks +++ b/quirks/50-system-chicony.quirks @@ -12,6 +12,6 @@ AttrTPKComboLayout=below [Chicony Lenovo MIIX 720 Touchpad] MatchUdevType=touchpad MatchBus=usb -MatchVendor=0x17ef -MatchProduct=0x60a6 +MatchVendor=0x17EF +MatchProduct=0x60A6 AttrTPKComboLayout=below |