aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/atkbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-12Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-04-12Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov1-2/+3
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov1-4/+0
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-3/+3
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita1-2/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-11-05Input: keyboards - handle errors when registering input devicesDmitry Torokhov1-30/+129
2006-10-11Input: atkbd - supress "too many keys" error messageDmitry Torokhov1-13/+41
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+1
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-43/+60
2006-09-14Input: atkbd - support Microsoft Natural Elite Pro keyboardsDmitry Torokhov1-3/+1
2006-08-23Input: atkbd - fix overrun in atkbd_set_repeat_rate()Florin Malita1-1/+1
2006-08-04Input: atkbd - restore repeat rate when resumingDmitry Torokhov1-43/+60
2006-06-27Input: atkbd - fix hardware autorepeatDmitry Torokhov1-1/+1
2006-06-26Input: atkbd - fix HANGEUL/HANJA keysDmitry Torokhov1-77/+131
2006-06-26Input: fix misspelling of Hangeul keyJerome Pinot1-4/+4
2006-06-26Input: fix potential overflows in driver/input/keyboardDmitry Torokhov1-4/+7
2006-03-14Input: atkbd - disable softrepeat for dumb keyboardsVojtech Pavlik1-3/+0
2006-03-14Input: atkbd - fix complaints about 'releasing unknown key 0x7f'Vojtech Pavlik1-6/+6
2006-02-19Input: atkbd - semaphore to mutex conversionIngo Molnar1-4/+5
2006-01-05Input: atkbd - don't lose keymap settings when reconnecting keyboardDmitry Torokhov1-1/+1
2005-11-20Input: atkbd - speed up setting leds/repeat stateDmitry Torokhov1-31/+68
2005-10-28[PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov1-86/+102
2005-09-05Input: atkbd - handle keyboards generating scancode 0x7fVojtech Pavlik1-3/+7
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds1-3/+3
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacksYani Ioannou1-2/+2
2005-06-07[PATCH] input: disable scroll feature on AT keyboardsVojtech Pavlik1-1/+1
2005-05-29Input: whitespace fixes in drivers/input/keyboardDmitry Torokhov1-3/+3
2005-05-29Input: Fix fast scrolling scancodes in atkbd.cVojtech Pavlik1-3/+3
2005-05-28[PATCH] input: Fix fast scrolling scancodes in atkbd.cVojtech Pavlik1-3/+3
2005-05-17[PATCH] drivers/input/keyboard/atkbd.c: fix off by one errorsAdrian Bunk1-2/+4
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1148