summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
10 daysbsd: Add some missing special keys from Japanese keyboardsHEADmasternia1-5/+5
2024-03-18sun_kbd.c: #include <sys/kbio.h> directlyAlan Coopersmith1-0/+1
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2-2/+2
2022-01-16Fix spelling/wording issuesAlan Coopersmith1-2/+2
2019-10-29linux: RemoveAdam Jackson4-859/+1
2016-05-31Use xf86AddEnabledDevice with threaded inputKeith Packard1-1/+14
2015-11-30Remove support for X input ABI < 12Alexandr Shadchin1-70/+13
2015-11-30Reorder load module stuffAlexandr Shadchin1-50/+44
2015-11-30Remove empty function xf86KbdUnplugAlexandr Shadchin1-6/+1
2015-07-23Add defines for Japanese 106-key USB keyboards.Yasushi Oshima1-7/+23
2015-03-27linux: bring our process group to the foreground (#89653)Peter Hutterer1-0/+9
2015-03-22Mark xf86OSKbdPreInit as _X_EXPORT in header to match definitionsAlan Coopersmith1-1/+1
2014-05-08Init LEDs to zero before querying the valuePeter Hutterer1-1/+1
2014-02-11Detangle inet keys and jp Henkan/ Muhenkan keysEgbert Eich2-0/+7
2013-10-28Whitespace fixes.Thomas Klausner1-9/+9
2013-10-18Check open() return value.Thomas Klausner1-0/+4
2013-10-18Factor out common code.Thomas Klausner1-13/+18
2013-10-18Do not assume type in WS_*_MAP_SIZE macros.Thomas Klausner1-5/+5
2013-10-18Add some NetBSD feature detection code.Thomas Klausner2-1/+9
2013-10-18Move WSCONS case inside switch statement.Thomas Klausner1-1/+1
2013-10-18Improve auto-detection.Thomas Klausner1-0/+6
2013-10-18Fix wskbd handling when VT switching.Thomas Klausner2-1/+35
2013-10-18Make OpenKeyboard() warn instead of error out.Thomas Klausner1-4/+4
2013-10-18Add WSKBD_TYPE_LK201.Thomas Klausner1-0/+5
2013-10-18Add default device for Protocol "wskbd".Thomas Klausner1-11/+9
2013-10-18Recognize WSKBD_TYPE_MAPLE for dreamcast.Thomas Klausner1-0/+5
2013-10-18Fix a shadowing warning, and add const.Thomas Klausner1-4/+4
2013-10-18Set the version for the keyboard.Thomas Klausner1-0/+7
2013-10-18Add a basic map for an LK201 keyboard.Thomas Klausner1-0/+269
2013-10-18Fix scan code 50 key on non-US-USB keyboards.Thomas Klausner1-1/+1
2013-10-18Add a couple mappings for keys found on Sun keyboards.Thomas Klausner1-5/+5
2013-10-18Use existing wscons USB keymap for WSKBD_TYPE_MAPLE on dreamcast.Thomas Klausner1-0/+3
2013-10-18Add translation table for AT/PS2 pseudo XT scancodes.Thomas Klausner1-1/+234
2013-10-18More ADB fixes.Thomas Klausner1-2/+7
2013-10-18Fixes for the ADB map.Thomas Klausner1-4/+4
2013-10-18Added keysyms for extra keys on Sun Type 6 USB keyboard.Thomas Klausner1-15/+15
2013-10-18Added keysym for Power keys.Thomas Klausner1-1/+1
2013-10-18Map the Sun keyboard "help" key.Thomas Klausner1-1/+1
2013-10-18Added some missing keysyms to the ADB keymap.Thomas Klausner1-5/+5
2013-03-27Use sigsafe logging for keyboard debug messagesPeter Hutterer4-13/+19
2012-07-23Link with $(XORG_LIBS) to support no-undefined linkingAlan Coopersmith1-0/+1
2012-04-30Solaris: ensure "Device" option is set, even if HAL didn't set it for usAlan Coopersmith1-0/+2
2012-04-30Set XI_PROP_DEVICE_NODE property to string from "Device" optionAlan Coopersmith1-0/+19
2012-01-18Solaris: Use uchar_t, not int, for led masks in KIOCSLED/KIOCGLED ioctlsAlan Coopersmith1-3/+5
2011-09-27Remove calls to xf86IsPc98()Peter Hutterer2-24/+8
2011-07-18Return proper default for unknown values in pInfo->device_control.Terry Lambert1-0/+3
2011-02-18Removed unnecessary code, since ABI_XINPUT_VERSION >= 2Alexandr Shadchin1-44/+0
2011-02-17Cleanup set the value of CustomKeycodesAlexandr Shadchin4-17/+2
2011-02-14Do not print values of Protocol twiceAlexandr Shadchin2-2/+0
2011-02-14Remove unused XQUEUEAlexandr Shadchin1-8/+0