New driver linux_input
This driver receives input from event devices of the linux input subsystem. Tested on Linux 3.16/i386. Signed-off-by: Harald Geyer <harald@ccbib.org>
This commit is contained in:
@@ -46,7 +46,7 @@ DriverPath=server/drivers/
|
||||
# The following drivers are supported:
|
||||
# bayrad, CFontz, CFontzPacket, curses, CwLnx, ea65, EyeboxOne, g15, glcd,
|
||||
# glcdlib, glk, hd44780, icp_a106, imon, imonlcd,, IOWarrior, irman, joy,
|
||||
# lb216, lcdm001, lcterm, lirc, lis, MD8800,, mdm166a, ms6931, mtc_s16209x,
|
||||
# lb216, lcdm001, lcterm, linux_input, lirc, lis, MD8800, mdm166a, ms6931, mtc_s16209x,
|
||||
# MtxOrb, mx5000, NoritakeVFD, picolcd,, pyramid, rawserial, sdeclcd,
|
||||
# sed1330, sed1520, serialPOS, serialVFD, shuttleVFD, sli,, stv5730, svga,
|
||||
# t6963, text, tyan, ula200, vlsys_m428, xosd
|
||||
@@ -797,6 +797,21 @@ Device=/dev/ttyS1
|
||||
Size=16x2
|
||||
|
||||
|
||||
## Linux event device input driver ##
|
||||
[linux_input]
|
||||
|
||||
# Select the input device to use [default: /dev/input/event0]
|
||||
Device=/dev/input/event0
|
||||
|
||||
# specify a non-default key map
|
||||
#key=1,Escape
|
||||
#key=28,Enter
|
||||
#key=96,Enter
|
||||
#key=105,Left
|
||||
#key=106,Right
|
||||
#key=103,Up
|
||||
#key=108,Down
|
||||
|
||||
|
||||
## LIRC input driver ##
|
||||
[lirc]
|
||||
|
||||
Reference in New Issue
Block a user