aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31drivers/input: add export.h to symbol exporting files.Paul Gortmaker2-0/+2
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker15-0/+15
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-7/+14
2011-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds59-839/+4035
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov68-863/+4487
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-10-18Input: adp5589-keys - add support for the ADP5585 derivativesMichael Hennerich2-129/+484
2011-10-12Input: imx_keypad - add pm suspend and resume supportHui Wang1-0/+44
2011-10-12Input: force feedback - potential integer wrap in input_ff_create()Dan Carpenter1-3/+8
2011-10-12Input: twl6040-vibra: Check the selected path for vibraPeter Ujfalusi1-0/+7
2011-10-12Input: twl6040: Simplify vibra regsiter definitionsPeter Ujfalusi1-6/+6
2011-10-11Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity1-0/+6
2011-10-10Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov1-25/+29
2011-10-10Input: serio_raw - kick clients when disconnecting portDmitry Torokhov1-6/+23
2011-10-10Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov1-8/+13
2011-10-10Input: serio_raw - fix coding style issuesDmitry Torokhov1-5/+9
2011-10-10Input: serio_raw - use dev_*() for messagesDmitry Torokhov1-5/+7
2011-10-10Input: serio_raw - use bool for boolean dataDmitry Torokhov1-3/+3
2011-10-10Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov1-3/+5
2011-10-10Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov1-36/+39
2011-10-10Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov1-15/+13
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov10-198/+243
2011-10-10Input: wacom - correct max Y value on medium bamboosChris Bagwell1-4/+4
2011-10-10Input: wacom - add ABS_DISTANCE to Bamboo Pen reportsChris Bagwell1-12/+23
2011-10-10Input: wacom - remove unneeded touch pressure initializationChris Bagwell1-5/+0
2011-10-06Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-1/+1
2011-10-06Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-4/+2
2011-10-06Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-1/+1
2011-10-06Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov1-10/+10
2011-10-06Input: atmel_mxt_ts - use snprintf for sysfs attribute show methodDaniel Kurtz1-6/+15
2011-10-05Merge branch 'for-linus' of git://github.com/dtor/inputLinus Torvalds1-5/+2
2011-10-05Input: wacom - make LED status readable through sysfsPing Cheng1-1/+8
2011-10-05Input: wacom - add LED support for Cintiq 21ux2Ping Cheng2-30/+78
2011-10-05Input: wacom - don't expose LED inactive optionPing Cheng1-3/+3
2011-10-05Input: wacom - lower the LED luminancePing Cheng1-1/+1
2011-10-04Input: wacom - revert "Cintiq 21UX2 does not have menu strips"Jason Gerecke1-5/+2
2011-09-28Input: add a driver for TSC-40 serial touchscreenSebastian Andrzej Siewior3-0/+197
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-09-20Input: gpio_keys - use of_property_read_u32()Tobias Klauser1-11/+13
2011-09-20Input: penmount - simplify unregister procedureDmitry Torokhov1-4/+4
2011-09-20Input: penmount - rework handling of different protocolsDmitry Torokhov1-56/+64
2011-09-20Input: penmount - add PenMount 6250 supportJohn Sung1-0/+23
2011-09-20Input: penmount - add PenMount 3000 supportJohn Sung1-4/+75
2011-09-20Input: penmount - add PenMount 6000 supportJohn Sung1-8/+57
2011-09-20Input: penmount - fix the protocolJohn Sung1-6/+8
2011-09-20Input: elantech - remove module parameter force_elantechJJ Ding1-10/+2
2011-09-20Input: elantech - better support all those v2 variantsJJ Ding2-5/+42
2011-09-19Input: twl6040-vibra: Use accessor to get revision informationPeter Ujfalusi1-1/+1
2011-09-16Merge branch 'for-linus' of git://github.com/dtor/inputLinus Torvalds6-26/+58