summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2011-08-22Input: ad714x - use DMA-safe buffers for spi_write()Dmitry Torokhov-103/+131
2011-08-22Input: ad714x - fix endianness issuesMichael Hennerich-33/+25
2011-08-22Input: ad714xx-spi - force SPI bus into the default 8-bit modeMichael Hennerich-0/+6
2011-08-21Input: ep93xx_keypad - add missing include of linux/module.hAxel Lin-0/+1
2011-08-21Input: tnetv107x-ts - add missing include of linux/module.hAxel Lin-0/+1
2011-08-20Input: max11801_ts - correct license statementJiejing Zhang-1/+2
2011-08-16Input: atmel_mxt_ts - report pressure information from the driverYufeng Shen-0/+12
2011-08-16Input: bcm5974 - Add support for newer MacBookPro8,2Andrew Drake-0/+20
2011-08-16Input: wacom - report id 3 returns 4 bytes of dataPing Cheng-4/+6
2011-08-16Input: wacom - add WAC_MSG_RETRIES definePing Cheng-3/+4
2011-08-16Input: wacom - add support for the Wacom Bamboo Pen (CTL-660/K)Gerard Braad-0/+4
2011-08-11Input: tegra-kbc - correct call to input_free_deviceAxel Lin-1/+1
2011-08-11Input: mpu3050 - correct call to input_free_deviceAxel Lin-1/+1
2011-08-09Input: add driver for Bosch Sensortec's BMA150 accelerometerEric Andersson-0/+703
2011-08-09Input: polldev - immediately poll device upon openingDmitry Torokhov-2/+4
2011-08-08Input: bcm5974 - add support for touchpads found in MacBookAir4,2Joshua V. Dillon-0/+20
2011-08-08Input: mma8450 - fix module device table typeAxel Lin-1/+1
2011-08-08ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King-1/+1
2011-08-04Input: remove CLOCK_TICK_RATE from analog joystick driverDeepak Saxena-1/+1
2011-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-6/+24
2011-08-02Input: add support for pm8xxx based vibrator driverAmy Maloche-12/+321
2011-08-02Input: ad7879 - fix deficient device disableMichael Hennerich-1/+3
2011-08-01input: xilinx_ps2: Add missing of_address.h headerMichal Simek-1/+1
2011-07-31Input: mma8450 - add device tree probe supportShawn Guo-0/+8
2011-07-30Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser-1/+1
2011-07-30Input: lm8323 - add missing device_remove_file for dev_attr_timeAxel Lin-2/+7
2011-07-30Input: tegra-kbc - fix computation of polling timeRakesh Iyer-2/+3
2011-07-30Input: kxtj9 - explicitly include module.hStephen Rothwell-0/+1
2011-07-30Input: psmouse - hgpk.c needs module.hRandy Dunlap-0/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-306/+1829
2011-07-27Merge branch 'next' into for-linusDmitry Torokhov-313/+2891
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-7/+442
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-5/+3
2011-07-25Input: synaptics - fix reporting of min coordinatesDmitry Torokhov-1/+1
2011-07-25Input: tegra-kbc - enable key autorepeatRakesh Iyer-1/+1
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-10/+3
2011-07-19Input: kxtj9 - fix locking typo in kxtj9_set_poll()Dan Carpenter-1/+1
2011-07-19Input: kxtj9 - fix bug in probe()Dan Carpenter-1/+1
2011-07-18Input: intel-mid-touch - remove pointless checking for variable 'found'Axel Lin-10/+5
2011-07-18Input: hp_sdc - staticize hp_sdc_kicker()Axel Lin-1/+1
2011-07-18Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin-4/+4
2011-07-18Input: cy8ctmg110_ts - set reset_pin and irq_pin from platform dataAxel Lin-0/+2
2011-07-17Merge branches 'omap/prcm' and 'omap/mfd' of git+ssh://master.kernel.org/pub/...Arnd Bergmann-7/+442
2011-07-13Input: cy8ctmg110_ts - constify i2c_device_id tableAxel Lin-1/+1
2011-07-13Input: cy8ctmg110_ts - fix checking return value of i2c_master_sendAxel Lin-2/+2
2011-07-13Input: lifebook - make dmi callback functions return 1Axel Lin-2/+2
2011-07-13Input: atkbd - make dmi callback functions return 1Axel Lin-2/+2
2011-07-11Merge branch 'master' into for-nextJiri Kosina-7/+11
2011-07-10Input: gpio_keys - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov-8/+3
2011-07-10Input: gpio_keys - add support for device-tree platform dataDavid Jander-16/+132