Age | Commit message (Expand) | Author | Files | Lines |
2016-01-14 | Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co... | Jiri Kosina | 1 | -12/+11 |
2015-12-28 | HID: use kobj_to_dev() | Geliang Tang | 1 | -2/+2 |
2015-12-28 | HID: use to_hid_device() | Geliang Tang | 1 | -8/+8 |
2015-11-19 | HID: wacom: Delete an unnecessary check before kobject_put() | Markus Elfring | 1 | -2/+1 |
2015-11-05 | HID: wacom: Call 'wacom_query_tablet_data' only after 'hid_hw_start' | Jason Gerecke | 1 | -18/+18 |
2015-11-03 | HID: wacom: Remove useless conditions from 'wacom_query_tablet_data' | Jason Gerecke | 1 | -1/+1 |
2015-11-02 | HID: wacom: fix Intuos wireless report id issue | Ping Cheng | 1 | -1/+1 |
2015-10-21 | HID: wacom: Add support for Cintiq Companion 2 | Jason Gerecke | 1 | -1/+1 |
2015-09-23 | HID: wacom: Add four new Intuos devices | Ping Cheng | 1 | -4/+7 |
2015-09-23 | HID: wacom: Cleanup unsupported device_type for BAMBOO_PT | Ping Cheng | 1 | -15/+34 |
2015-09-01 | Merge branches 'for-4.3/chicony', 'for-4.3/cp2112', 'for-4.3/i2c-hid', 'for-4... | Jiri Kosina | 1 | -53/+227 |
2015-09-01 | Merge branches 'for-4.2/upstream-fixes-devm-fixed' and 'for-4.3/upstream' int... | Jiri Kosina | 1 | -7/+4 |
2015-08-28 | HID: wacom: Add support for Express Key Remote. | Aaron Skomra | 1 | -0/+195 |
2015-08-10 | HID: wacom: Report correct device resolution when using the wireless adapater | Jason Gerecke | 1 | -33/+37 |
2015-08-10 | HID: wacom: Do not repeatedly attempt to set device mode on error | Jason Gerecke | 1 | -1/+1 |
2015-08-10 | HID: wacom: Do not repeatedly attempt to set device mode on error | Jason Gerecke | 1 | -1/+1 |
2015-08-04 | HID: wacom: Remove WACOM_QUIRK_NO_INPUT | Jason Gerecke | 1 | -14/+10 |
2015-08-04 | HID: wacom: Replace WACOM_QUIRK_MONITOR with WACOM_DEVICETYPE_WL_MONITOR | Jason Gerecke | 1 | -3/+3 |
2015-08-04 | HID: wacom: Use calculated pkglen for wireless touch interface | Jason Gerecke | 1 | -1/+0 |
2015-07-23 | HID: wacom: Perform all event processing as part of report processing | Jason Gerecke | 1 | -1/+0 |
2015-07-17 | HID: wacom: Set default device name to value from wacom->features | Jason Gerecke | 1 | -1/+2 |
2015-07-17 | HID: wacom: Properly free inputs if 'wacom_allocate_inputs' fails | Jason Gerecke | 1 | -34/+18 |
2015-07-09 | HID: wacom: Delete unnecessary checks before the function call "input_free_de... | Markus Elfring | 1 | -6/+3 |
2015-06-26 | HID: wacom: NULL dereferences on error in probe() | Dan Carpenter | 1 | -2/+4 |
2015-06-18 | HID: wacom: Introduce new 'touch_input' device | Jason Gerecke | 1 | -46/+70 |
2015-06-18 | HID: wacom: Split apart 'wacom_setup_pentouch_input_capabilites' | Jason Gerecke | 1 | -2/+6 |
2015-06-18 | HID: wacom: Introduce a new WACOM_DEVICETYPE_PAD device_type | Jason Gerecke | 1 | -30/+35 |
2015-06-18 | HID: wacom: Treat features->device_type values as flags | Jason Gerecke | 1 | -17/+18 |
2015-06-18 | HID: wacom: Simplify 'wacom_update_name' | Jason Gerecke | 1 | -11/+14 |
2015-05-21 | HID: wacom: Handle failing HID_DG_CONTACTMAX requests | Jason Gerecke | 1 | -2/+9 |
2015-05-21 | HID: wacom: Have wacom_{get,set}_report retry on -EAGAIN, not -EPIPE | Jason Gerecke | 1 | -2/+10 |
2015-05-04 | HID: wacom: Fail probe if HID_GENERIC device has unknown device_type | Jason Gerecke | 1 | -1/+7 |
2015-05-04 | HID: wacom: Discover device_type from HID descriptor for all devices | Jason Gerecke | 1 | -10/+13 |
2015-05-04 | HID: wacom: Do not add suffix to name of devices with an unknown type | Jason Gerecke | 1 | -5/+8 |
2015-04-27 | HID: wacom: retrieve name from HID descriptor for generic devices | Ping Cheng | 1 | -11/+47 |
2015-04-23 | HID: wacom: move unit and unitExpo initialization to wacom_calculate_res | Ping Cheng | 1 | -6/+6 |
2015-04-23 | HID: wacom: move all quirks to wacom_setup_device_quirks | Ping Cheng | 1 | -38/+1 |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -20/+77 |
2015-04-02 | HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUT | Ping Cheng | 1 | -13/+11 |
2015-03-16 | HID: wacom: ask for a in-prox report when it was missed | Benjamin Tissoires | 1 | -0/+3 |
2015-03-13 | power_supply: Change ownership from driver to core | Krzysztof Kozlowski | 1 | -34/+37 |
2015-03-13 | power_supply: Move run-time configuration to separate structure | Krzysztof Kozlowski | 1 | -2/+3 |
2015-03-11 | HID: wacom: Add battery presence indicator to wireless tablets | Jason Gerecke | 1 | -0/+4 |
2015-03-11 | HID: wacom: Status packet provides 'charging', not 'powered' bit | Jason Gerecke | 1 | -0/+2 |
2015-03-11 | HID: wacom: Allow dynamic battery creation/destruction | Jason Gerecke | 1 | -2/+15 |
2015-02-27 | HID: wacom: add full support of the Wacom Bamboo PAD | Benjamin Tissoires | 1 | -0/+24 |
2015-02-27 | HID: wacom: store the hid_device pointers of the sibling devices | Benjamin Tissoires | 1 | -6/+19 |
2015-01-29 | HID: wacom: add support for Cintiq 27QHD and 27QHD touch | Ping Cheng | 1 | -0/+3 |
2015-01-06 | HID: wacom: use WACOM_*_FIELD macros in wacom_usage_mapping() | Benjamin Tissoires | 1 | -4/+2 |
2014-12-12 | Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov... | Jiri Kosina | 1 | -20/+39 |