aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg1-11/+27
2014-08-07Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer1-3/+5
2014-08-06Merge branch 'wacom' into nextDmitry Torokhov10-2119/+1356
2014-08-06Input: wacom - only register once the MODULE_* macrosBenjamin Tissoires2-4/+5
2014-08-06Input: HID - remove hid-wacom Bluetooth driverBenjamin Tissoires3-982/+2
2014-08-06Input: wacom - add copyright note and bump version to 2.0Benjamin Tissoires1-1/+4
2014-08-06Input: wacom - remove passing id for wacom_set_reportPrzemo Firszt1-18/+17
2014-08-06Input: wacom - check for bluetooth protocol while setting OLEDsBenjamin Tissoires1-8/+21
2014-08-06Input: wacom - handle Intuos 4 BT in wacom.koBenjamin Tissoires5-2/+92
2014-08-06Input: wacom - handle Graphire BT tablets in wacom.koBenjamin Tissoires5-5/+132
2014-08-06Input: wacom - prepare the driver to include BT devicesBenjamin Tissoires2-3/+69
2014-08-06Input: hyperv-keyboard - register as a wakeup sourceDexuan Cui1-0/+13
2014-07-31Input: imx_keypad - remove ifdef round PM methodsFabio Estevam1-4/+2
2014-07-31Input: jornada720_ts - get rid of space indentation and use tabPramod Gurav1-13/+12
2014-07-31Input: jornada720_ts - switch to using managed resourcesPramod Gurav1-32/+13
2014-07-30Input: alps - Rushmore and v7 resolution supportHans de Goede2-0/+50
2014-07-30Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam1-4/+2
2014-07-30Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam1-1/+1
2014-07-30Input: ads7846 - release resources on failure for clean exitPramod Gurav1-2/+4
2014-07-28Input: wacom - add support for 0x12C ISDv4 sensorJason Gerecke1-0/+4
2014-07-28Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer1-26/+73
2014-07-28Input: pixcir_i2c_ts - add device tree supportRoger Quadros1-0/+77
2014-07-28Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros1-17/+57
2014-07-28Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros1-31/+94
2014-07-26Input: alps - add support for v7 devicesYunkang Tang2-3/+280
2014-07-26Input: alps - cache firmware versionHans de Goede2-0/+5
2014-07-26Input: alps - change decode function prototype to return an intHans de Goede2-4/+10
2014-07-26Input: alps - report 2 touches when we've > 2 fingersHans de Goede1-1/+1
2014-07-26Input: alps - add an alps_report_semi_mt_data functionHans de Goede1-47/+29
2014-07-26Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede1-1/+1
2014-07-26Input: alps - use standard contact tracking instead of DIYHans de Goede1-36/+16
2014-07-26Input: alps - use struct input_mt_pos to track coordinatesHans de Goede2-122/+104
2014-07-26Input: alps - process_bitmap: round down when spreading adjescent fingers over 2 pointsHans de Goede1-2/+2
2014-07-26Input: alps - process_bitmap: fix counting of high point bitsHans de Goede1-2/+1
2014-07-26Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede2-45/+35
2014-07-26Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede2-9/+12
2014-07-26Input: alps - improve 2-finger reporting on v3 modelsHans de Goede1-36/+24
2014-07-26Input: alps - fix rushmore packet decodingYunkang Tang1-0/+3
2014-07-25Input: soc_button_array - add missing memory allocation checkPramod Gurav1-0/+3
2014-07-25Input: wacom - register an ac power supply for wireless devicesBenjamin Tissoires3-5/+55
2014-07-25Input: wacom - use a uniq name for the battery deviceBenjamin Tissoires2-1/+6
2014-07-25Input: wacom - enhance Wireless Receiver battery reportingBenjamin Tissoires4-8/+43
2014-07-25Input: wacom - put a flag when the led are initializedBenjamin Tissoires2-0/+7
2014-07-25Input: wacom - support up to 2048 pressure levels with ISDv4Jason Gerecke1-1/+1
2014-07-25Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires8-19/+16
2014-07-25Input: wacom - keep wacom_ids orderedBenjamin Tissoires1-40/+39
2014-07-25Input: wacom - remove field pktlen declaration in the list of devicesBenjamin Tissoires2-269/+247
2014-07-25Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires1-39/+9
2014-07-25Input: wacom - use in-kernel HID parserBenjamin Tissoires2-238/+114
2014-07-25Input: wacom - use hid_info instead of plain dev_infoBenjamin Tissoires1-5/+3