summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2011-08-26Input: tsc2007 - add open and close methodsDmitry Torokhov-8/+38
2011-08-26Input: tsc2007 - convert to threaded IRQDmitry Torokhov-84/+66
2011-08-26Input: cm109 - fix checking return value of usb_control_msgaxel lin-1/+1
2011-08-26Input: wacom - advertise BTN_TOOL_PEN and BTN_STYLUS for PenPartnerJason Gerecke-2/+2
2011-08-26Input: wacom - remove pressure for touch devicesPing Cheng-17/+3
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-145/+241
2011-08-23Input: ad714x-i2c - change placement of __init/__exit annotationsWanlong Gao-2/+2
2011-08-23Input: synaptics - process finger (<=5) transitionsDaniel Kurtz-1/+44
2011-08-23Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadDaniel Kurtz-0/+1
2011-08-23Input: synaptics - process finger (<=3) transitionsDaniel Kurtz-16/+278
2011-08-23Input: synaptics - decode AGM packet typesDaniel Kurtz-7/+43
2011-08-23Input: synaptics - add image sensor supportDaniel Kurtz-17/+110
2011-08-23Input: synaptics - refactor initialization of abs position axesDaniel Kurtz-24/+20
2011-08-23Input: synaptics - refactor agm packet parsingDaniel Kurtz-6/+19
2011-08-23Input: synaptics - refactor y inversionDaniel Kurtz-3/+12
2011-08-23Input: wacom_w8001 - simplify w8001_removeDmitry Torokhov-4/+4
2011-08-23Input: wacom_w8001 - implement open and closeDmitry Torokhov-1/+20
2011-08-22Input: ad714x - read the interrupt status registers in a rowMichael Hennerich-41/+49
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