summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-06Remove now un-used autorepeat field.Peter Hutterer
2009-10-06Don't use XKB_DFLT_RULES from the server.Peter Hutterer
2009-08-19sun_kbd: Check if streams module is already on the stack before pushing itAlan Coopersmith
2009-08-13sun_kbd: Use HID ioctl variants to get/set direct mode on usbhid devicesAaron Zang
2009-08-05sun_kbd: re-open keyboard if needed in KbdOnAlan Coopersmith
2009-08-04Sun bug 6852921: Recycling Xorg runs out of file descriptors in kbd driverAlan Coopersmith
2009-08-04Stop checking for #ifdef __SOL8__ - assume Solaris is at least Solaris 8Alan Coopersmith
2009-05-30Remove ModuleInfoRec.Peter Hutterer
2009-05-11Return BadValue if the server failed to init the keyboard. (#21278)Peter Hutterer
2009-05-01Override HKTG & BSlash2 keycodes on SolarisAlan Coopersmith
2009-04-30Solaris keyboard fixes for HAL hotplugging supportAlan Coopersmith
2009-05-01KDGETLED needs a char, not an int.Alan Curry
2009-04-02Remove Initialised static variable (not used since xf86AddModuleInfo removal)Alan Coopersmith
2009-02-24Fix xf86-input-keyboard build on Linux/sparcDavid Miller
2009-02-12Switch to new XKB APIDaniel Stone
2009-02-11Really remove autorepeat.Peter Hutterer
2009-02-11Don't set xkb repeat rate from the driver.Peter Hutterer
2009-02-11No autorepeat handling in the driver.Daniel Stone
2009-02-11unifdef XKB and remove all "noXkb" handling.Peter Hutterer
2009-02-11nec/jp layout is just "jp" these days.Daniel Stone
2009-02-11No more special sun keyboards anymore.Daniel Stone
2009-02-11Remove special support for Panix106Daniel Stone
2009-02-11Change KbdCtrlProc to a voidDaniel Stone
2009-02-11Remove leftover ifdef XINPUT.Daniel Stone
2009-02-11Remove SpecialKey handling.Daniel Stone
2009-02-05Janitor: compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade
2009-01-20Use XKB_DFLT_RULES from xorg-server.h for default xkb rules filenameAlan Coopersmith
2009-01-07Move ifdefs to clear "warning: statement has no consequent: if"Alan Coopersmith
2009-01-07Make LED masks more consistently unsigned long to clear compiler/lint warningsAlan Coopersmith
2009-01-07Remove unused variables from Solaris codeAlan Coopersmith
2009-01-07Update for servers newer then 1.5 or git master.Paulo Cesar Pereira de Andrade
2008-11-18Renamed subdir .cvsignore files to .gitignoreAlan Coopersmith
2008-11-11sun_kbd.c: Don't try to repeat shutdown actions on already closed keyboardAlan Coopersmith
2008-10-13Set TERMINATE_FALLBACK to 0.Luc Verhaegen
2008-08-19Remove useless call to xf86AddModuleInfoAdam Jackson
2008-08-19Remove XFree86-Misc leftovers.Adam Jackson
2008-07-24Move atKeynames.h and xf86CommonSpecialKey() here.Kristian Høgsberg
2008-05-01Don't send events in DEVICE_INIT, only after DEVICE_ON.Paulo Cesar Pereira de Andrade
2008-03-17Alternate patch to preserve NumLock & CapsLock leds at X Server startup.Paulo Cesar Pereira de Andrade
2008-03-17Revert previous attempts to sync lock state & LEDsAlan Coopersmith
2008-01-16lnx: Automatically inherit the vt's numlock and capslock status (Bug #2243)Samuel Thibault
2007-12-12Fix parameters order for printWsType().Matthieu Herrb
2007-12-03Don't sleep(1) on VT entry.Adam Jackson
2007-10-10Sun bug #6425775 Xserver is blocked when a program rings keyboard-bellDavid Marx
2007-08-20Bug #9748: Include GPL license by Rik Faith for some lnx_kbd.c contents.Eric Anholt
2007-07-18Remove unused variablesAlan Coopersmith
2007-07-18Sun bug 6312042: Preserve NumLock & CapsLock state on Xorg startupAlan Coopersmith
2007-07-18Remove old wrappers used for sharing code between keyboard & kbd driversAlan Coopersmith
2007-07-18Update key mappings before we walk them looking for modifiers, not afterAlan Coopersmith
2007-07-17Update Solaris port to work with os layer move into kbd driverAlan Coopersmith