Skip to content

Instantly share code, notes, and snippets.

@thorhop
Created March 15, 2019 07:35
Show Gist options
  • Save thorhop/b03c4bfab30830410247cdc2bea1b04c to your computer and use it in GitHub Desktop.
Save thorhop/b03c4bfab30830410247cdc2bea1b04c to your computer and use it in GitHub Desktop.
libinput record (ASUS Zephyrus M GM501GM)
...
Select the device event number: 11
Recording to 'stdout'.
version: 1
ndevices: 1
libinput:
version: "1.12.6"
git: "unknown"
system:
kernel: "5.0.0-7-generic"
dmi: "dmi:bvnAmericanMegatrendsInc.:bvrGM501GM.309:bd12/26/2018:svnASUSTeKCOMPUTERINC.:pnZephyrusMGM501GM:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnGM501GM:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:"
devices:
- node: /dev/input/event11
evdev:
# Name: ASUSTeK Computer Inc. N-KEY Device
# ID: bus 0x3 vendor 0xb05 product 0x1866 version 0x110
# Supported Events:
# Event type 0 (EV_SYN)
# Event type 3 (EV_ABS)
# Event code 40 (ABS_MISC)
# Value 0
# Min 0
# Max 255
# Fuzz 0
# Flat 0
# Resolution 0
# Properties:
name: "ASUSTeK Computer Inc. N-KEY Device"
id: [3, 2821, 6246, 272]
codes:
0: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] # EV_SYN
3: [40] # EV_ABS
absinfo:
40: [0, 255, 0, 0, 0]
properties: []
udev:
properties:
- ID_INPUT=1
- LIBINPUT_DEVICE_GROUP=3/b05/1866:usb-0000:00:14.0-10
quirks:
events:
- evdev:
- [ 0, 0, 3, 40, 1] # EV_ABS / ABS_MISC 1
- [ 0, 0, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +0ms
- evdev:
- [ 0, 71983, 3, 40, 0] # EV_ABS / ABS_MISC 0
- [ 0, 71983, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +71ms
- evdev:
- [ 0, 854994, 3, 40, 1] # EV_ABS / ABS_MISC 1
- [ 0, 854994, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +783ms
- evdev:
- [ 0, 927001, 3, 40, 0] # EV_ABS / ABS_MISC 0
- [ 0, 927001, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +73ms
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment