summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-181/+691
2009-07-07Input: gpio_mouse - use standard driver registration methodSaeed Bishara1-6/+5
2009-07-07Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo2-6/+8
2009-07-03Update Yoichi Yuasa's e-mail addressYoichi Yuasa1-2/+2
2009-06-29Input: add support for generic GPIO-based matrix keypadEric Miao3-2/+465
2009-06-29Input: arrange keyboards alphabeticallyDmitry Torokhov2-162/+161
2009-06-28Input: gpio-keys - avoid possibility of sleeping in timer functionJani Nikula1-5/+12
2009-06-28Input: gpio-keys - revert 'change timer to workqueue'Jani Nikula1-12/+20
2009-06-28Input: wacom - add DTF720a support and fix rotation on Intuos3Ping Cheng1-1/+5
2009-06-28Input: i8042 - more reset quirks for MSI Wind-clone netbooksYan Li1-0/+28
2009-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds40-217/+4122
2009-06-19Input: add driver for Synaptics I2C touchpadMike Rapoport3-0/+695
2009-06-19Input: synaptics - add support for reporting x/y resolutionTero Saarni3-3/+39
2009-06-16Merge branch 'akpm'Linus Torvalds2-1/+2
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2-1/+2
2009-06-15xen: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman1-4/+4
2009-06-15input: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-06-15Driver Core: input: add nodename for input driversKay Sievers1-0/+6
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2009-06-12trivial: input/misc: Fix typo in KconfigAlessio Igor Bogani1-1/+1
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij1-1/+1
2009-06-11Input: ALPS - handle touchpoints buttons correctlyUlrich Dangel1-4/+9
2009-06-11Input: gpio-keys - change timer to workqueueAlek Du1-20/+12
2009-06-11Input: ads7846 - pin change interrupt supportMichael Roth1-3/+9
2009-06-11Input: add support for touchscreen on W90P910 ARM platformWan ZongShun3-0/+359
2009-06-11Merge commit 'v2.6.30' into nextDmitry Torokhov8-7/+31
2009-06-03Input: appletouch - improve finger detectionJeremy Huddleston1-1/+1
2009-06-03Input: wacom - clear Intuos4 wheel data when finger leaves proximityPing Cheng1-0/+3
2009-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-2/+3
2009-05-28Input: libps2 - better handle bad scheduler decisionsDmitry Torokhov1-1/+1
2009-05-27Input: usb1400_ts - fix access to "device data" in resume functionManuel Traut1-1/+1
2009-05-23Input: multitouch - add tracking ID to the protocolHenrik Rydberg1-0/+1
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek1-1/+1
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini1-1/+1
2009-05-19Input: add driver for EETI touchpanelsDaniel Mack3-0/+296
2009-05-19Input: ads7846 - more detailed model name in sysfsMichael Roth1-1/+3
2009-05-19Input: ads7846 - support swapping x and y axesMichael Roth1-0/+7
2009-05-19Input: ati_remote2 - use non-atomic bitopsVille Syrjala1-8/+8
2009-05-15Input: introduce lm8323 keypad driverFelipe Balbi3-1/+891
2009-05-15Input: psmouse - ESD workaround fix for OLPC XO touchpadZephaniah E. Hull1-1/+3
2009-05-15Input: tsc2007 - make sure platform provides get_pendown_state()Kwangwoo Lee1-1/+1
2009-05-15Input: uinput - flush all pending ff effects before destroying deviceAristeu Sergio Rozanski Filho1-23/+71
2009-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-4/+27
2009-05-11Input: tsc2007 - fix locking in hrtimer handlerThierry Reding1-2/+3
2009-05-11Input: atkbd - add force release keys quirk for Amilo Xi 3650Adrian Batzill1-0/+16
2009-05-11Input: simplify name handling for certain input handlesThadeu Lima de Souza Cascardo3-18/+14
2009-05-09Input: serio - do not use deprecated dev.power.power_stateDmitry Torokhov3-29/+31
2009-05-08Input: wacom - add support for Intuos4 tabletsPing Cheng4-41/+148