summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown1-0/+40
2011-04-12Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown1-12/+21
2011-04-11Input: twl4030_keypad - fix potential NULL dereference in twl4030_kp_probe()Axel Lin1-1/+3
2011-04-06Input: h3600_ts - fix error handling at connectChristoph Fritz1-7/+10
2011-04-06Input: twl4030_keypad - avoid potential NULL-pointer dereferenceShubhrajyoti D1-1/+1
2011-04-02Input: rpckbd - fix a leak of the IRQ during init failureAxel Lin1-1/+1
2011-03-31Input: wacom - add support for Lenovo tablet ID (0xE6)Manoj Iyer1-0/+4
2011-03-31Input: i8042 - downgrade selftest error message to dbg()Paul Bolle1-3/+4
2011-03-31Input: synaptics - fix crash in synaptics_module_init()Jan Beulich1-2/+2
2011-03-31Input: spear-keyboard - fix inverted condition in interrupt handlerRajeev Kumar1-1/+1
2011-03-31Input: uinput - allow for 0/0 min/max on absolute axes.Peter Hutterer1-1/+5
2011-03-28Input: sparse-keymap - report KEY_UNKNOWN for unknown scan codesSeth Forshee1-0/+8
2011-03-28Input: sparse-keymap - report scancodes with key eventsSeth Forshee1-0/+6
2011-03-26Input: h3600_ts_input - fix a spelling errorSylvestre Ledru1-1/+1
2011-03-26Input: wacom - report resolution for pen devicesPing Cheng2-92/+181
2011-03-26Input: wacom - constify wacom_features for a new missed Bamboo modelsPing Cheng1-8/+8
2011-03-23Input: tsc2005 - fix locking issueAaro Koskinen1-2/+10
2011-03-23Input: tsc2005 - use relative jiffies to schedule the watchdogAaro Koskinen1-2/+2
2011-03-23Input: tsc2005 - driver should depend on GENERIC_HARDIRQSGeert Uytterhoeven2-2/+2
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov44-3496/+3675
2011-03-16Merge branch 'tsc2005' into nextDmitry Torokhov3-0/+768
2011-03-16Input: tsc2005 - remove 'disable' sysfs attributeDmitry Torokhov1-48/+4
2011-03-16Input: tsc2005 - add open/closeDmitry Torokhov1-94/+124
2011-03-16Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov1-19/+81
2011-03-16Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov1-13/+1
2011-03-16Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov1-31/+27
2011-03-16Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov1-20/+16
2011-03-16Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov1-12/+13
2011-03-16Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov1-18/+28
2011-03-16Input: tsc2005 - rework driver initialization codeDmitry Torokhov1-110/+105
2011-03-16Input: tsc2005 - set up bus type in input deviceDmitry Torokhov1-0/+1
2011-03-16Input: tsc2005 - set up parent deviceDmitry Torokhov1-0/+1
2011-03-16Input: tsc2005 - clear driver data after unbindingDmitry Torokhov1-1/+4
2011-03-16Input: tsc2005 - add module descriptionDmitry Torokhov1-0/+1
2011-03-16Input: tsc2005 - remove driver banner messageDmitry Torokhov1-1/+0
2011-03-16Input: tsc2005 - remove incorrect module aliasDmitry Torokhov1-1/+0
2011-03-16Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov1-12/+12
2011-03-16Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov1-7/+12
2011-03-16Input: introduce tsc2005 driverLauri Leukkunen3-0/+725
2011-03-16Input: xen-kbdfront - move to drivers/input/miscDmitry Torokhov5-12/+14
2011-03-16Input: xen-kbdfront - add grant reference for shared pageDaniel De Graaf1-11/+28
2011-03-16Input: xen-kbdfront - advertise either absolute or relative coordinatesOlaf Hering1-20/+24
2011-03-15Input: tc3589x-keypad - fix 'double const' warningDmitry Torokhov1-11/+11
2011-03-15Input: tca6416-keypad - suspend/resume wakeup supportMagnus Damm1-0/+28
2011-03-14Input: atmel_mxt_ts - add objects of mXT1386 chipJoonyoung Shim1-0/+8
2011-03-14Input: atmel_mxt_ts - remove firmware version checkJoonyoung Shim1-16/+5
2011-03-14Input: wm831x-ts - ensure the controller is in a known state on openMark Brown1-1/+3
2011-03-13Input: add Atmel AT42QT1070 keypad driverBo Shen3-0/+287
2011-03-12Input: wm831x-ts - default pressure measurements onMark Brown1-1/+4