From 2df2ec3dada777ebf49095fe9e66776ff5166818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 19 Oct 2018 02:25:28 +0200 Subject: Fri, 19 Oct 2018 02:25:28 +0200 --- Bluetooth-keypad.wiki | 35 +++++++++++++++++++++++++++++++++++ index.wiki | 1 + 2 files changed, 36 insertions(+) create mode 100644 Bluetooth-keypad.wiki diff --git a/Bluetooth-keypad.wiki b/Bluetooth-keypad.wiki new file mode 100644 index 0000000..80407c0 --- /dev/null +++ b/Bluetooth-keypad.wiki @@ -0,0 +1,35 @@ +- https://www.kernel.org/doc/Documentation/input/input.txt +- https://www.kernel.org/doc/Documentation/input/joystick.txt +- https://stackoverflow.com/questions/15949163/read-from-dev-input#15949311 + +`/proc/bus/input/devices` + +`/sys/class/input` + + +00000630: 7711 c95b 0000 0000 4987 0400 0000 0000 w..[....I....... +00000640: 0400 0400 0100 0900 7711 c95b 0000 0000 ........w..[.... +00000650: 4987 0400 0000 0000 0100 3001 0100 0000 I.........0..... +00000660: 7711 c95b 0000 0000 4987 0400 0000 0000 w..[....I....... +00000670: 0000 0000 0000 0000 7711 c95b 0000 0000 ........w..[.... +00000680: 57e8 0600 0000 0000 0400 0400 0100 0900 W............... +00000690: 7711 c95b 0000 0000 57e8 0600 0000 0000 w..[....W....... +000006a0: 0100 3001 0000 0000 7711 c95b 0000 0000 ..0.....w..[.... +000006b0: 57e8 0600 0000 0000 0000 0000 0000 0000 W............... + +000006c0: 8611 c95b 0000 0000 28fb 0200 0000 0000 ...[....(....... +000006d0: 0400 0400 0100 0900 8611 c95b 0000 0000 ...........[.... +000006e0: 28fb 0200 0000 0000 0100 3001 0100 0000 (.........0..... +000006f0: 8611 c95b 0000 0000 28fb 0200 0000 0000 ...[....(....... +00000700: 0000 0000 0000 0000 8611 c95b 0000 0000 ...........[.... +00000710: 25b3 0600 0000 0000 0400 0400 0100 0900 %............... +00000720: 8611 c95b 0000 0000 25b3 0600 0000 0000 ...[....%....... +00000730: 0100 3001 0000 0000 8611 c95b 0000 0000 ..0........[.... +00000740: 25b3 0600 0000 0000 0000 0000 0000 0000 %............... + + +---------- + +{{{ +$ jstest /dev/input/js0 +}}} diff --git a/index.wiki b/index.wiki index b423058..54963de 100644 --- a/index.wiki +++ b/index.wiki @@ -19,6 +19,7 @@ * [[Dator]] * [[Dator/Hornquist]] * [[luacrypto]] + * [[Bluetooth-keypad]] * [[diary/diary|Dagbok]] -- cgit v1.2.3