summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/atkbd.c
Commit message (Expand)AuthorAgeFilesLines
* Input: atkbd - fix HP 2133 not sending release event for video switchJiri Kosina2008-06-301-0/+26
* Merge branch 'for-linus' into nextDmitry Torokhov2008-06-171-0/+2
|\
| * Input: atkbd - mark keyboard as disabled when suspending/unloadingDmitry Torokhov2008-05-281-0/+2
* | Input: atkbd - use ushort instead of uchar keymapDmitry Torokhov2008-06-021-10/+10
|/
* Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0Star
* Input: atkbd - remove unneeded synchronize_sched()Dmitry Torokhov2008-01-211-1/+0Star
* Input: atkbd - properly handle special keys on Dell LatitudesGiel de Nijs2008-01-211-17/+72
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-8/+13
* Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede2007-07-101-2/+2
* Input: atkbd - use printk_ratelimit for spurious ACK messagesQi Yong2007-06-281-3/+4
* Input: atkbd - throttle LED switchingDmitry Torokhov2007-06-281-14/+26
* Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1
* Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov2007-04-121-2/+3
* Input: remove obsolete setup parameters from input driversDmitry Torokhov2007-02-181-4/+0Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-081-3/+3
|\
| * WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
* | Input: handle serio_register_driver() errorsAkinobu Mita2006-11-241-2/+1Star
* | Input: keyboards - handle errors when registering input devicesDmitry Torokhov2006-11-061-30/+129
|/
* Input: atkbd - supress "too many keys" error messageDmitry Torokhov2006-10-111-13/+41
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+1Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-191-43/+60
|\
| * Input: atkbd - fix overrun in atkbd_set_repeat_rate()Florin Malita2006-08-231-1/+1
| * Input: atkbd - restore repeat rate when resumingDmitry Torokhov2006-08-051-43/+60
* | Input: atkbd - support Microsoft Natural Elite Pro keyboardsDmitry Torokhov2006-09-141-3/+1Star
|/
* Input: atkbd - fix hardware autorepeatDmitry Torokhov2006-06-281-1/+1
* Input: atkbd - fix HANGEUL/HANJA keysDmitry Torokhov2006-06-261-77/+131
* Input: fix misspelling of Hangeul keyJerome Pinot2006-06-261-4/+4
* Input: fix potential overflows in driver/input/keyboardDmitry Torokhov2006-06-261-4/+7
* Input: atkbd - disable softrepeat for dumb keyboardsVojtech Pavlik2006-03-141-3/+0Star
* Input: atkbd - fix complaints about 'releasing unknown key 0x7f'Vojtech Pavlik2006-03-141-6/+6
* Input: atkbd - semaphore to mutex conversionIngo Molnar2006-02-191-4/+5
* Input: atkbd - don't lose keymap settings when reconnecting keyboardDmitry Torokhov2006-01-061-1/+1
* Input: atkbd - speed up setting leds/repeat stateDmitry Torokhov2005-11-201-31/+68
* [PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov2005-10-281-86/+102
* Input: atkbd - handle keyboards generating scancode 0x7fVojtech Pavlik2005-09-051-3/+7
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds2005-06-271-3/+3
|\
| * Input: whitespace fixes in drivers/input/keyboardDmitry Torokhov2005-05-291-3/+3
| * Input: Fix fast scrolling scancodes in atkbd.cVojtech Pavlik2005-05-291-3/+3
* | [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...Yani Ioannou2005-06-211-2/+2
* | [PATCH] input: disable scroll feature on AT keyboardsVojtech Pavlik2005-06-071-1/+1
* | [PATCH] input: Fix fast scrolling scancodes in atkbd.cVojtech Pavlik2005-05-291-3/+3
|/
* [PATCH] drivers/input/keyboard/atkbd.c: fix off by one errorsAdrian Bunk2005-05-171-2/+4
* [PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney2005-05-011-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1148