summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2011-09-08Input: tc3589x-keypad - fix section mismatch warningHarvey Yang1-1/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang19-20/+19
2011-09-07Input: wacom - add Intuos4 LED and OLED controlEduard Hasenleithner2-30/+277
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov32-176/+718
2011-08-26Input: tsc2007 - add open and close methodsDmitry Torokhov1-8/+38
2011-08-26Input: tsc2007 - convert to threaded IRQDmitry Torokhov1-84/+66
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds15-145/+241
2011-08-23Input: ad714x-i2c - change placement of __init/__exit annotationsWanlong Gao1-2/+2
2011-08-23Input: synaptics - process finger (<=5) transitionsDaniel Kurtz1-1/+44
2011-08-23Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadDaniel Kurtz1-0/+1
2011-08-23Input: synaptics - process finger (<=3) transitionsDaniel Kurtz2-16/+278
2011-08-23Input: synaptics - decode AGM packet typesDaniel Kurtz2-7/+43
2011-08-23Input: synaptics - add image sensor supportDaniel Kurtz2-17/+110
2011-08-23Input: synaptics - refactor initialization of abs position axesDaniel Kurtz1-24/+20
2011-08-23Input: synaptics - refactor agm packet parsingDaniel Kurtz2-6/+19
2011-08-23Input: synaptics - refactor y inversionDaniel Kurtz1-3/+12
2011-08-23Input: wacom_w8001 - simplify w8001_removeDmitry Torokhov1-4/+4
2011-08-23Input: wacom_w8001 - implement open and closeDmitry Torokhov1-1/+20
2011-08-22Input: ad714x - read the interrupt status registers in a rowMichael Hennerich4-41/+49
2011-08-22Input: ad714x - use DMA-safe buffers for spi_write()Dmitry Torokhov4-103/+131
2011-08-22Input: ad714x - fix endianness issuesMichael Hennerich2-33/+25
2011-08-22Input: ad714xx-spi - force SPI bus into the default 8-bit modeMichael Hennerich1-0/+6
2011-08-21Input: ep93xx_keypad - add missing include of linux/module.hAxel Lin1-0/+1
2011-08-21Input: tnetv107x-ts - add missing include of linux/module.hAxel Lin1-0/+1
2011-08-20Input: max11801_ts - correct license statementJiejing Zhang1-1/+2
2011-08-16Input: atmel_mxt_ts - report pressure information from the driverYufeng Shen1-0/+12
2011-08-16Input: bcm5974 - Add support for newer MacBookPro8,2Andrew Drake1-0/+20
2011-08-16Input: wacom - report id 3 returns 4 bytes of dataPing Cheng1-4/+6
2011-08-16Input: wacom - add WAC_MSG_RETRIES definePing Cheng1-3/+4
2011-08-16Input: wacom - add support for the Wacom Bamboo Pen (CTL-660/K)Gerard Braad1-0/+4
2011-08-11Input: tegra-kbc - correct call to input_free_deviceAxel Lin1-1/+1
2011-08-11Input: mpu3050 - correct call to input_free_deviceAxel Lin1-1/+1
2011-08-09Input: add driver for Bosch Sensortec's BMA150 accelerometerEric Andersson3-0/+703
2011-08-09Input: polldev - immediately poll device upon openingDmitry Torokhov1-2/+4
2011-08-08Input: bcm5974 - add support for touchpads found in MacBookAir4,2Joshua V. Dillon1-0/+20
2011-08-08Input: mma8450 - fix module device table typeAxel Lin1-1/+1
2011-08-04Input: remove CLOCK_TICK_RATE from analog joystick driverDeepak Saxena1-1/+1
2011-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-6/+24
2011-08-02Input: add support for pm8xxx based vibrator driverAmy Maloche3-12/+321
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/dto...Linus 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/a...Linus Torvalds4-7/+442