summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: enable onkey driver of max8925Haojian Zhuang2010-05-223-0/+159
* Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack2010-05-212-7/+7
* 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/+32
* Input: wistron_btns - switch to using kmemdup()Julia Lawall2010-05-191-2/+2
* Input: usbtouchscreen - switch to using kmemdup()Julia Lawall2010-05-191-3/+2
* 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/+0
* 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
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-136-23/+42
| |\
| | * Input: ad7877 - keep dma rx buffers in seperate cache linesOskar Schirmer2010-05-131-3/+12
| | * Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov2010-05-131-4/+10
| | * Input: elantech - use all 3 bytes when checking versionDmitry Torokhov2010-05-132-15/+14
| | * Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut2010-05-111-1/+1
| | * Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut2010-05-112-0/+5
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-059-52/+179
| |\|
| | * Input: joydev - allow binding to button-only devicesChristoph Fritz2010-05-041-0/+18
| | * Input: elantech - ignore high bits in the position coordinatesFlorian Ragwitz2010-05-041-25/+44
| | * Input: elantech - allow forcing Elantech protocolFlorian Ragwitz2010-05-041-2/+10
| | * Input: elantech - fix firmware version checkFlorian Ragwitz2010-05-041-1/+2
| | * Input: ati_remote - add some missing devices from lirc_atiusbJarod Wilson2010-05-041-5/+9
| | * Input: eeti_ts - cancel pending work when going to suspendDaniel Mack2010-04-201-10/+46
| | * Input: Add support of Synaptics Clickpad deviceTakashi Iwai2010-04-202-5/+34
| | * Revert "Input: ALPS - add signature for HP Pavilion dm3 laptops"Dmitry Torokhov2010-04-201-1/+0
| | * Input: psmouse - ignore parity error for basic protocolsDmitry Torokhov2010-04-192-3/+16
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-04-158-87/+157
| |\|
| | * Input: wacom - switch mode upon system resumePing Cheng2010-04-151-5/+7
* | | 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/+0
* | | Input: kbtab - do not advertise unsupported eventsDmitry Torokhov2010-04-211-24/+15
* | | Input: kbtab - simplify kbtab_disconnect()Dmitry Torokhov2010-04-211-7/+5
* | | 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/+0
* | | Input: acecad - fix some formatting issuesDmitry Torokhov2010-04-211-40/+36
* | | Input: acecad - simplify usb_acecad_disconnect()Dmitry Torokhov2010-04-211-7/+5
* | | 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/+0
* | | 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/+28