aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-08
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2014-08-07
| |\
| | * Merge branch 'wacom' into nextDmitry Torokhov2014-08-07
| | |\
| | | * Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires2014-07-25
| | | * Input: wacom - keep wacom_ids orderedBenjamin Tissoires2014-07-25
| | | * Input: wacom - remove field pktlen declaration in the list of devicesBenjamin Tissoires2014-07-25
| | | * Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires2014-07-25
| | | * Input: wacom - use in-kernel HID parserBenjamin Tissoires2014-07-25
| | | * Input: wacom - use hid_info instead of plain dev_infoBenjamin Tissoires2014-07-25
| | | * Input: wacom - register power device at the HID levelBenjamin Tissoires2014-07-25
| | | * Input: wacom - remove usb dependency for siblings devicesBenjamin Tissoires2014-07-25
| | | * Input: wacom - register the input devices on top of the HID oneBenjamin Tissoires2014-07-25
| | | * Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires2014-07-25
| | | * Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires2014-07-25
| | | * Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires2014-07-25
| | | * Input: wacom - use hid communication instead of plain usbBenjamin Tissoires2014-07-25
| | | * Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires2014-07-25
| | | * Input: wacom - include and use linux/hid.hBenjamin Tissoires2014-07-25
| | | * Input: wacom - split out the pad device for the wireless receiverBenjamin Tissoires2014-07-25
| | | * Input: wacom - split out the pad device for Graphire G4 and MOBenjamin Tissoires2014-07-25
| | | * Input: wacom - split out the pad device for DTUSBenjamin Tissoires2014-07-25
| | | * Input: wacom - split out the pad device for BamboosBenjamin Tissoires2014-07-25
| | | * Input: wacom - split out the pad device for Intuos/CintiqBenjamin Tissoires2014-07-25
| | | * Input: wacom - create a separate input device for padsBenjamin Tissoires2014-07-25
| | | * Input: wacom - assign phys field from struct wacom into input_devBenjamin Tissoires2014-07-25
| | | * Input: Revert "wacom - testing result shows get_report is unnecessary."Benjamin Tissoires2014-07-25
| | * | Input: hyperv-keyboard - register as a wakeup sourceDexuan Cui2014-08-06
| | * | Input: imx_keypad - remove ifdef round PM methodsFabio Estevam2014-07-31
| | * | Input: jornada720_ts - get rid of space indentation and use tabPramod Gurav2014-07-31
| | * | Input: jornada720_ts - switch to using managed resourcesPramod Gurav2014-07-31
| | * | Input: alps - Rushmore and v7 resolution supportHans de Goede2014-07-31
| | * | Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam2014-07-31
| | * | Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam2014-07-31
| | * | Input: ads7846 - release resources on failure for clean exitPramod Gurav2014-07-31
| | * | Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2014-07-28
| | * | Input: pixcir_i2c_ts - add device tree supportRoger Quadros2014-07-28
| | * | Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros2014-07-28
| | * | Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros2014-07-28
| | * | Input: alps - add support for v7 devicesYunkang Tang2014-07-26
| | * | Input: alps - cache firmware versionHans de Goede2014-07-26
| | * | Input: alps - change decode function prototype to return an intHans de Goede2014-07-26
| | * | Input: alps - report 2 touches when we've > 2 fingersHans de Goede2014-07-26
| | * | Input: alps - add an alps_report_semi_mt_data functionHans de Goede2014-07-26
| | * | Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede2014-07-26
| | * | Input: alps - use standard contact tracking instead of DIYHans de Goede2014-07-26
| | * | Input: alps - use struct input_mt_pos to track coordinatesHans de Goede2014-07-26
| | * | Input: alps - process_bitmap: round down when spreading adjescent fingers ove...Hans de Goede2014-07-26
| | * | Input: alps - process_bitmap: fix counting of high point bitsHans de Goede2014-07-26
| | * | Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede2014-07-26
| | * | Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede2014-07-26