aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-02Input: add support for pm8xxx based vibrator driverAmy Maloche3-12/+321
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-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-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-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-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-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: atmel_mxt_ts - handle objects with multiple instances correctlyIiro Valkonen1-2/+4
2011-07-04Input: atmel_mxt_ts - update object listIiro Valkonen1-82/+102
2011-06-29Input: mpr121 - improve sensibility of touch keyJiejing Zhang1-4/+12
2011-06-29Input: add a driver to support InvenSense mpu3050 gyroscope chipJoseph Lai3-0/+387
2011-06-29Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt3-3/+3
2011-06-29Input: gpio_keys - fix a memory leakAxel Lin1-0/+1
2011-06-27Input: ads7846 - cleanup GPIO initializationIgor Grinberg1-10/+5
2011-06-27Input: wacom - add 3 new models - 6A, 6B, and 97Ping Cheng1-0/+12
2011-06-27Input: wacom - Wacom Bamboo Pen D4 has 1024 pressure levelsPing Cheng1-1/+1
2011-06-27Input: gpio_keys - move to late_initcallDavid Jander1-1/+1