aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-021-1/+1
|\
| * [ARM] 3689/1: ARM drivers/input/touchscreen: Fixup includesThomas Gleixner2006-07-011-1/+1
* | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-0211-18/+18
|/
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3018-18/+0
* [SERIO] i8042-sparcio.h: Convert to of_driver framework.David S. Miller2006-06-291-39/+69
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-1/+0
|\
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-3/+3
|\ \
| * | [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-271-3/+3
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-06-283-2/+21
|\ \
| * | Input: db9 - fix potential buffer overrunEric Sesterhenn2006-06-271-1/+1
| * | Input: atkbd - fix hardware autorepeatDmitry Torokhov2006-06-271-1/+1
| * | Input: wistron - add mapping for Wistron MS 2111Frank de Lange2006-06-271-0/+19
| |/
* | Input: fix resetting name, phys and uniq when unregistering deviceDmitry Torokhov2006-06-271-1/+2
|/
* Input: iforce - remove some pointless castsJesper Juhl2006-06-261-3/+3
* Input: psmouse - add support for Intellimouse 4.0Pozsar Balazs2006-06-261-3/+30
* Input: atkbd - fix HANGEUL/HANJA keysDmitry Torokhov2006-06-261-77/+131
* Input: fix misspelling of Hangeul keyJerome Pinot2006-06-261-4/+4
* Input: rearrange exportsDmitry Torokhov2006-06-261-15/+14
* Input: fix formatting to better follow CodingStyleDmitry Torokhov2006-06-265-61/+119
* Input: reset name, phys and uniq when unregisteringDmitry Torokhov2006-06-261-1/+18
* Input: return correct size when reading modalias attributeRichard Purdie2006-06-261-1/+1
* Input: fix potential overflows in driver/input/keyboardDmitry Torokhov2006-06-265-10/+16
* Input: fix potential overflows in driver/input/touchscreenDmitry Torokhov2006-06-263-3/+3
* Input: fix potential overflows in driver/input/joystickDmitry Torokhov2006-06-2616-30/+40
* Input: fix potential overflows in driver/input/mouseDmitry Torokhov2006-06-264-14/+18
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-06-267-120/+155
|\
| * [PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen driversMatt Mackall2006-06-252-6/+3
| * [SPARC64]: Add of_device layer and make ebus/isa use it.David S. Miller2006-06-232-96/+124
| * [SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller2006-06-232-7/+7
| * [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+1
| * [PATCH] m68k: restore amikbd compatibility with 2.4Roman Zippel2006-06-231-12/+22
* | Input: iforce - use ENOSPC instead of ENOMEMAnssi Hannula2006-06-051-4/+4
|/
* Input: psmouse - DMI updates for lifebook protocolKenan Esau2006-05-291-0/+24
* Input: change from numbered to named switchesRichard Purdie2006-05-292-12/+12
* Input: alps - fix old protocol decodingYotam Medini2006-05-291-2/+2
* Input: wistron - add support for AOpen Barebook 1559asmasc@theaterzentrum.at2006-05-291-0/+19
* Input: psmouse - add detection of Logitech TrackMan Wheel trackballZbigniew Luszpinski2006-05-291-0/+6
* Input: sidewinder - fix memory leakJesper Juhl2006-05-291-5/+6
* [PATCH] ads7846 conversion accuracyDavid Brownell2006-05-261-25/+28
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-05-041-1/+1
|\
| * [ARM] 3486/1: Mark memory as clobbered by the ARM _syscallX() macrosMarkus Gutschke2006-04-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-05-016-86/+398
|\ \ | |/ |/|
| * Input: make EVIOCGSND return meaningful dataDmitry Torokhov2006-04-291-0/+3
| * Input: ressurect EVIOCGREP and EVIOCSREPDmitry Torokhov2006-04-291-0/+21
| * Input: psmouse - fix new device detection logicDmitry Torokhov2006-04-291-1/+3
| * Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-04-291-1/+1
| |\
| * | Input: move input_device_id to mod_devicetable.hDmitry Torokhov2006-04-261-4/+4
| * | Input: spitzkbd - fix the reversed Address and Calender keysRichard Purdie2006-04-261-2/+2
| * | Input: ads7846 - improve filtering for thumb press accuracyImre Deak2006-04-261-15/+57