| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: atkbd - fix overrun in atkbd_set_repeat_rate() | Florin Malita | 2006-08-23 | 1 | -1/+1 |
* | Input: atkbd - restore repeat rate when resuming | Dmitry Torokhov | 2006-08-04 | 1 | -43/+60 |
* | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 2 | -7/+7 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 2 | -2/+0 |
* | Input: atkbd - fix hardware autorepeat | Dmitry Torokhov | 2006-06-27 | 1 | -1/+1 |
* | Input: atkbd - fix HANGEUL/HANJA keys | Dmitry Torokhov | 2006-06-26 | 1 | -77/+131 |
* | Input: fix misspelling of Hangeul key | Jerome Pinot | 2006-06-26 | 1 | -4/+4 |
* | Input: fix potential overflows in driver/input/keyboard | Dmitry Torokhov | 2006-06-26 | 5 | -10/+16 |
* | [PATCH] m68k: restore amikbd compatibility with 2.4 | Roman Zippel | 2006-06-23 | 1 | -12/+22 |
* | Input: change from numbered to named switches | Richard Purdie | 2006-05-29 | 2 | -12/+12 |
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-04-29 | 1 | -1/+1 |
|\ |
|
| * | [PARISC] Fix up hil_kbd.c mismerge | Matthew Wilcox | 2006-04-21 | 1 | -1/+1 |
* | | Input: spitzkbd - fix the reversed Address and Calender keys | Richard Purdie | 2006-04-26 | 1 | -2/+2 |
|/ |
|
* | Manual merge with Linus. | Dmitry Torokhov | 2006-04-02 | 2 | -50/+63 |
|\ |
|
| * | [PARISC] Fix double free when removing HIL drivers | Kyle McMartin | 2006-03-30 | 2 | -3/+1 |
| * | [PARISC] Convert HIL drivers to use input_allocate_device | Helge Deller | 2006-03-30 | 2 | -50/+61 |
* | | Input: zaurus keyboard driver updates | Richard Purdie | 2006-03-14 | 2 | -12/+33 |
* | | Input: atkbd - allow disabling on X86_PC (if EMBEDDED) | Dmitry Torokhov | 2006-03-14 | 1 | -1/+1 |
* | | Input: atkbd - disable softrepeat for dumb keyboards | Vojtech Pavlik | 2006-03-14 | 1 | -3/+0 |
* | | Input: atkbd - fix complaints about 'releasing unknown key 0x7f' | Vojtech Pavlik | 2006-03-14 | 1 | -6/+6 |
* | | Input: use kzalloc() throughout the code | Eric Sesterhenn | 2006-03-14 | 1 | -2/+1 |
* | | Input: atkbd - semaphore to mutex conversion | Ingo Molnar | 2006-02-19 | 1 | -4/+5 |
|/ |
|
* | Input: kill remnants of 98kbd{,-io} and 98spkr | Arthur Othieno | 2006-02-15 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 2006-01-10 | 2 | -11/+0 |
|\ |
|
| * | Input: remove obsolete maple input drivers | Paul Mundt | 2006-01-10 | 2 | -11/+0 |
* | | [PATCH] IRQ type flags | Russell King | 2006-01-08 | 2 | -17/+16 |
|/ |
|
* | Input: atkbd - don't lose keymap settings when reconnecting keyboard | Dmitry Torokhov | 2006-01-05 | 1 | -1/+1 |
* | Input: atkbd - speed up setting leds/repeat state | Dmitry Torokhov | 2005-11-20 | 1 | -31/+68 |
* | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2005-11-09 | 2 | -28/+30 |
* | Input: lkkbd - miscellaneous fixes | Jan-Benedict Glaw | 2005-11-02 | 1 | -42/+59 |
* | Input: locomokbd - fix wrong bustype | Pavel Machek | 2005-11-02 | 1 | -1/+1 |
* | Input: locomokbd - convert to dynamic input allocation | Dmitry Torokhov | 2005-11-02 | 1 | -32/+31 |
* | [PATCH] i386: CONFIG_PC removal | Arthur Othieno | 2005-10-31 | 1 | -2/+2 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-10-31 | 2 | -2/+2 |
|\ |
|
| * | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 2 | -2/+2 |
* | | Input: lkkbd - fix debug message in lkkbd_interrupt() | Dmitry Torokhov | 2005-10-31 | 1 | -1/+1 |
* | | [PATCH] amikbd fix | Al Viro | 2005-10-29 | 1 | -1/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2005-10-28 | 9 | -464/+478 |
|\ |
|
| * | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 | 2 | -33/+29 |
| * | [PATCH] drivers/input/keyboard: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 | 9 | -431/+449 |
* | | [PARISC] Update parisc specific input code from parisc tree | Matthew Wilcox | 2005-10-21 | 2 | -9/+21 |
* | | [PARISC] Convert parisc_device to use struct resource for hpa | Matthew Wilcox | 2005-10-21 | 1 | -2/+2 |
* | | [PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks better | Matthew Wilcox | 2005-10-21 | 1 | -1/+1 |
|/ |
|
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-10-14 | 1 | -1/+1 |
|\ |
|
| * | [ARM] 3014/1: Spitz keyboard: Correct the right shift key | Richard Purdie | 2005-10-14 | 1 | -1/+1 |
* | | [PATCH] zaurus: fix dependencies on collie keyboard | Pavel Machek | 2005-10-14 | 1 | -1/+1 |
|/ |
|
* | [PATCH] SharpSL: Add an input keyboard driver for Zaurus cxx00 series | Richard Purdie | 2005-09-13 | 3 | -0/+490 |
* | Manual merge with Linus | Dmitry Torokhov | 2005-09-09 | 1 | -34/+70 |
|\ |
|
| * | [PATCH] Input: Add a new switch event type | Richard Purdie | 2005-09-07 | 1 | -4/+5 |
| * | [PATCH] Corgi Keyboard: Code tidying | Richard Purdie | 2005-09-07 | 1 | -33/+28 |