summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: hgpk - forced recalibration for the OLPC touchpadPaul Fox2009-08-051-3/+52
* Input: tsc2007 - check if I2C communication works during probeRichard Röjfors2009-08-051-3/+5
* Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov2009-08-051-79/+93
* Input: usbtouchscreen - add support for e2i touchscreen controllerFlorian Echtler2009-07-282-0/+54
* Input: tsc2007 - do not read coordinates during probeRichard Röjfors2009-07-261-2/+3
* Input: tsc2007 - make init/exit platform hw callbacks optionalRichard Röjfors2009-07-261-3/+6
* Input: tsc2007 - properly shut off interrupts/delayed workDmitry Torokhov2009-07-261-30/+42
* Input: tsc2007 - remove HR timerRichard Röjfors2009-07-261-35/+13
* Input: pxa27x_keypad - switch to using dev_pm_opsDmitry Torokhov2009-07-261-7/+12
* Input: serio - switch to using dev_pm_opsDmitry Torokhov2009-07-261-12/+11
* Input: i8042 - switch to using dev_pm_opsDmitry Torokhov2009-07-261-26/+18
* Input: gpio_keys - swtich to dev_pm_opsMike Rapoport2009-07-251-7/+12
* Input: bf54x-keys - convert printk() to dev_*()Mike Frysinger2009-07-231-17/+9
* Input: add Blackfin rotary input driverMichael Hennerich2009-07-233-0/+294
* Input: pxa27x_keypad - remove extra clk_disableDmitry Torokhov2009-07-231-23/+20
* Merge commit 'v2.6.31-rc4' into nextDmitry Torokhov2009-07-2322-209/+770
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-07-226-18/+62
| |\
| | * Input: atkbd - add force relese key quirk for Soltech TA12Jerone Young2009-07-211-0/+16
| | * Input: fix EVIOCGNAME/JSIOCGNAME regressionDaniel Mack2009-07-142-3/+2
| | * Input: atkbd - add forced release keys quirk for FSC Amilo Pi 3525Simon Davie2009-07-131-0/+16
| | * Input: pcspkr - switch driver to dev_pm_opsFrans Pop2009-07-131-2/+6
| | * Input: xpad - don't resend successfully sent outgoing requestsMichael Gruber2009-07-131-13/+13
| | * Input: wistron_btns - recognize Maxdata Pro 7000 notebooksGiuseppe Mazzotta2009-07-131-0/+9
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-07-089-181/+691
| |\|
| | * Input: gpio_mouse - use standard driver registration methodSaeed Bishara2009-07-081-6/+5
| | * Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo2009-07-082-6/+8
| | * Input: add support for generic GPIO-based matrix keypadEric Miao2009-06-293-2/+465
| | * Input: arrange keyboards alphabeticallyDmitry Torokhov2009-06-292-162/+161
| | * Input: gpio-keys - avoid possibility of sleeping in timer functionJani Nikula2009-06-291-5/+12
| | * Input: gpio-keys - revert 'change timer to workqueue'Jani Nikula2009-06-291-12/+20
| | * Input: wacom - add DTF720a support and fix rotation on Intuos3Ping Cheng2009-06-291-1/+5
| | * Input: i8042 - more reset quirks for MSI Wind-clone netbooksYan Li2009-06-291-0/+28
| * | Update Yoichi Yuasa's e-mail addressYoichi Yuasa2009-07-031-2/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-06-2040-217/+4122
| |\|
| * | Merge branch 'akpm'Linus Torvalds2009-06-172-1/+2
| |\ \
| | * | time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-172-1/+2
| * | | xen: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman2009-06-161-4/+4
| * | | input: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-161-1/+1
| * | | Driver Core: input: add nodename for input driversKay Sievers2009-06-161-0/+6
| |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
| |\ \
| | * | trivial: input/misc: Fix typo in KconfigAlessio Igor Bogani2009-06-121-1/+1
| * | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-141-1/+1
| |\ \ \
| | * | | [ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij2009-06-111-1/+1
| | |/ /
| * | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-06-121-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek2009-05-211-1/+1
* | | | Input: sh_keysc - allow modifying keymap from userspaceDmitry Torokhov2009-07-211-8/+14
* | | | Input: wm97xx - add possibility to control the GPIO_STATUS shiftMarek Vasut2009-07-212-2/+7
* | | | Input: wm97xx - add Palm support to Mainstone accelerated touchMarek Vasut2009-07-212-19/+35
* | | | Input: w90p910_ts - use clk APIWan ZongShun2009-07-132-13/+14
* | | | Input: ucb1400_ts - fix a misleading function nameHans J. Koch2009-07-131-2/+3