KBDE About Main Page
Get It
Driver
Utils
Develop
Resources
My Other SF projects |
Man Page kbde.4
KBDESection: KBDE Programmer's manual (4)Updated: January 4, 2004 Index Return to Main Contents NAMEkbde - keyboard emulatorDESCRIPTIONThe file /dev/kbde is a character write-only device with major number 11 and minor number 0. (It was modeled after Sparc-Linux which has device kbd with these number).Purpose of this driver - emulate keyboard for keyboard-less (x86) computers. For example, we have keyboard-like device connected to the serial port 1. Following, will do a work: user_process < /dev/ttyS0 > /dev/kbde user_process is user process, which undestand device protocol and translate device output into keyboard emulator input. Keyboard emulator input is a scancode sequience - exactly as it will be generated by real keyboard. EXAMPLES
FILES/dev/kbdeSEE ALSOmknod(1), chown(1), kbde(3), xt_kbde_scancode(7)AUTHORValery Reznic <valery_reznic@users.sourceforge.net>.
IndexThis document was created by man2html, using the manual pages. Time: 06:31:49 GMT, May 14, 2007 |