summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Input: ad7879 - split bus logic outMike Frysinger2010-07-036-415/+484
| | * | | | Input: ad7879 - use threaded IRQDmitry Torokhov2010-06-301-27/+9
| | * | | | Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov2010-06-3014-22/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Input: lm8323 - fix error handling in lm8323_probe()Dan Carpenter2010-06-281-5/+7
| | * | | | Input: gpio-keys - add gpiolib debounce supportGrazvydas Ignotas2010-06-281-5/+14
| | * | | | Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controllerPetr Štetiar2010-06-282-11/+14
| | * | | | Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin2010-06-281-1/+4
| | * | | | Input: wacom - add support for DTU2231 and DTU1631Ping Cheng2010-06-282-0/+45
| | * | | | Input: wistron_btns - fix a memory leak in wb_module_init error pathAxel Lin2010-06-281-1/+3
| | * | | | Input: adxl34x - add support for ADXL346 orientation sensingMichael Hennerich2010-06-251-4/+58
| | * | | | Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich2010-06-256-0/+1218
| | * | | | Input: adp5588-keys - support GPI events for ADP5588 devicesXiaolong CHEN2010-06-241-7/+127
| | * | | | Input: evdev - never leave the client buffer empty after writeHenrik Rydberg2010-06-231-3/+7
| | * | | | Input: bcm5974 - set the average number of events per MT event packetHenrik Rydberg2010-06-231-0/+2
| | * | | | Input: evdev - use driver hint to compute size of event bufferHenrik Rydberg2010-06-231-2/+7
| | * | | | Input: evdev - convert to dynamic event bufferHenrik Rydberg2010-06-231-5/+17
| | * | | | Input: tps6507x-ts - remove unneeded NULL testJiri Slaby2010-06-231-3/+0
| | * | | | Input: matrix_keypad - add support for clustered irqLuotao Fu2010-06-101-28/+80
| | * | | | Input: bcm5974 - turn wellspring mode off if failed to start trafficLuo Jinghua2010-06-081-7/+14
| | * | | | Input: usbtouchscreen - reduce number fo be16_to_cpu conversionsDmitry Torokhov2010-06-081-16/+18
| | * | | | Input: i8042 - remove SPRUCE supportChristoph Egger2010-06-041-75/+0
| * | | | | Input: xpad - add product ID for Hori Fighting Stick EX2Chris Merrett2010-07-261-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-07-227-13/+30
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Input: synaptics - relax capability ID checks on newer hardwareDmitry Torokhov2010-07-212-2/+8
| * | | | | Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov2010-07-201-6/+11
| * | | | | Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov2010-07-201-1/+1
| * | | | | Input: gamecon - reference correct input device in NES modeDmitry Torokhov2010-07-201-2/+1
| * | | | | Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi'Wan ZongShun2010-07-191-1/+1
| * | | | | Input: i8042 - add Gigabyte Spring Peak to dmi_noloop_tableKamal Mostafa2010-07-191-0/+7
| * | | | | Input: qt2160 - rename kconfig symbol nameChristoph Fritz2010-07-171-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-07-162-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Input: w90p910_ts - fix call to setup_timer()Wan ZongShun2010-07-151-1/+1
| * | | | | Input: synaptics - fix wrong dimensions checkTakashi Iwai2010-07-141-0/+1
| | |_|_|/ | |/| | |
* | | | | input: i8042 - add runtime check in x86's i8042_platform_initFeng Tang2010-07-071-0/+10
* | | | | Revert "Input: fixup X86_MRST selects"Feng Tang2010-07-072-2/+2
* | | | | Revert "Input: do not force selecting i8042 on Moorestown"Feng Tang2010-07-072-2/+2
|/ / / /
* | | | Input: wacom - fix serial number handling on Cintiq 21UX2Ping Cheng2010-06-221-4/+5
* | | | Input: fixup X86_MRST selectsRandy Dunlap2010-06-222-2/+2
* | | | Merge commit 'v2.6.35-rc3' into for-linusDmitry Torokhov2010-06-2214-22/+4
|\ \ \ \ | | |/ / | |/| |
| * | | hp_sdc_rtc: fix broken ioctl conversionArnd Bergmann2010-06-081-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-06-047-26/+67
| |\ \ \ | | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-06-041-1/+2
| |\ \ \
| | * \ \ Merge branch 'sh/iomap'Paul Mundt2010-06-021-1/+2
| | |\ \ \
| | | * | | input: serio: disable i8042 for non-cayman sh platforms.Paul Mundt2010-05-251-1/+2
| * | | | | i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-0312-20/+1
| |/ / / /
* | | | | Input: ad7877 - fix spi word size to 16 bitOskar Schirmer2010-06-081-0/+7
* | | | | Input: pcf8574_keypad - fix off by one in pcf8574_kp_irq_handler()Dan Carpenter2010-06-051-1/+1
| |_|/ / |/| | |
* | | | Input: wacom - add Cintiq 21UX2 and Intuos4 WLPing Cheng2010-06-043-15/+60
* | | | Input: ads7846 - fix compiler warning in ads7846_probe()Dmitry Torokhov2010-06-021-1/+1
* | | | Input: tps6507x-ts - a couple work queue cleanupsDan Carpenter2010-06-021-8/+4
OpenPOWER on IntegriCloud