mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-01 18:54:29 +02:00
Updated Linux udev keys binding (markdown)
@@ -15,16 +15,18 @@ Or interrupt and restart `evtest` giving the device path
|
||||
|
||||
sudo evtest /dev/input/event6
|
||||
|
||||
First, read the line `Input device ID:`
|
||||
|
||||
Input device ID: bus 0x3 vendor 0xef5 product 0x3014 version 0x100
|
||||
|
||||
memorize bus, vendor and product values using 4 capitalized digits without 0x: `0003` `0EF5` `3014`. They will be used later.
|
||||
|
||||
Click on device buttons and read scancode after `(MSC_SCAN), value`
|
||||
|
||||
Event: time 1455575367.579903, type 4 (EV_MSC), code 4 (MSC_SCAN), value 7004b
|
||||
|
||||
The scancode is here `7004b`.
|
||||
|
||||
Other interesting values were written at the beginning:
|
||||
|
||||
Input device ID: bus 0x3 vendor 0xef5 product 0x3014 version 0x100
|
||||
|
||||
As root, create a file `/etc/udev/hwdb.d/61-smart-pointer.hwdb` and put in it something similar to
|
||||
|
||||
### Smart pointer UP4-SP-800 (aka Satechi SP600) binding example ###
|
||||
|
Reference in New Issue
Block a user