Age | Commit message (Expand) | Author | Files | Lines |
2018-04-25 | HID: wacom: Release device resource data obtained by devres_alloc() | Arvind Yadav | 1 | -1/+3 |
2018-02-16 | HID: Fix hid_report_len usage | Aaron Ma | 1 | -2/+2 |
2018-01-23 | HID: wacom: EKR: ensure devres groups at higher indexes are released | Aaron Armstrong Skomra | 1 | -12/+12 |
2017-11-21 | HID: wacom: Queue events with missing type/serial data for later processing | Jason Gerecke | 1 | -0/+110 |
2017-11-15 | Merge branch 'for-4.15/wacom' into for-linus | Jiri Kosina | 1 | -0/+7 |
2017-11-10 | HID: Wacom: switch Dell canvas into highres mode | Benjamin Tissoires | 1 | -0/+7 |
2017-10-02 | HID: wacom: Always increment hdev refcount within wacom_get_hdev_data | Jason Gerecke | 1 | -1/+3 |
2017-09-06 | HID: wacom: leds: Don't try to control the EKR's read-only LEDs | Aaron Armstrong Skomra | 1 | -0/+3 |
2017-07-27 | HID: wacom: Improve generic name generation | Jason Gerecke | 1 | -31/+27 |
2017-07-20 | HID: wacom: Remove comparison of u8 mode with zero and simplify. | Christos Gkekas | 1 | -4/+1 |
2017-05-05 | HID: wacom: Add ability to provide explicit battery status info | Jason Gerecke | 1 | -1/+3 |
2017-05-02 | Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2... | Jiri Kosina | 1 | -1/+52 |
2017-03-30 | HID: wacom: call _query_tablet_data() for BAMBOO_TOUCH | Aaron Armstrong Skomra | 1 | -0/+2 |
2017-03-30 | HID: wacom: Don't add ghost interface as shared data | Aaron Armstrong Skomra | 1 | -8/+8 |
2017-03-21 | HID: wacom: don't manually release resources for the EKR | Aaron Armstrong Skomra | 1 | -1/+3 |
2017-03-06 | HID: wacom: generic: support touch on/off softkey | Ping Cheng | 1 | -1/+3 |
2017-03-06 | HID: wacom: generic: add mode change touch key | Benjamin Tissoires | 1 | -0/+49 |
2017-02-20 | Merge branches 'for-4.10/upstream-fixes', 'for-4.11/intel-ish', 'for-4.11/may... | Jiri Kosina | 1 | -32/+115 |
2017-01-26 | HID: wacom: generic: support LEDs | Aaron Armstrong Skomra | 1 | -3/+36 |
2017-01-26 | HID: wacom: generic: support generic touch switch | Aaron Armstrong Skomra | 1 | -7/+19 |
2017-01-26 | HID: wacom: generic: add vendor defined touch | Aaron Armstrong Skomra | 1 | -3/+10 |
2017-01-26 | HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interface | Jason Gerecke | 1 | -0/+25 |
2017-01-26 | HID: wacom: Move WAC_CMD_* into wacom_wac.h | Jason Gerecke | 1 | -8/+0 |
2017-01-23 | HID: wacom: do not attempt to switch mode while in probe | Benjamin Tissoires | 1 | -7/+20 |
2017-01-23 | HID: wacom: remove warning while disconnecting devices | Benjamin Tissoires | 1 | -3/+2 |
2017-01-23 | HID: wacom: release the resources before leaving despite devm | Benjamin Tissoires | 1 | -0/+2 |
2017-01-19 | HID: wacom: Fix sibling detection regression | Jason Gerecke | 1 | -8/+8 |
2017-01-06 | HID: remove use of DRIVER_LICENSE | Grant Grundler | 1 | -1/+1 |
2016-10-20 | HID: wacom: generic: Add support for sensor offsets | Jason Gerecke | 1 | -8/+30 |
2016-10-20 | HID: wacom: generic: Support and use 'Custom HID' mode and usages | Jason Gerecke | 1 | -0/+5 |
2016-10-20 | HID: wacom: generic: Strip off excessive name prefixing | Jason Gerecke | 1 | -0/+13 |
2016-10-20 | HID: wacom: Detect and correct descriptors missing HID_DG_BARRELSWITCH2 | Jason Gerecke | 1 | -0/+24 |
2016-10-20 | HID: wacom: Update vendor-defined usage names to better match standards | Jason Gerecke | 1 | -6/+6 |
2016-08-10 | HID: wacom: Augment 'oVid' and 'oPid' with heuristics for HID_GENERIC | Jason Gerecke | 1 | -12/+71 |
2016-08-05 | HID: wacom: power_supply: provide the actual model_name | Benjamin Tissoires | 1 | -0/+11 |
2016-08-05 | HID: wacom: power_supply: remove ac information | Benjamin Tissoires | 1 | -48/+1 |
2016-08-05 | HID: wacom: power_supply: mark the type as USB | Benjamin Tissoires | 1 | -1/+1 |
2016-08-05 | HID: wacom: leds: handle the switch of the LEDs directly in the kernel | Benjamin Tissoires | 1 | -3/+60 |
2016-08-05 | HID: wacom: leds: actually release the LEDs on disconnect | Benjamin Tissoires | 1 | -1/+26 |
2016-08-05 | HID: wacom: leds: use the ledclass instead of custom made sysfs files | Benjamin Tissoires | 1 | -10/+185 |
2016-08-05 | HID: wacom: EKR: attach the power_supply on first connection | Benjamin Tissoires | 1 | -6/+30 |
2016-08-05 | HID: wacom: EKR: have one power_supply per remote | Benjamin Tissoires | 1 | -56/+67 |
2016-08-05 | HID: wacom: EKR: allocate one input node per remote | Benjamin Tissoires | 1 | -0/+30 |
2016-08-05 | HID: wacom: EKR: have one array of struct remotes instead of many arrays | Benjamin Tissoires | 1 | -26/+27 |
2016-08-05 | HID: wacom: EKR: use devres groups to manage resources | Benjamin Tissoires | 1 | -16/+28 |
2016-08-05 | HID: wacom: EKR: have proper allocator and destructor | Benjamin Tissoires | 1 | -40/+53 |
2016-08-05 | HID: wacom: rework fail path in probe() and parse_and_register() | Benjamin Tissoires | 1 | -23/+14 |
2016-08-05 | HID: wacom: EKR: have the wacom resources dynamically allocated | Benjamin Tissoires | 1 | -56/+77 |
2016-08-05 | HID: wacom: EKR: add a worker to add/remove resources on addition/removal | Benjamin Tissoires | 1 | -3/+77 |
2016-08-05 | HID: wacom: leds: dynamically allocate LED groups | Benjamin Tissoires | 1 | -14/+71 |