summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2011-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-5/+6
2011-12-29Input: sentelic - fix retrieving number of buttonsTai-hwa Liang-3/+4
2011-12-23Input: sentelic - release mutex upon register write failureTai-hwa Liang-2/+2
2011-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+17
2011-12-12Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov-0/+11
2011-12-12Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq()Xi Wang-2/+2
2011-12-12Input: wacom - add product id used by Samsung Slate 7Chris Bagwell-0/+4
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-8/+33
2011-11-09Input: ams_delta_serio - include linux/module.hAaro Koskinen-0/+1
2011-11-09Input: elantech - adjust hw_version detection logicJJ Ding-8/+18
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+17
2011-11-05Input: i8042 - add HP Pavilion dv4s to 'notimeout' and 'nomux' blacklistsTomas Miljenović-0/+14
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds-17/+310
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds-1/+1
2011-11-02um: switch to use of drivers/KconfigAl Viro-1/+1
2011-10-31drivers/input: add export.h to symbol exporting files.Paul Gortmaker-0/+2
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker-0/+15
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-884/+0
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds-7/+14
2011-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-839/+4035
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds-1/+1
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov-863/+4487
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-10-24input: Add power button support for mc13783Philippe Rétornaz-0/+293
2011-10-24input: Convert mc13783-ts to mc13xxx APIUwe Kleine-König-17/+17
2011-10-18Input: adp5589-keys - add support for the ADP5585 derivativesMichael Hennerich-129/+484
2011-10-12Input: imx_keypad - add pm suspend and resume supportHui Wang-0/+44
2011-10-12Input: force feedback - potential integer wrap in input_ff_create()Dan Carpenter-3/+8
2011-10-12Input: twl6040-vibra: Check the selected path for vibraPeter Ujfalusi-0/+7
2011-10-12Input: twl6040: Simplify vibra regsiter definitionsPeter Ujfalusi-6/+6
2011-10-11Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity-0/+6
2011-10-10Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov-25/+29
2011-10-10Input: serio_raw - kick clients when disconnecting portDmitry Torokhov-6/+23
2011-10-10Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov-8/+13
2011-10-10Input: serio_raw - fix coding style issuesDmitry Torokhov-5/+9
2011-10-10Input: serio_raw - use dev_*() for messagesDmitry Torokhov-5/+7
2011-10-10Input: serio_raw - use bool for boolean dataDmitry Torokhov-3/+3
2011-10-10Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov-3/+5
2011-10-10Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov-36/+39
2011-10-10Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov-15/+13
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov-198/+243
2011-10-10Input: wacom - correct max Y value on medium bamboosChris Bagwell-4/+4
2011-10-10Input: wacom - add ABS_DISTANCE to Bamboo Pen reportsChris Bagwell-12/+23
2011-10-10Input: wacom - remove unneeded touch pressure initializationChris Bagwell-5/+0
2011-10-06Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov-1/+1
2011-10-06Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov-4/+2
2011-10-06Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov-1/+1
2011-10-06Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov-10/+10
2011-10-06Input: atmel_mxt_ts - use snprintf for sysfs attribute show methodDaniel Kurtz-6/+15
2011-10-05Merge branch 'for-linus' of git://github.com/dtor/inputLinus Torvalds-5/+2