minix/drivers
David van Moolenbroek 6b3f4dc157 Input infrastructure, INPUT server, PCKBD driver
This commit separates the low-level keyboard driver from TTY, putting
it in a separate driver (PCKBD). The commit also separates management
of raw input devices from TTY, and puts it in a separate server
(INPUT). All keyboard and mouse input from hardware is sent by drivers
to the INPUT server, which either sends it to a process that has
opened a raw input device, or otherwise forwards it to TTY for
standard processing.

Design by Dirk Vogt. Prototype by Uli Kastlunger.

Additional changes made to the prototype:

- the event communication is now based on USB HID codes; all input
  drivers have to use USB codes to describe events;
- all TTY keymaps have been converted to USB format, with the effect
  that a single keymap covers all keys; there is no (static) escaped
  keymap anymore;
- further keymap tweaks now allow remapping of literally all keys;
- input device renumbering and protocol rewrite;
- INPUT server rewrite, with added support for cancel and select;
- PCKBD reimplementation, including PC/AT-to-USB translation;
- support for manipulating keyboard LEDs has been added;
- keyboard and mouse multiplexer devices have been added to INPUT,
  primarily so that an X server need only open two devices;
- a new "libinputdriver" library abstracts away protocol details from
  input drivers, and should be used by all future input drivers;
- both INPUT and PCKBD can be restarted;
- TTY is now scheduled by KERNEL, so that it won't be punished for
  running a lot; without this, simply running "yes" on the console
  kills the system;
- the KIOCBELL IOCTL has been moved to /dev/console;
- support for the SCANCODES termios setting has been removed;
- obsolete keymap compression has been removed;
- the obsolete Olivetti M24 keymap has been removed.

Change-Id: I3a672fb8c4fd566734e4b46d3994b4b7fc96d578
2014-03-01 09:04:55 +01:00
..
acpi Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ahci Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
amddev ARM updates 2013-01-17 10:03:58 +01:00
at_wini Block drivers: make IOCTL request unsigned long 2014-02-19 11:22:15 +01:00
atl2 drivers: fix various sys_irqsetpolicy calls 2012-10-24 11:29:10 +00:00
audio libaudiodriver: use libchardriver 2014-03-01 09:04:51 +01:00
bmp085 libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
cat24c256 Block drivers: make IOCTL request unsigned long 2014-02-19 11:22:15 +01:00
dec21140A a bit more -Werror compatability 2013-08-20 11:37:40 +02:00
dp8390 dp8390: resolve Coverity warnings (encore) 2012-08-14 09:11:18 +00:00
dpeth panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
e1000 Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
fb libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
fbd Block drivers: make IOCTL request unsigned long 2014-02-19 11:22:15 +01:00
filter filter: use libblockdriver 2014-03-01 09:04:53 +01:00
floppy Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
fxp Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
gpio arm:fix GPIO revision check on DM37XX. 2014-01-20 09:33:16 +01:00
hello libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
i2c libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
lan8710a arm:replace ifdef's by runtime checks in the lan8710a driver. 2014-02-12 13:47:46 +01:00
lance lance: resolve Coverity warnings 2012-08-06 16:18:39 +00:00
log Kernel: make SIGKMESS target process list dynamic 2014-03-01 09:04:54 +01:00
memory libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
mmc Block drivers: make IOCTL request unsigned long 2014-02-19 11:22:15 +01:00
orinoco Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
pci rtl8169: add support for RTL8101E family 2013-02-15 11:05:35 +01:00
pckbd Input infrastructure, INPUT server, PCKBD driver 2014-03-01 09:04:55 +01:00
printer Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
ramdisk Input infrastructure, INPUT server, PCKBD driver 2014-03-01 09:04:55 +01:00
random libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
readclock moving prototypes to lib.h 2014-02-18 11:25:01 +01:00
rtl8139 Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
rtl8169 Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
sht21 libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
tda19988 Block drivers: make IOCTL request unsigned long 2014-02-19 11:22:15 +01:00
ti1225 ARM updates 2013-01-17 10:03:58 +01:00
tps65217 Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
tps65950 libi2cdriver: add functions for IC register access 2013-09-18 08:10:26 -04:00
tsl2550 libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
tty Input infrastructure, INPUT server, PCKBD driver 2014-03-01 09:04:55 +01:00
vbox Some more 64bit function eradication. 2013-08-07 12:35:53 +00:00
virtio_blk Block drivers: make IOCTL request unsigned long 2014-02-19 11:22:15 +01:00
virtio_net virtio-net: acknowledge used features 2013-09-11 18:34:11 +02:00
vnd Add VND driver, providing loopback devices 2014-03-01 09:04:54 +01:00
Makefile Input infrastructure, INPUT server, PCKBD driver 2014-03-01 09:04:55 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00