summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-203-24/+8Star
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-2033-1010/+3491
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov2010-05-194-95/+100
| | * | | | Input: synaptics - set dimensions as reported by firmwareDmitry Torokhov2010-05-192-11/+27
| | * | | | Input: elantech - relax signature checksDmitry Torokhov2010-05-191-1/+19
| | * | | | Input: elantech - enforce common prefix on messagesDmitry Torokhov2010-05-191-35/+32Star
| | * | | | Input: wistron_btns - switch to using kmemdup()Julia Lawall2010-05-191-2/+2
| | * | | | Input: usbtouchscreen - switch to using kmemdup()Julia Lawall2010-05-191-3/+2Star
| | * | | | Input: do not force selecting i8042 on MoorestownJacob Pan2010-05-192-2/+2
| | * | | | Input: 88pm860x_onkey - remove invalid irq number assignmentHaojian Zhuang2010-05-191-1/+0Star
| | * | | | Input: i8042 - add a PNP entry to the aux device listMatthew Garrett2010-05-191-0/+1
| | * | | | Input: i8042 - add some extra PNP keyboard typesMatthew Garrett2010-05-191-0/+13
| | * | | | Input: wm9712 - fix wm97xx_set_gpio() logicManuel Lauss2010-05-191-1/+1
| | * | | | Merge commit 'v2.6.34' into nextDmitry Torokhov2010-05-1913-73/+219
| | |\| | |
| | * | | | Input: add keypad driver for keys interfaced to TCA6416Sriramakrishnan Govindarajan2010-05-043-0/+366
| | * | | | Input: remove obsolete {corgi,spitz,tosa}kbd.cEric Miao2010-05-045-1392/+0Star
| | * | | | Input: kbtab - do not advertise unsupported eventsDmitry Torokhov2010-04-211-24/+15Star
| | * | | | Input: kbtab - simplify kbtab_disconnect()Dmitry Torokhov2010-04-211-7/+5Star
| | * | | | Input: kbtab - fix incorrect size parameter in usb_buffer_freeAxel Lin2010-04-211-2/+2
| | * | | | Input: acecad - don't advertise mouse eventsDmitry Torokhov2010-04-211-2/+0Star
| | * | | | Input: acecad - fix some formatting issuesDmitry Torokhov2010-04-211-40/+36Star
| | * | | | Input: acecad - simplify usb_acecad_disconnect()Dmitry Torokhov2010-04-211-7/+5Star
| | * | | | Input: acecad - fix incorrect size parameter in usb_buffer_freeAxel Lin2010-04-211-1/+1
| | * | | | Input: add driver for hampshire serial touchscreensAdam Bennett2010-04-143-0/+218
| | * | | | Input: ad714x - add support for the AD7143/8/7A partsBarry Song2010-04-143-7/+26
| | * | | | Input: add Analog Devices AD714x captouch input driverBryan Wu2010-04-146-0/+1630
| | * | | | Input: lm8323 - do not leave dangling client data pointerWolfram Sang2010-04-141-2/+4
| | * | | | Input: tsc2007 - do not leave dangling clientdata pointerWolfram Sang2010-04-141-0/+2
| | * | | | Input: add PCF8574 I2C keypad input device driverBryan Wu2010-04-143-0/+238
| | * | | | Input: remove now deprecated corgi_ts.c touchscreen driverEric Miao2010-04-143-402/+0Star
| | * | | | Input: wacom - streamline 2-finger touch supportPing Cheng2010-04-142-73/+80
| | * | | | Input: wacom - use get_unaligned to access unaligned dataDmitry Torokhov2010-04-143-47/+28Star
| | * | | | Input: wacom - get rid of wacom_combo structureDmitry Torokhov2010-04-143-53/+47Star
| | * | | | Input: wacom - get rid of input event wrappersDmitry Torokhov2010-04-144-405/+347Star
| | * | | | Input: wacom - fix some formatting issuesDmitry Torokhov2010-04-142-201/+222
| | * | | | Input: wacom - do not allocate wacom_wac separatelyDmitry Torokhov2010-04-144-15/+15
| | * | | | Input: wacom - share pen info with touch of the same IDPing Cheng2010-04-143-22/+99
| | * | | | Input: wacom - merge out and in prox eventsPing Cheng2010-04-141-104/+59Star
| | * | | | Merge branch 'for-linus' into nextDmitry Torokhov2010-04-148-87/+157
| | |\ \ \ \
| | | * | | | Input: wacom - switch mode upon system resumePing Cheng2010-04-141-5/+7
| * | | | | | Merge branch 'for-linus/samsung4' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-05-192-26/+18Star
| |\ \ \ \ \ \
| | * | | | | | Input: s3c24xx_ts - depend on SAMSUNG_DEV_TS and update menu entryBen Dooks2010-05-191-2/+2
| | * | | | | | Input: s3c24xx_ts - Add FEAT for Samsung touchscreen supportNaveen Krishna2010-05-191-3/+12
| | * | | | | | Input: s3c24xx_ts - Implement generic GPIO configuration callbackNaveen Krishna2010-05-191-20/+3Star
| | * | | | | | ARM: SAMSUNG: Move mach/ts.h to plat/ts.hMaurus Cuelenaere2010-05-191-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-198-1794/+0Star
| |\ \ \ \ \ \
| | * | | | | | input: remove obsolete {corgi,spitz,tosa}kbd.cEric Miao2010-05-115-1382/+0Star
| | * | | | | | [ARM] pxa/tosa: move CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES to mach/KconfigEric Miao2010-05-111-10/+0Star
| | * | | | | | input: remove now deprecated corgi_ts.c touchscreen driverEric Miao2010-05-113-402/+0Star
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-183-7/+7
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |