summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* linux: RemoveAdam Jackson2019-10-294-859/+1
* Use xf86AddEnabledDevice with threaded inputKeith Packard2016-05-311-1/+14
* Remove support for X input ABI < 12Alexandr Shadchin2015-11-301-70/+13
* Reorder load module stuffAlexandr Shadchin2015-11-301-50/+44
* Remove empty function xf86KbdUnplugAlexandr Shadchin2015-11-301-6/+1
* Add defines for Japanese 106-key USB keyboards.Yasushi Oshima2015-07-231-7/+23
* linux: bring our process group to the foreground (#89653)Peter Hutterer2015-03-271-0/+9
* Mark xf86OSKbdPreInit as _X_EXPORT in header to match definitionsAlan Coopersmith2015-03-221-1/+1
* Init LEDs to zero before querying the valuePeter Hutterer2014-05-081-1/+1
* Detangle inet keys and jp Henkan/ Muhenkan keysEgbert Eich2014-02-112-0/+7
* 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
* Do not assume type in WS_*_MAP_SIZE macros.Thomas Klausner2013-10-181-5/+5
* Add some NetBSD feature detection code.Thomas Klausner2013-10-182-1/+9
* 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-182-1/+35
* 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
* Add a basic map for an LK201 keyboard.Thomas Klausner2013-10-181-0/+269
* Fix scan code 50 key on non-US-USB keyboards.Thomas Klausner2013-10-181-1/+1
* Add a couple mappings for keys found on Sun keyboards.Thomas Klausner2013-10-181-5/+5
* Use existing wscons USB keymap for WSKBD_TYPE_MAPLE on dreamcast.Thomas Klausner2013-10-181-0/+3
* Add translation table for AT/PS2 pseudo XT scancodes.Thomas Klausner2013-10-181-1/+234
* More ADB fixes.Thomas Klausner2013-10-181-2/+7
* Fixes for the ADB map.Thomas Klausner2013-10-181-4/+4
* Added keysyms for extra keys on Sun Type 6 USB keyboard.Thomas Klausner2013-10-181-15/+15
* Added keysym for Power keys.Thomas Klausner2013-10-181-1/+1
* Map the Sun keyboard "help" key.Thomas Klausner2013-10-181-1/+1
* Added some missing keysyms to the ADB keymap.Thomas Klausner2013-10-181-5/+5
* Use sigsafe logging for keyboard debug messagesPeter Hutterer2013-03-274-13/+19
* Link with $(XORG_LIBS) to support no-undefined linkingAlan Coopersmith2012-07-231-0/+1
* Solaris: ensure "Device" option is set, even if HAL didn't set it for usAlan Coopersmith2012-04-301-0/+2
* Set XI_PROP_DEVICE_NODE property to string from "Device" optionAlan Coopersmith2012-04-301-0/+19
* Solaris: Use uchar_t, not int, for led masks in KIOCSLED/KIOCGLED ioctlsAlan Coopersmith2012-01-181-3/+5
* Remove calls to xf86IsPc98()Peter Hutterer2011-09-272-24/+8
* Return proper default for unknown values in pInfo->device_control.Terry Lambert2011-07-181-0/+3
* Removed unnecessary code, since ABI_XINPUT_VERSION >= 2Alexandr Shadchin2011-02-181-44/+0
* Cleanup set the value of CustomKeycodesAlexandr Shadchin2011-02-174-17/+2
* Do not print values of Protocol twiceAlexandr Shadchin2011-02-142-2/+0
* Remove unused XQUEUEAlexandr Shadchin2011-02-141-8/+0
* lnx: Fix detect CustomKeycodes for __powerpc__Alexandr Shadchin2011-02-141-1/+1
* Removing unused bell_pitch and bell_durationAlexandr Shadchin2011-01-101-2/+0
* Removing unused PROT_XQUEUE and PROT_USBAlexandr Shadchin2011-01-101-2/+0
* bsd: Replace deprecated xfree/xcalloc with free & callocAlexandr Shadchin2011-01-101-6/+6