aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.34-rc1' into for-linusDmitry Torokhov2010-03-089-5/+418
|\
| * input: Support onkey in 88pm860xHaojian Zhuang2010-03-073-0/+166
| * mfd: Use genirq in 88pm860xHaojian Zhuang2010-03-071-10/+5
| * input: Enable touch on 88pm860xHaojian Zhuang2010-03-073-0/+254
| * input/mc13783-ts: don't use deprecated mc13783 API callsUwe Kleine-König2010-03-061-2/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-03-0141-1216/+2875
| |\
| * \ Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-011-1/+1
| |\ \
| | * | ACPI: replace acpi_integer by u64Lin Ming2010-01-281-1/+1
| * | | Pull rmia32 into release branchTony Luck2010-02-261-2/+0
| |\ \ \
| | * | | [IA64] Remove COMPAT_IA32 supportTony Luck2010-02-081-2/+0
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-02-222-4/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-02-181-0/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-02-111-1/+8
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-01-294-57/+149
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Input: wacom - merge out and in prox eventsPing Cheng2010-03-051-104/+59
* | | | | | | Input: gamecon - fix off by one range checkDan Carpenter2010-03-051-1/+1
* | | | | | | Input: wacom - replace WACOM_PKGLEN_PENABLEDPing Cheng2010-03-013-4/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'next' into for-linusDmitry Torokhov2010-02-2843-1112/+2776
|\ \ \ \ \ \
| * | | | | | Input: atkbd - release previously reserved keycodes 248 - 254Dmitry Torokhov2010-02-261-11/+15
| * | | | | | Input: ads7846 - add regulator supportGrazvydas Ignotas2010-02-251-1/+27
| * | | | | | Input: gamecon - use pr_err() and friendsDmitry Torokhov2010-02-211-8/+10
| * | | | | | Input: gamecon - constify some of the setup structuresDmitry Torokhov2010-02-211-10/+10
| * | | | | | Input: gamecon - simplify pad type handlingDmitry Torokhov2010-02-211-79/+123
| * | | | | | Input: gamecon - simplify coordinate calculation for PSXDmitry Torokhov2010-02-211-4/+8
| * | | | | | Input: gamecon - fix some formatting issuesDmitry Torokhov2010-02-211-153/+194
| * | | | | | Input: gamecon - add rumble support for N64 padsScott Moreau2010-02-212-6/+120
| * | | | | | Input: wacom - add device type to device name stringPing Cheng2010-02-202-4/+15
| * | | | | | Input: s3c24xx_ts - report touch only when stylus is downVasily Khoruzhick2010-02-201-14/+16
| * | | | | | Input: s3c24xx_ts - re-enable IRQ on resumeVasily Khoruzhick2010-02-191-0/+1
| * | | | | | Input: wacom - constify product features dataDmitry Torokhov2010-02-191-63/+63
| * | | | | | Input: wacom - use per-device instance of wacom_featuresJason Childs2010-02-193-56/+78
| * | | | | | Input: sh_keysc - enable building on SH-Mobile ARMMagnus Damm2010-02-161-1/+1
| * | | | | | Input: wacom - get features from driver infoBastian Blank2010-02-103-152/+205
| * | | | | | Input: rotary-encoder - set gpio direction for each requested gpioAndrew Clayton2010-02-101-0/+14
| * | | | | | Input: sh_keysc - update the driver with mode 6Magnus Damm2010-02-101-1/+2
| * | | | | | Input: sh_keysc - switch to using bitmapsMagnus Damm2010-02-101-25/+44
| * | | | | | Input: sh_keysc - factor out hw access functionsMagnus Damm2010-02-101-26/+43
| * | | | | | Input: schedule corgi_ssp and corgi_ts to be removedEric Miao2010-02-101-1/+0
| * | | | | | Input: mark {corgi,spitz,tosa}kbd drivers deprecatedEric Miao2010-02-101-6/+12
| * | | | | | Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg2010-02-041-11/+307
| * | | | | | Input: mark input interfaces as non-seekableDmitry Torokhov2010-02-042-0/+4
| * | | | | | Input: uinput - mark as non-seekableDmitry Torokhov2010-02-041-0/+1
| * | | | | | Input: add match() method to input hanldersDmitry Torokhov2010-02-042-24/+21
| * | | | | | Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb()Ondrej Zary2010-02-041-3/+14
| * | | | | | Input: usbtouchscreen - add NEXIO (or iNexio) supportOndrej Zary2010-02-042-2/+264
| * | | | | | Input: usbtouchscreen - find input endpoint automaticallyOndrej Zary2010-02-041-3/+14
| * | | | | | Input: usbtouchscreen - convert from usb_device to usb_interfaceOndrej Zary2010-02-041-10/+12
| * | | | | | Input: add imx-keypad driver to support the IMX Keypad PortAlberto Panizzo2010-01-313-0/+604
| * | | | | | Input: implement input filtersDmitry Torokhov2010-01-301-7/+34
| * | | | | | Input: uinput - remove BKL from uinput_open functionThadeu Lima de Souza Cascardo2010-01-291-3/+0