summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-0848-2885/+4515
|\
| * Input: wacom - update the ABI doc according to latest changesBenjamin Tissoires2014-08-071-43/+27
| * Merge branch 'next' into for-linusDmitry Torokhov2014-08-069892-274381/+524085
| |\
| | * Merge branch 'wacom' into nextDmitry Torokhov2014-08-0611-2119/+1361
| | |\
| | | * Input: wacom - only register once the MODULE_* macrosBenjamin Tissoires2014-08-062-4/+5
| | | * Input: HID - remove hid-wacom Bluetooth driverBenjamin Tissoires2014-08-063-982/+2
| | | * Input: wacom - add copyright note and bump version to 2.0Benjamin Tissoires2014-08-061-1/+4
| | | * Input: wacom - remove passing id for wacom_set_reportPrzemo Firszt2014-08-061-18/+17
| | | * Input: wacom - check for bluetooth protocol while setting OLEDsBenjamin Tissoires2014-08-061-8/+21
| | | * Input: wacom - handle Intuos 4 BT in wacom.koBenjamin Tissoires2014-08-065-2/+92
| | | * Input: wacom - handle Graphire BT tablets in wacom.koBenjamin Tissoires2014-08-065-5/+132
| | | * Input: wacom - prepare the driver to include BT devicesBenjamin Tissoires2014-08-062-3/+69
| | | * Input: wacom - add support for 0x12C ISDv4 sensorJason Gerecke2014-07-281-0/+4
| | | * Input: wacom - register an ac power supply for wireless devicesBenjamin Tissoires2014-07-253-5/+55
| | | * Input: wacom - use a uniq name for the battery deviceBenjamin Tissoires2014-07-252-1/+6
| | | * Input: wacom - enhance Wireless Receiver battery reportingBenjamin Tissoires2014-07-254-8/+43
| | | * Input: wacom - put a flag when the led are initializedBenjamin Tissoires2014-07-252-0/+7
| | | * Input: wacom - support up to 2048 pressure levels with ISDv4Jason Gerecke2014-07-251-1/+1
| | | * Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires2014-07-258-19/+16
| | | * Input: wacom - keep wacom_ids orderedBenjamin Tissoires2014-07-251-40/+39
| | | * Input: wacom - remove field pktlen declaration in the list of devicesBenjamin Tissoires2014-07-252-269/+247
| | | * Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires2014-07-251-39/+9
| | | * Input: wacom - use in-kernel HID parserBenjamin Tissoires2014-07-252-238/+114
| | | * Input: wacom - use hid_info instead of plain dev_infoBenjamin Tissoires2014-07-251-5/+3
| | | * Input: wacom - register power device at the HID levelBenjamin Tissoires2014-07-251-2/+2
| | | * Input: wacom - remove usb dependency for siblings devicesBenjamin Tissoires2014-07-251-39/+37
| | | * Input: wacom - register the input devices on top of the HID oneBenjamin Tissoires2014-07-252-8/+8
| | | * Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires2014-07-251-11/+11
| | | * Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires2014-07-251-32/+26
| | | * Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires2014-07-251-60/+10
| | | * Input: wacom - use hid communication instead of plain usbBenjamin Tissoires2014-07-251-45/+36
| | | * Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires2014-07-257-188/+141
| | | * Input: wacom - include and use linux/hid.hBenjamin Tissoires2014-07-251-31/+22
| | | * Input: wacom - split out the pad device for the wireless receiverBenjamin Tissoires2014-07-251-23/+23
| | | * Input: wacom - split out the pad device for Graphire G4 and MOBenjamin Tissoires2014-07-251-17/+27
| | | * Input: wacom - split out the pad device for DTUSBenjamin Tissoires2014-07-251-12/+6
| | | * Input: wacom - split out the pad device for BamboosBenjamin Tissoires2014-07-251-16/+23
| | | * Input: wacom - split out the pad device for Intuos/CintiqBenjamin Tissoires2014-07-251-86/+122
| | | * Input: wacom - create a separate input device for padsBenjamin Tissoires2014-07-254-9/+85
| | | * Input: wacom - assign phys field from struct wacom into input_devBenjamin Tissoires2014-07-251-0/+1
| | | * Input: Revert "wacom - testing result shows get_report is unnecessary."Benjamin Tissoires2014-07-251-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/+2
| | * | Input: jornada720_ts - get rid of space indentation and use tabPramod Gurav2014-07-311-13/+12
| | * | Input: jornada720_ts - switch to using managed resourcesPramod Gurav2014-07-311-32/+13
| | * | Input: alps - Rushmore and v7 resolution supportHans de Goede2014-07-302-0/+50
| | * | Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam2014-07-301-4/+2
| | * | Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam2014-07-301-1/+1
| | * | Input: ads7846 - release resources on failure for clean exitPramod Gurav2014-07-301-2/+4
| | * | Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2014-07-281-26/+73