summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* HID: wacom: Add support for Express Key Remote.Aaron Skomra2015-08-284-2/+351
* HID: wacom: Set button bits based on a new numbered_buttonsAaron Skomra2015-08-282-115/+61
* HID: wacom: Use tablet-provided touch height/width values for INTUOSHTJason Gerecke2015-08-181-1/+1
* HID: wacom: Simplify 'wacom_pl_irq'Jason Gerecke2015-08-111-49/+35
* HID: wacom: Do not repeatedly attempt to set device mode on errorJason Gerecke2015-08-101-1/+1
* HID: wacom: Remove WACOM_QUIRK_NO_INPUTJason Gerecke2015-08-043-19/+10
* HID: wacom: Replace WACOM_QUIRK_MONITOR with WACOM_DEVICETYPE_WL_MONITORJason Gerecke2015-08-043-7/+5
* HID: wacom: Use calculated pkglen for wireless touch interfaceJason Gerecke2015-08-041-1/+0
* HID: wacom: Report touch width/height/orientation for GENERIC devicesJason Gerecke2015-07-231-0/+20
* HID: wacom: Ignore contacts in excess of declared contact countJason Gerecke2015-07-232-1/+33
* HID: wacom: Perform all event processing as part of report processingJason Gerecke2015-07-232-1/+39
* HID: wacom: Set default device name to value from wacom->featuresJason Gerecke2015-07-171-1/+2
* HID: wacom: Properly free inputs if 'wacom_allocate_inputs' failsJason Gerecke2015-07-171-34/+18
* Merge branch 'for-4.3/upstream' into for-4.3/wacomJiri Kosina2015-07-173-8/+9
|\
| * HID: input: call input_sync() when automatically releasing a keyDmitry Torokhov2015-07-101-1/+4
| * HID: wacom: Delete unnecessary checks before the function call "input_free_de...Markus Elfring2015-07-091-6/+3
| * HID: usbhid: no flushing if device is already polledOliver Neukum2015-07-081-1/+2
* | HID: wacom: remove the extra Pen interface for Wacom Bamboo PADBenjamin Tissoires2015-07-131-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-2324-621/+1557
|\
| *-------------. Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'f...Jiri Kosina2015-06-223091-65996/+162948
| |\ \ \ \ \ \ \ \
| | | | | | | | | * HID: wacom: Introduce new 'touch_input' deviceJason Gerecke2015-06-183-101/+139
| | | | | | | | | * HID: wacom: Split apart 'wacom_setup_pentouch_input_capabilites'Jason Gerecke2015-06-183-115/+131
| | | | | | | | | * HID: wacom: Introduce a new WACOM_DEVICETYPE_PAD device_typeJason Gerecke2015-06-183-64/+73
| | | | | | | | | * HID: wacom: Treat features->device_type values as flagsJason Gerecke2015-06-183-32/+38
| | | | | | | | | * HID: wacom: Simplify 'wacom_update_name'Jason Gerecke2015-06-181-11/+14
| | | | | | | | | * HID: wacom: Handle failing HID_DG_CONTACTMAX requestsJason Gerecke2015-05-211-2/+9
| | | | | | | | | * HID: wacom: Have wacom_{get,set}_report retry on -EAGAIN, not -EPIPEJason Gerecke2015-05-211-2/+10
| | | | | | | | | * HID: wacom: Fail probe if HID_GENERIC device has unknown device_typeJason Gerecke2015-05-041-1/+7
| | | | | | | | | * HID: wacom: Discover device_type from HID descriptor for all devicesJason Gerecke2015-05-043-14/+23
| | | | | | | | | * HID: wacom: Do not add suffix to name of devices with an unknown typeJason Gerecke2015-05-041-5/+8
| | | | | | | | | * HID: wacom: retrieve name from HID descriptor for generic devicesPing Cheng2015-04-271-11/+47
| | | | | | | | | * HID: wacom: Add support for DTU-1141Aaron Skomra2015-04-231-0/+4
| | | | | | | | | * HID: wacom: Simplify check for presence of single-finger touchJason Gerecke2015-04-231-3/+2
| | | | | | | | | * HID: wacom: remove unused packet lengthsPing Cheng2015-04-231-6/+0
| | | | | | | | | * HID: wacom: move unit and unitExpo initialization to wacom_calculate_resPing Cheng2015-04-231-6/+6
| | | | | | | | | * HID: wacom: move all quirks to wacom_setup_device_quirksPing Cheng2015-04-233-40/+31
| | | | | | | |_|/ | | | | | | |/| |
| | | | | | | | * HID: hid-sony: Fix report descriptor for Navigation ControllerSimon Wood2015-06-181-1/+90
| | | | | | | | * HID: hid-sony: Navigation controller only has 1 LED and no rumbleSimon Wood2015-06-181-8/+33
| | | | | | | | * HID: hid-sony: Add BT support for Navigation ControllerSimon Wood2015-06-182-0/+3
| | | | | | | | * HID: sony: PS Move fix report descriptorSimon Wood2015-06-121-25/+44
| | | | | | | | * HID: sony: PS3 Move enable LEDs and Rumble via BTSimon Wood2015-06-121-6/+5
| | | | | | | | * HID: sony: Add support PS3 Move Battery via BTSimon Wood2015-06-121-4/+11
| | | | | | | | * HID: sony: Add quirk for MOTION_CONTROLLER_BTSimon Wood2015-06-121-3/+5
| | | | | | | | * HID: sony: Support PS3 Move Controller when connected via BluetoothSimon Wood2015-06-122-0/+3
| | | | | | | | * HID: sony: Correct a typo in a HID descriptor comment and explain the odd Six...Frank Praznik2015-05-071-1/+8
| | | | | | | | * HID: sony: Simplify LED initialization and eliminate redundant copies when up...Frank Praznik2015-05-071-30/+28
| | | | | | | | * HID: sony: Correct Sony device orderingFrank Praznik2015-05-071-2/+2
| | | | | | | | * HID: sony: Add support for the Sony Motion ControllerFrank Praznik2015-05-071-2/+136
| | | | | | | | * HID: sony: Add the product ID for the Sony Motion ControllerFrank Praznik2015-05-072-0/+2
| | | | | | | | * HID: sony: Prevent the freeing of an unitialized ida valueFrank Praznik2015-05-071-4/+4
| | | | | | | |/ | | | | | | |/|