summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-0929-5017/+2985Star
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2014-08-0730-5388/+2985Star
| |\
| | * Merge branch 'wacom' into nextDmitry Torokhov2014-08-076-4319/+0Star
| | |\
| | | * Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires2014-07-266-4131/+0Star
| | | * Input: wacom - keep wacom_ids orderedBenjamin Tissoires2014-07-261-40/+39Star
| | | * Input: wacom - remove field pktlen declaration in the list of devicesBenjamin Tissoires2014-07-262-269/+247Star
| | | * Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires2014-07-261-39/+9Star
| | | * Input: wacom - use in-kernel HID parserBenjamin Tissoires2014-07-262-238/+114Star
| | | * Input: wacom - use hid_info instead of plain dev_infoBenjamin Tissoires2014-07-261-5/+3Star
| | | * Input: wacom - register power device at the HID levelBenjamin Tissoires2014-07-261-2/+2
| | | * Input: wacom - remove usb dependency for siblings devicesBenjamin Tissoires2014-07-261-39/+37Star
| | | * Input: wacom - register the input devices on top of the HID oneBenjamin Tissoires2014-07-262-8/+8
| | | * Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires2014-07-261-11/+11
| | | * Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires2014-07-261-32/+26Star
| | | * Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires2014-07-261-60/+10Star
| | | * Input: wacom - use hid communication instead of plain usbBenjamin Tissoires2014-07-261-45/+36Star
| | | * Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires2014-07-264-186/+126Star
| | | * Input: wacom - include and use linux/hid.hBenjamin Tissoires2014-07-261-31/+22Star
| | | * Input: wacom - split out the pad device for the wireless receiverBenjamin Tissoires2014-07-261-23/+23
| | | * Input: wacom - split out the pad device for Graphire G4 and MOBenjamin Tissoires2014-07-261-17/+27
| | | * Input: wacom - split out the pad device for DTUSBenjamin Tissoires2014-07-261-12/+6Star
| | | * Input: wacom - split out the pad device for BamboosBenjamin Tissoires2014-07-261-16/+23
| | | * Input: wacom - split out the pad device for Intuos/CintiqBenjamin Tissoires2014-07-261-86/+122
| | | * Input: wacom - create a separate input device for padsBenjamin Tissoires2014-07-264-9/+85
| | | * Input: wacom - assign phys field from struct wacom into input_devBenjamin Tissoires2014-07-261-0/+1
| | | * Input: Revert "wacom - testing result shows get_report is unnecessary."Benjamin Tissoires2014-07-261-0/+3
| | * | Input: hyperv-keyboard - register as a wakeup sourceDexuan Cui2014-08-061-0/+13
| | * | Input: imx_keypad - remove ifdef round PM methodsFabio Estevam2014-07-311-4/+2Star
| | * | Input: jornada720_ts - get rid of space indentation and use tabPramod Gurav2014-07-311-13/+12Star
| | * | Input: jornada720_ts - switch to using managed resourcesPramod Gurav2014-07-311-32/+13Star
| | * | Input: alps - Rushmore and v7 resolution supportHans de Goede2014-07-312-0/+50
| | * | Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam2014-07-311-4/+2Star
| | * | Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam2014-07-311-1/+1
| | * | Input: ads7846 - release resources on failure for clean exitPramod Gurav2014-07-311-2/+4
| | * | Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2014-07-281-26/+73
| | * | Input: pixcir_i2c_ts - add device tree supportRoger Quadros2014-07-281-0/+77
| | * | Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros2014-07-281-17/+57
| | * | Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros2014-07-281-31/+94
| | * | Input: alps - add support for v7 devicesYunkang Tang2014-07-262-3/+280
| | * | Input: alps - cache firmware versionHans de Goede2014-07-262-0/+5
| | * | Input: alps - change decode function prototype to return an intHans de Goede2014-07-262-4/+10
| | * | Input: alps - report 2 touches when we've > 2 fingersHans de Goede2014-07-261-1/+1
| | * | Input: alps - add an alps_report_semi_mt_data functionHans de Goede2014-07-261-47/+29Star
| | * | Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede2014-07-261-1/+1
| | * | Input: alps - use standard contact tracking instead of DIYHans de Goede2014-07-261-36/+16Star
| | * | Input: alps - use struct input_mt_pos to track coordinatesHans de Goede2014-07-262-122/+104Star
| | * | Input: alps - process_bitmap: round down when spreading adjescent fingers ove...Hans de Goede2014-07-261-2/+2
| | * | Input: alps - process_bitmap: fix counting of high point bitsHans de Goede2014-07-261-2/+1Star
| | * | Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede2014-07-262-45/+35Star
| | * | Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede2014-07-262-9/+12