summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-stable' into develRussell King2009-09-126-18/+62
|\
| * 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/+2Star
| | * 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 branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Russell King2009-09-1211-185/+695
|\ \ \ \ | | |/ / | |/| |
| | * | ARM: 5682/1: Add cpu.c and dev.c and modify some files of w90p910 platformwanzongshun2009-09-021-2/+2
| |/ / |/| |
| * | 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/+5Star
| | * 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/+161Star
| | * 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
|\|
| * Input: add driver for Synaptics I2C touchpadMike Rapoport2009-06-203-0/+695
| * Input: synaptics - add support for reporting x/y resolutionTero Saarni2009-06-203-3/+39
| * Input: ALPS - handle touchpoints buttons correctlyUlrich Dangel2009-06-111-4/+9
| * Input: gpio-keys - change timer to workqueueAlek Du2009-06-111-20/+12Star
| * Input: ads7846 - pin change interrupt supportMichael Roth2009-06-111-3/+9
| * Input: add support for touchscreen on W90P910 ARM platformWan ZongShun2009-06-113-0/+359
| * Merge commit 'v2.6.30' into nextDmitry Torokhov2009-06-118-7/+31
| |\
| * | Input: appletouch - improve finger detectionJeremy Huddleston2009-06-031-1/+1
| * | Input: wacom - clear Intuos4 wheel data when finger leaves proximityPing Cheng2009-06-031-0/+3
| * | Input: add driver for EETI touchpanelsDaniel Mack2009-05-203-0/+296
| * | Input: ads7846 - more detailed model name in sysfsMichael Roth2009-05-201-1/+3
| * | Input: ads7846 - support swapping x and y axesMichael Roth2009-05-201-0/+7
| * | Input: ati_remote2 - use non-atomic bitopsVille Syrjala2009-05-201-8/+8
| * | Input: introduce lm8323 keypad driverFelipe Balbi2009-05-163-1/+891
| * | Input: psmouse - ESD workaround fix for OLPC XO touchpadZephaniah E. Hull2009-05-161-1/+3
| * | Input: tsc2007 - make sure platform provides get_pendown_state()Kwangwoo Lee2009-05-161-1/+1
| * | Input: uinput - flush all pending ff effects before destroying deviceAristeu Sergio Rozanski Filho2009-05-161-23/+71
| * | Input: simplify name handling for certain input handlesThadeu Lima de Souza Cascardo2009-05-113-18/+14Star
| * | Input: serio - do not use deprecated dev.power.power_stateDmitry Torokhov2009-05-103-29/+31
| * | Input: wacom - add support for Intuos4 tabletsPing Cheng2009-05-094-41/+148
| * | Input: lifebook - don't send incomplete eventsDmitry Torokhov2009-05-091-12/+13
| * | Input: ALPS - Dell Latitude D630/D800 have DualPointDmitry Torokhov2009-05-091-9/+9
| * | Merge commit 'v2.6.30-rc5' into nextDmitry Torokhov2009-05-0934-124/+360
| |\ \
| * | | Input: wm97xx - do not access dev->driver_data directlyGreg Kroah-Hartman2009-05-011-1/+1
| * | | Input: add dm355evm_keys driverDavid Brownell2009-04-243-0/+339
| * | | Input: add twl4030-pwrbutton driverFelipe Balbi2009-04-203-0/+156
| * | | Input: add matrix keypad driver for Cirrus EP93xxH Hartley Sweeten2009-04-193-0/+481
| * | | Input: add wm97xx accelerated driver for Atmel microprocessorsHans-Christian Egtvedt2009-04-193-0/+462
| * | | Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flagDmitry Torokhov2009-04-191-2/+1Star