aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-26Input: xpad - add product ID for Hori Fighting Stick EX2Chris Merrett1-0/+1
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2-10/+7
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely12-21/+57
2010-07-22Input: adxl34x - fix leak and use after freeDan Carpenter1-4/+3
2010-07-22x86: early PV on HVM features initialization.Sheng Yang1-1/+1
2010-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-13/+30
2010-07-21Input: synaptics - relax capability ID checks on newer hardwareDmitry Torokhov2-2/+8
2010-07-21Input: samsung-keypad - Add samsung keypad driverJoonyoung Shim3-0/+501
2010-07-20Input: i8042 - reset keyboard controller wehen resuming from S2RDmitry Torokhov1-24/+41
2010-07-20Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov1-6/+11
2010-07-20Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov1-1/+1
2010-07-20Input: gamecon - reference correct input device in NES modeDmitry Torokhov1-2/+1
2010-07-19Input: synaptics - set min/max for finger widthChris Bagwell1-1/+1
2010-07-19Input: synaptics - only report width on hardware that supports itChris Bagwell1-2/+6
2010-07-19Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi'Wan ZongShun1-1/+1
2010-07-19Input: i8042 - add Gigabyte Spring Peak to dmi_noloop_tableKamal Mostafa1-0/+7
2010-07-17Input: qt2160 - rename kconfig symbol nameChristoph Fritz1-1/+1
2010-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-1/+2
2010-07-15Input: evdev - signal that device is writable in evdev_poll()Dmitry Torokhov1-2/+7
2010-07-15Input: mousedev - signal that device is writable in mousedev_poll()Julien Moutinho1-2/+7
2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov4-13/+12
2010-07-15Input: introduce MT event slotsHenrik Rydberg2-43/+96
2010-07-15Input: w90p910_ts - fix call to setup_timer()Wan ZongShun1-1/+1
2010-07-15Input: usbtouchscreen - implement reset_resumeOliver Neukum1-32/+76
2010-07-15Input: usbtouchscreen - implement runtime power managementOliver Neukum1-3/+24
2010-07-15Input: usbtouchscreen - implement basic suspend/resumeOliver Neukum1-0/+25
2010-07-14Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim3-0/+1414
2010-07-14Input: synaptics - fix wrong dimensions checkTakashi Iwai1-0/+1
2010-07-14Input: fix signedness warning in input_set_keycode()Dmitry Torokhov1-1/+1
2010-07-14Input: Add pwm beeper driverLars-Peter Clausen3-0/+211
2010-07-13Input: xpad - remove mouse buttons and axes for dance padsChristoph Fritz1-44/+63
2010-07-13Input: atlas_btns - switch to using pr_err() and friendsDmitry Torokhov1-15/+8
2010-07-13Input: atlas_btns - fix mixing acpi_status and int for return valueAxel Lin1-8/+6
2010-07-13Input: atlas_btns - adds a missing owner field for atlas_acpi_driverAxel Lin1-0/+1
2010-07-08Input: twl4030-pwrbutton - replace __devinit with __initMarkus Lehtonen1-6/+6
2010-07-09powerpc: Add i8042 keyboard and mouse irq parsingMartyn Welch1-0/+5
2010-07-07input: i8042 - add runtime check in x86's i8042_platform_initFeng Tang1-0/+10
2010-07-07Revert "Input: fixup X86_MRST selects"Feng Tang2-2/+2
2010-07-07Revert "Input: do not force selecting i8042 on Moorestown"Feng Tang2-2/+2
2010-07-04Input: mcs - Add MCS touchkey driverJoonyoung Shim4-3/+255
2010-07-03Input: release pressed keys when resuming deviceOliver Neukum1-10/+29
2010-07-03Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin1-37/+135
2010-07-03Input: ads7846 - do not allow altering platform dataDmitry Torokhov1-16/+19
2010-07-03Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov4-48/+70
2010-07-03Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich1-3/+13
2010-07-03Input: ad7879 - fix spi word size to 16 bitMichael Hennerich1-0/+8
2010-07-03Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overheadMichael Hennerich1-1/+4
2010-07-03Input: ad7879 - add open and close methodsDmitry Torokhov4-39/+86
2010-07-03Input: ad7879 - split bus logic outMike Frysinger6-415/+484
2010-06-30Input: ad7879 - use threaded IRQDmitry Torokhov1-27/+9