aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-18HID: wacom: Introduce new 'touch_input' deviceJason Gerecke1-46/+70
2015-06-18HID: wacom: Split apart 'wacom_setup_pentouch_input_capabilites'Jason Gerecke1-2/+6
2015-06-18HID: wacom: Introduce a new WACOM_DEVICETYPE_PAD device_typeJason Gerecke1-30/+35
2015-06-18HID: wacom: Treat features->device_type values as flagsJason Gerecke1-17/+18
2015-06-18HID: wacom: Simplify 'wacom_update_name'Jason Gerecke1-11/+14
2015-05-21HID: wacom: Handle failing HID_DG_CONTACTMAX requestsJason Gerecke1-2/+9
2015-05-21HID: wacom: Have wacom_{get,set}_report retry on -EAGAIN, not -EPIPEJason Gerecke1-2/+10
2015-05-04HID: wacom: Fail probe if HID_GENERIC device has unknown device_typeJason Gerecke1-1/+7
2015-05-04HID: wacom: Discover device_type from HID descriptor for all devicesJason Gerecke1-10/+13
2015-05-04HID: wacom: Do not add suffix to name of devices with an unknown typeJason Gerecke1-5/+8
2015-04-27HID: wacom: retrieve name from HID descriptor for generic devicesPing Cheng1-11/+47
2015-04-23HID: wacom: move unit and unitExpo initialization to wacom_calculate_resPing Cheng1-6/+6
2015-04-23HID: wacom: move all quirks to wacom_setup_device_quirksPing Cheng1-38/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-20/+77
2015-04-02HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUTPing Cheng1-13/+11
2015-03-16HID: wacom: ask for a in-prox report when it was missedBenjamin Tissoires1-0/+3
2015-03-13power_supply: Change ownership from driver to coreKrzysztof Kozlowski1-34/+37
2015-03-13power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski1-2/+3
2015-03-11HID: wacom: Add battery presence indicator to wireless tabletsJason Gerecke1-0/+4
2015-03-11HID: wacom: Status packet provides 'charging', not 'powered' bitJason Gerecke1-0/+2
2015-03-11HID: wacom: Allow dynamic battery creation/destructionJason Gerecke1-2/+15
2015-02-27HID: wacom: add full support of the Wacom Bamboo PADBenjamin Tissoires1-0/+24
2015-02-27HID: wacom: store the hid_device pointers of the sibling devicesBenjamin Tissoires1-6/+19
2015-01-29HID: wacom: add support for Cintiq 27QHD and 27QHD touchPing Cheng1-0/+3
2015-01-06HID: wacom: use WACOM_*_FIELD macros in wacom_usage_mapping()Benjamin Tissoires1-4/+2
2014-12-12Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenovo', 'for-3.19/logitech', 'for-3.19/microsoft', 'for-3.19/plantronics', 'for-3.19/rmi', 'for-3.19/sony' and 'for-3.19/wacom' into for-linusJiri Kosina1-20/+39
2014-12-10HID: wacom: Initialize MT slots for generic devices at post_parse_hidJason Gerecke1-0/+18
2014-12-02HID: wacom: fix freeze on open when autosuspend is onBenjamin Tissoires1-8/+1
2014-12-01HID: make hid_report_len as a static inline function in hid.hMathieu Magnaudet1-7/+1
2014-11-26HID: wacom: PAD is independent with pen/touchPing Cheng1-3/+5
2014-11-20HID: wacom - Bamboo pen-only tablet does not support PADPing Cheng1-10/+15
2014-10-01HID: wacom: implement the finger part of the HID generic handlingBenjamin Tissoires1-3/+36
2014-10-01HID: wacom: implement generic HID handling for pen generic devicesBenjamin Tissoires1-2/+10
2014-10-01HID: wacom: move allocation of inputs earlierBenjamin Tissoires1-3/+9
2014-10-01HID: wacom: split out input allocation and registrationBenjamin Tissoires1-33/+63
2014-10-01HID: wacom: rename failN with some meaningful informationBenjamin Tissoires1-20/+29
2014-09-22HID: wacom: fix timeout on probe for some wacomsBenjamin Tissoires1-2/+16
2014-09-12HID: wacom: make the WL connection friendly for the desktopBenjamin Tissoires1-1/+1
2014-09-11HID: wacom - enable LED support for Wireless Intuos5/ProPing Cheng1-17/+35
2014-09-11HID: wacom - remove report_id from wacom_get_report interfacePing Cheng1-4/+4
2014-09-11HID: wacom - Clean up of sysfsPing Cheng1-2/+10
2014-09-11HID: wacom - Add default permission defines for sysfs attributesPing Cheng1-4/+7
2014-08-12Input: wacom - fix compiler warning if !CONFIG_PMGeert Uytterhoeven1-0/+2
2014-08-06Input: wacom - only register once the MODULE_* macrosBenjamin Tissoires1-0/+5
2014-08-06Input: wacom - remove passing id for wacom_set_reportPrzemo Firszt1-18/+17
2014-08-06Input: wacom - check for bluetooth protocol while setting OLEDsBenjamin Tissoires1-8/+21
2014-08-06Input: wacom - handle Intuos 4 BT in wacom.koBenjamin Tissoires1-0/+16
2014-08-06Input: wacom - handle Graphire BT tablets in wacom.koBenjamin Tissoires1-0/+33
2014-08-06Input: wacom - prepare the driver to include BT devicesBenjamin Tissoires1-3/+67
2014-07-25Input: wacom - register an ac power supply for wireless devicesBenjamin Tissoires1-5/+53