summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2009-08-09Input: hil_kbd - switch to use completion instead of semaphoreDmitry Torokhov-132/+140
2009-08-08Input: wistron_btns - switch to using dev_pm_opsDmitry Torokhov-29/+37
2009-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-9/+33
2009-08-05Input: matrix_keypad - make matrix keymap size dynamicEric Miao-9/+9
2009-08-05Input: wistron_btns - support Prestigio Wifi RF kill buttonTJ-0/+16
2009-08-05Input: serio - don't use serio->write() directlyDmitry Torokhov-86/+91
2009-08-05Input: hgpk - forced recalibration for the OLPC touchpadPaul Fox-3/+52
2009-08-05Input: i8042 - add Asus G1S to noloop exception listJory A. Pratt-0/+8
2009-08-04Input: tsc2007 - check if I2C communication works during probeRichard Röjfors-3/+5
2009-08-04Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov-79/+93
2009-08-02parisc: hp_sdc_mlc.c - check return value of down_trylock()Helge Deller-1/+1
2009-07-27Input: usbtouchscreen - add support for e2i touchscreen controllerFlorian Echtler-0/+54
2009-07-26Input: tsc2007 - do not read coordinates during probeRichard Röjfors-2/+3
2009-07-26Input: tsc2007 - make init/exit platform hw callbacks optionalRichard Röjfors-3/+6
2009-07-26Input: tsc2007 - properly shut off interrupts/delayed workDmitry Torokhov-30/+42
2009-07-26Input: tsc2007 - remove HR timerRichard Röjfors-35/+13
2009-07-26Input: pxa27x_keypad - switch to using dev_pm_opsDmitry Torokhov-7/+12
2009-07-26Input: serio - switch to using dev_pm_opsDmitry Torokhov-12/+11
2009-07-26Input: i8042 - switch to using dev_pm_opsDmitry Torokhov-26/+18
2009-07-24Input: gpio_keys - swtich to dev_pm_opsMike Rapoport-7/+12
2009-07-23Input: bf54x-keys - convert printk() to dev_*()Mike Frysinger-17/+9
2009-07-23Input: add Blackfin rotary input driverMichael Hennerich-0/+294
2009-07-22Input: pxa27x_keypad - remove extra clk_disableDmitry Torokhov-23/+20
2009-07-22Merge commit 'v2.6.31-rc4' into nextDmitry Torokhov-209/+770
2009-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-18/+62
2009-07-21Input: sh_keysc - allow modifying keymap from userspaceDmitry Torokhov-8/+14
2009-07-20Input: wm97xx - add possibility to control the GPIO_STATUS shiftMarek Vasut-2/+7
2009-07-20Input: wm97xx - add Palm support to Mainstone accelerated touchMarek Vasut-19/+35
2009-07-20Input: atkbd - add force relese key quirk for Soltech TA12Jerone Young-0/+16
2009-07-13Input: fix EVIOCGNAME/JSIOCGNAME regressionDaniel Mack-3/+2
2009-07-12Input: w90p910_ts - use clk APIWan ZongShun-13/+14
2009-07-12Input: ucb1400_ts - fix a misleading function nameHans J. Koch-2/+3
2009-07-12Input: atkbd - add forced release keys quirk for FSC Amilo Pi 3525Simon Davie-0/+16
2009-07-12Input: pcspkr - switch driver to dev_pm_opsFrans Pop-2/+6
2009-07-12Input: xpad - don't resend successfully sent outgoing requestsMichael Gruber-13/+13
2009-07-12Input: wistron_btns - recognize Maxdata Pro 7000 notebooksGiuseppe Mazzotta-0/+9
2009-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-181/+691
2009-07-07Input: usbtouchscreen - support for JASTEC/DigiTech DTR-02U USB touch control...Jim Persson-0/+38
2009-07-07Input: use resource_size when allocating resourcesJulia Lawall-10/+10
2009-07-07Input: gpio_mouse - use standard driver registration methodSaeed Bishara-6/+5
2009-07-07Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo-6/+8
2009-07-03Update Yoichi Yuasa's e-mail addressYoichi Yuasa-2/+2
2009-06-29Input: add support for generic GPIO-based matrix keypadEric Miao-2/+465
2009-06-29Input: arrange keyboards alphabeticallyDmitry Torokhov-162/+161
2009-06-29Input: dm355evm_keys - use threaded IRQsDavid Brownell-22/+20
2009-06-28Input: gpio-keys - avoid possibility of sleeping in timer functionJani Nikula-5/+12
2009-06-28Input: gpio-keys - revert 'change timer to workqueue'Jani Nikula-12/+20
2009-06-28Input: wacom - add DTF720a support and fix rotation on Intuos3Ping Cheng-1/+5
2009-06-28Input: i8042 - more reset quirks for MSI Wind-clone netbooksYan Li-0/+28
2009-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-217/+4122