summaryrefslogtreecommitdiff
path: root/src/bsd_kbd.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixes.Thomas Klausner2013-10-281-9/+9
* Check open() return value.Thomas Klausner2013-10-181-0/+4
* Factor out common code.Thomas Klausner2013-10-181-13/+18
* Move WSCONS case inside switch statement.Thomas Klausner2013-10-181-1/+1
* Improve auto-detection.Thomas Klausner2013-10-181-0/+6
* Fix wskbd handling when VT switching.Thomas Klausner2013-10-181-1/+34
* Make OpenKeyboard() warn instead of error out.Thomas Klausner2013-10-181-4/+4
* Add WSKBD_TYPE_LK201.Thomas Klausner2013-10-181-0/+5
* Add default device for Protocol "wskbd".Thomas Klausner2013-10-181-11/+9
* Recognize WSKBD_TYPE_MAPLE for dreamcast.Thomas Klausner2013-10-181-0/+5
* Fix a shadowing warning, and add const.Thomas Klausner2013-10-181-4/+4
* Set the version for the keyboard.Thomas Klausner2013-10-181-0/+7
* Cleanup set the value of CustomKeycodesAlexandr Shadchin2011-02-171-1/+0
* Do not print values of Protocol twiceAlexandr Shadchin2011-02-141-1/+0
* bsd: Replace deprecated xfree/xcalloc with free & callocAlexandr Shadchin2011-01-101-6/+6
* bsd: Fix print wscons type keyboard for Sun5Alexandr Shadchin2011-01-071-3/+3
* Removing unused SetKbdRepeatAlexandr Shadchin2011-01-071-20/+0
* bsd: Include fixAlexandr Shadchin2011-01-031-3/+1
* Removing unused variables vtSwitchSupported and VTSwitchEnabledAlexandr Shadchin2010-11-301-9/+0
* Purge macro NEED_EVENTSFernando Carrijo2010-07-091-2/+0
* Missing #ifdef for PCCONSGaetan Nadon2010-05-141-0/+7
* config: remove AH_TOP autoheader statementGaetan Nadon2010-05-141-0/+1
* Remove SpecialKey handling.Daniel Stone2009-02-111-47/+0
* Fix parameters order for printWsType().Matthieu Herrb2007-12-121-1/+1
* move os keyboard layer into kbd driver, remove legacy keyboard driverDaniel Stone2006-11-021-0/+527