aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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 - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires6-4131/+0
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
2014-07-25Input: wacom - register power device at the HID levelBenjamin Tissoires1-2/+2
2014-07-25Input: wacom - remove usb dependency for siblings devicesBenjamin Tissoires1-39/+37
2014-07-25Input: wacom - register the input devices on top of the HID oneBenjamin Tissoires2-8/+8
2014-07-25Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires1-11/+11
2014-07-25Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires1-32/+26
2014-07-25Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires1-60/+10
2014-07-25Input: wacom - use hid communication instead of plain usbBenjamin Tissoires1-45/+36
2014-07-25Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires4-186/+126
2014-07-25Input: wacom - include and use linux/hid.hBenjamin Tissoires1-31/+22
2014-07-25Input: wacom - split out the pad device for the wireless receiverBenjamin Tissoires1-23/+23
2014-07-25Input: wacom - split out the pad device for Graphire G4 and MOBenjamin Tissoires1-17/+27
2014-07-25Input: wacom - split out the pad device for DTUSBenjamin Tissoires1-12/+6
2014-07-25Input: wacom - split out the pad device for BamboosBenjamin Tissoires1-16/+23
2014-07-25Input: wacom - split out the pad device for Intuos/CintiqBenjamin Tissoires1-86/+122
2014-07-25Input: wacom - create a separate input device for padsBenjamin Tissoires4-9/+85
2014-07-25Input: wacom - assign phys field from struct wacom into input_devBenjamin Tissoires1-0/+1
2014-07-25Input: Revert "wacom - testing result shows get_report is unnecessary."Benjamin Tissoires1-0/+3
2014-07-25Input: wacom_serial4 - prepare for wacom USB moving to HIDDmitry Torokhov1-1/+5
2014-07-24Input: ipaq-micro-ts - introduce open/closeDmitry Torokhov1-32/+56
2014-07-24Input: driver for touchscreen on iPaq h3xxxDmitry Artamonow3-0/+155
2014-07-24Merge tag 'v3.16-rc6' into nextDmitry Torokhov8-493/+63
2014-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-27/+28