summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'next' into for-linusDmitry Torokhov2014-08-156-201/+458
|\| | | |
| * | | | Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov2014-08-141-1/+0Star
| * | | | Input: xpad - add support for Xbox One controllersTed Mielczarek2014-08-131-17/+157
| * | | | Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov2014-08-131-6/+11
| * | | | Input: atmel_mxt_ts - split config update a bitDmitry Torokhov2014-08-131-125/+145
| * | | | Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov2014-08-131-39/+42
| * | | | Input: cap1106 - allow changing key mapping from userspaceDmitry Torokhov2014-08-081-1/+7
| * | | | Input: synaptics - use firmware data for Cr-48Henrik Rydberg2014-08-081-2/+68
| * | | | Input: synaptics - properly initialize slots for semi-MTDmitry Torokhov2014-08-081-3/+3
| * | | | Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg2014-08-081-11/+27
| * | | | Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer2014-08-081-3/+5
* | | | | Input: joystick - use get_cycles on ARMv8Mark Brown2014-08-121-1/+1
| |_|_|/ |/| | |
* | | | 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