aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Merge branch 'for-linus' of git://github.com/dtor/inputGravatar Linus Torvalds 6-26/+58
2011-09-12Input: wacom - fix touch parsing on newer BamboosGravatar Chris Bagwell 1-6/+8
2011-09-09Input: bcm5974 - add MacBookAir4,1 trackpad supportGravatar Pieter-Augustijn Van Malleghem 1-0/+20
2011-09-08Input: wacom - add POINTER and DIRECT device propertiesGravatar Jason Gerecke 2-1/+26
2011-08-26Input: adp5588-keys - remove incorrect modaliasGravatar Axel Lin 1-1/+0
2011-08-26Input: cm109 - fix checking return value of usb_control_msgGravatar axel lin 1-1/+1
2011-08-26Input: wacom - advertise BTN_TOOL_PEN and BTN_STYLUS for PenPartnerGravatar Jason Gerecke 1-2/+2
2011-08-26Input: wacom - remove pressure for touch devicesGravatar Ping Cheng 2-17/+3
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 15-145/+241
2011-08-22Input: ad714x - read the interrupt status registers in a rowGravatar Michael Hennerich 4-41/+49
2011-08-22Input: ad714x - use DMA-safe buffers for spi_write()Gravatar Dmitry Torokhov 4-103/+131
2011-08-22Input: ad714x - fix endianness issuesGravatar Michael Hennerich 2-33/+25
2011-08-22Input: ad714xx-spi - force SPI bus into the default 8-bit modeGravatar Michael Hennerich 1-0/+6
2011-08-21Input: ep93xx_keypad - add missing include of linux/module.hGravatar Axel Lin 1-0/+1
2011-08-21Input: tnetv107x-ts - add missing include of linux/module.hGravatar Axel Lin 1-0/+1
2011-08-20Input: max11801_ts - correct license statementGravatar Jiejing Zhang 1-1/+2
2011-08-16Input: atmel_mxt_ts - report pressure information from the driverGravatar Yufeng Shen 1-0/+12
2011-08-16Input: bcm5974 - Add support for newer MacBookPro8,2Gravatar Andrew Drake 1-0/+20
2011-08-16Input: wacom - report id 3 returns 4 bytes of dataGravatar Ping Cheng 1-4/+6
2011-08-16Input: wacom - add WAC_MSG_RETRIES defineGravatar Ping Cheng 1-3/+4
2011-08-16Input: wacom - add support for the Wacom Bamboo Pen (CTL-660/K)Gravatar Gerard Braad 1-0/+4
2011-08-11Input: tegra-kbc - correct call to input_free_deviceGravatar Axel Lin 1-1/+1
2011-08-11Input: mpu3050 - correct call to input_free_deviceGravatar Axel Lin 1-1/+1
2011-08-08Input: bcm5974 - add support for touchpads found in MacBookAir4,2Gravatar Joshua V. Dillon 1-0/+20
2011-08-08Input: mma8450 - fix module device table typeGravatar Axel Lin 1-1/+1
2011-08-04Input: remove CLOCK_TICK_RATE from analog joystick driverGravatar Deepak Saxena 1-1/+1
2011-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 7-6/+24
2011-08-02Input: ad7879 - fix deficient device disableGravatar Michael Hennerich 1-1/+3
2011-08-01input: xilinx_ps2: Add missing of_address.h headerGravatar Michal Simek 1-1/+1
2011-07-31Input: mma8450 - add device tree probe supportGravatar Shawn Guo 1-0/+8
2011-07-30Input: gpio_keys - return proper error code if memory allocation failsGravatar Tobias Klauser 1-1/+1
2011-07-30Input: lm8323 - add missing device_remove_file for dev_attr_timeGravatar Axel Lin 1-2/+7
2011-07-30Input: tegra-kbc - fix computation of polling timeGravatar Rakesh Iyer 1-2/+3
2011-07-30Input: kxtj9 - explicitly include module.hGravatar Stephen Rothwell 1-0/+1
2011-07-30Input: psmouse - hgpk.c needs module.hGravatar Randy Dunlap 1-0/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 40-306/+1829
2011-07-27Merge branch 'next' into for-linusGravatar Dmitry Torokhov 46-313/+2891
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-7/+442
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-5/+3
2011-07-25Input: synaptics - fix reporting of min coordinatesGravatar Dmitry Torokhov 1-1/+1
2011-07-25Input: tegra-kbc - enable key autorepeatGravatar Rakesh Iyer 1-1/+1
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-10/+3
2011-07-19Input: kxtj9 - fix locking typo in kxtj9_set_poll()Gravatar Dan Carpenter 1-1/+1
2011-07-19Input: kxtj9 - fix bug in probe()Gravatar Dan Carpenter 1-1/+1
2011-07-18Input: intel-mid-touch - remove pointless checking for variable 'found'Gravatar Axel Lin 1-10/+5
2011-07-18Input: hp_sdc - staticize hp_sdc_kicker()Gravatar Axel Lin 1-1/+1
2011-07-18Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureGravatar Axel Lin 1-4/+4
2011-07-18Input: cy8ctmg110_ts - set reset_pin and irq_pin from platform dataGravatar Axel Lin 1-0/+2
2011-07-17Merge branches 'omap/prcm' and 'omap/mfd' of git+ssh://master.kernel.org/pub/...Gravatar Arnd Bergmann 4-7/+442
2011-07-13Input: cy8ctmg110_ts - constify i2c_device_id tableGravatar Axel Lin 1-1/+1