summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* input: fix build failures caused by Kconfig Winbond WPCD376I Consumer IR hard...Ingo Molnar2009-09-241-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-2317-79/+1828
|\
| * Input: add driver for Atmel AT42QT2160 Sensor ChipRaphael Derosso Pereira2009-09-223-0/+408
| * Input: max7359 - use threaded IRQsDmitry Torokhov2009-09-211-35/+13
| * Input: add driver for Maxim MAX7359 key switch controllerKim Kyuwon2009-09-213-0/+364
| * Input: add driver for ADP5588 QWERTY I2C KeypadMichael Hennerich2009-09-173-0/+372
| * Input: add touchscreen driver for MELFAS MCS-5000 controllerJoonyoung Shim2009-09-173-0/+330
| * Input: add driver for OpenCores Keyboard ControllerJavier Herrero2009-09-173-0/+190
| * Input: dm355evm_keys - remove dm355evm_keys_hardirqDmitry Torokhov2009-09-171-17/+9
| * Input: synaptics_i2c - switch to using __cancel_delayed_work()Dmitry Torokhov2009-09-171-19/+32
| * Input: ad7879 - add support for AD7889Michael Hennerich2009-09-172-5/+7
| * Input: atkbd - rely on input core to restore state on resumeDmitry Torokhov2009-09-171-25/+0
| * Input: add generic suspend and resume for input devicesDmitry Torokhov2009-09-171-1/+63
| * Input: libps2 - additional locking for i8042 portsDmitry Torokhov2009-09-173-12/+75
* | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-09-231-0/+3
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2009-09-2378-1770/+6864
| |\ \
| * | | wm97xx-core: Pass platform_data to batteryMarek Vasut2009-09-041-0/+3
* | | | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-233-0/+3
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \ \
| * | | trivial: fix typo s/ketymap/keymap/ in commentThadeu Lima de Souza Cascardo2009-09-211-1/+1
* | | | input: add a driver for the Winbond WPCD376I Consumer IR hardwareDavid Härdeman2009-09-223-0/+1631
|/ / /
* | | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-09-181-0/+3
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-09-1663-1548/+3736
| |\ \ \ | | | |/ | | |/|
| * | | sh: add kycr2_delay for sh_keyscKuninori Morimoto2009-09-151-0/+3
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2009-09-187-0/+611
|\ \ \ \
| * | | | input: PCAP2 misc input driverDaniel Ribeiro2009-09-173-0/+156
| * | | | input: PCAP2 based touchscreen driverDaniel Ribeiro2009-09-173-0/+281
| * | | | input: Add support for the WM831x ON pinMark Brown2009-09-173-0/+174
* | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-181-11/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren2009-08-281-11/+11
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-161-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* | | | | Nicolas Pitre has a new email addressNicolas Pitre2009-09-151-1/+1
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-1463-1545/+3733
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2009-09-1370-1556/+3751
| |\ \ \ \
| | * | | | Input: bcm5974 - silence uninitialized variables warningsHenrik Rydberg2009-09-131-15/+16
| | * | | | Input: wistron_btns - add keymap for AOpen 1557Dmitry Torokhov2009-09-131-1/+17
| | * | | | Input: psmouse - use boolean typeDmitry Torokhov2009-09-1020-125/+133
| | * | | | Input: i8042 - use platform_driver_probeDmitry Torokhov2009-09-101-23/+22
| | * | | | Input: i8042 - use boolean type where it makes senseDmitry Torokhov2009-09-102-70/+71
| | * | | | Input: i8042 - try disabling and re-enabling AUX port at closeDmitry Torokhov2009-09-101-1/+49
| | * | | | Input: pxa27x_keypad - allow modifying keymap from userspaceDmitry Torokhov2009-09-101-82/+91
| | * | | | Input: sunkbd - fix formattingDmitry Torokhov2009-09-101-55/+73
| | * | | | Input: i8042 - bypass AUX IRQ delivery test on laptopsDmitry Torokhov2009-09-102-1/+36
| | * | | | Input: wacom_w8001 - simplify querying logicDmitry Torokhov2009-09-031-81/+40
| | * | | | Input: atkbd - allow setting force-release bitmap via sysfsDmitry Torokhov2009-09-031-6/+37
| | * | | | Input: w90p910_keypad - move a dereference below a NULL testJulia Lawall2009-08-301-1/+3
| | * | | | Input: add twl4030_keypad driverDavid Brownell2009-08-273-0/+492
| | * | | | Input: matrix-keypad - add function to build device keymapDmitry Torokhov2009-08-272-26/+5