aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-6/+24
2011-08-02Input: ad7879 - fix deficient device disableMichael Hennerich1-1/+3
2011-08-01input: xilinx_ps2: Add missing of_address.h headerMichal Simek1-1/+1
2011-07-31Input: mma8450 - add device tree probe supportShawn Guo1-0/+8
2011-07-30Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser1-1/+1
2011-07-30Input: lm8323 - add missing device_remove_file for dev_attr_timeAxel Lin1-2/+7
2011-07-30Input: tegra-kbc - fix computation of polling timeRakesh Iyer1-2/+3
2011-07-30Input: kxtj9 - explicitly include module.hStephen Rothwell1-0/+1
2011-07-30Input: psmouse - hgpk.c needs module.hRandy Dunlap1-0/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds40-306/+1829
2011-07-27Merge branch 'next' into for-linusDmitry Torokhov46-313/+2891
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds4-7/+442
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-5/+3
2011-07-25Input: synaptics - fix reporting of min coordinatesDmitry Torokhov1-1/+1
2011-07-25Input: tegra-kbc - enable key autorepeatRakesh Iyer1-1/+1
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-10/+3
2011-07-19Input: kxtj9 - fix locking typo in kxtj9_set_poll()Dan Carpenter1-1/+1
2011-07-19Input: kxtj9 - fix bug in probe()Dan Carpenter1-1/+1
2011-07-18Input: intel-mid-touch - remove pointless checking for variable 'found'Axel Lin1-10/+5
2011-07-18Input: hp_sdc - staticize hp_sdc_kicker()Axel Lin1-1/+1
2011-07-18Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin1-4/+4
2011-07-18Input: cy8ctmg110_ts - set reset_pin and irq_pin from platform dataAxel Lin1-0/+2
2011-07-17Merge branches 'omap/prcm' and 'omap/mfd' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc into next/devel-2Arnd Bergmann4-7/+442
2011-07-13Input: cy8ctmg110_ts - constify i2c_device_id tableAxel Lin1-1/+1
2011-07-13Input: cy8ctmg110_ts - fix checking return value of i2c_master_sendAxel Lin1-2/+2
2011-07-13Input: lifebook - make dmi callback functions return 1Axel Lin1-2/+2
2011-07-13Input: atkbd - make dmi callback functions return 1Axel Lin1-2/+2
2011-07-11Merge branch 'master' into for-nextJiri Kosina7-7/+11
2011-07-10Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+3
2011-07-10Input: gpio_keys - add support for device-tree platform dataDavid Jander1-16/+132
2011-07-10Input: aiptek - remove double defineEdwin van Vliet1-1/+0
2011-07-09Input: synaptics - set minimum coordinates as reported by firmwareDmitry Torokhov2-21/+43
2011-07-07input: twl6040-vibra: Do not use wrapper for irq requestPeter Ujfalusi1-5/+12
2011-07-06Input: synaptics - process button bits in AGM packetsDaniel Kurtz1-16/+16
2011-07-06Input: synaptics - rename set_slot to be more descriptiveDaniel Kurtz1-7/+10
2011-07-06Input: synaptics - fuzz position for touchpad with reduced filteringDaniel Kurtz2-10/+15
2011-07-06Input: synaptics - set resolution for MT_POSITION_X/Y axesDaniel Kurtz1-0/+3
2011-07-06Input: wacom - cleanup a return value for the old BambooPing Cheng1-1/+1
2011-07-06Input: wacom - update Graphire4 and old Bamboo tablet buttonsPing Cheng1-11/+8
2011-07-06Input: wacom - add serial number for Graphire4 and old BambooPing Cheng1-0/+1
2011-07-06Input: wacom - remove BTN_TOOL_FINGER for padPing Cheng1-11/+0
2011-07-06Input: add support for Kionix KXTJ9 accelerometerChris Hudson3-0/+689
2011-07-05input: pmic8xxx-pwrkey: Do not use mfd_get_data()Samuel Ortiz1-1/+2
2011-07-05input: pmic8xxx-keypad: Do not use mfd_get_data()Samuel Ortiz1-1/+2
2011-07-04Input: wm97xx - mark channels which need pen_downWolfram Sang3-15/+20
2011-07-04Input: wm97xx - refactor channel selection in poll_sample()Wolfram Sang3-25/+21
2011-07-04Input: wm97xx - remove redundant defineWolfram Sang4-9/+9
2011-07-04Input: xen-kbdfront - enable driver for HVM guestsStefano Stabellini1-1/+1
2011-07-04Input: xpad - enable rumble support for XBox360 Wireless ControllersChris Moeller1-4/+21
2011-07-04input: Add initial support for TWL6040 vibratorMisael Lopez Cruz3-0/+428