summaryrefslogtreecommitdiff
path: root/drivers/input/tablet/wacom_sys.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-26Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires1-1257/+0
2014-07-26Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires1-39/+9
2014-07-26Input: wacom - use in-kernel HID parserBenjamin Tissoires1-236/+112
2014-07-26Input: wacom - use hid_info instead of plain dev_infoBenjamin Tissoires1-5/+3
2014-07-26Input: wacom - register power device at the HID levelBenjamin Tissoires1-2/+2
2014-07-26Input: wacom - remove usb dependency for siblings devicesBenjamin Tissoires1-39/+37
2014-07-26Input: wacom - register the input devices on top of the HID oneBenjamin Tissoires1-7/+8
2014-07-26Input: wacom - install LED/OLED sysfs files in the HID device instead of USBBenjamin Tissoires1-11/+11
2014-07-26Input: wacom - compute the HID report size to get the actual packet sizeBenjamin Tissoires1-32/+26
2014-07-26Input: wacom - use HID core to actually fetch the report descriptorBenjamin Tissoires1-60/+10
2014-07-26Input: wacom - use hid communication instead of plain usbBenjamin Tissoires1-45/+36
2014-07-26Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires1-141/+81
2014-07-26Input: wacom - include and use linux/hid.hBenjamin Tissoires1-31/+22
2014-07-26Input: wacom - split out the pad device for the wireless receiverBenjamin Tissoires1-23/+23
2014-07-26Input: wacom - create a separate input device for padsBenjamin Tissoires1-8/+55
2014-07-26Input: wacom - assign phys field from struct wacom into input_devBenjamin Tissoires1-0/+1
2014-07-26Input: Revert "wacom - testing result shows get_report is unnecessary."Benjamin Tissoires1-0/+3
2014-05-15Input: wacom - add support for three new ISDv4 sensorsJason Gerecke1-0/+19
2014-04-20Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSUREJason Gerecke1-0/+9
2014-04-20Input: wacom - use full 32-bit HID Usage value in switch statementJason Gerecke1-128/+109
2013-12-16Input: wacom - add reporting of SW_MUTE_DEVICE eventsPing Cheng1-0/+12
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov1-0/+4
2013-11-26Input: wacom - add support for three new Intuos devicesPing Cheng1-3/+3
2013-11-26Input: wacom - make sure touch_max is set for touch devicesPing Cheng1-2/+5
2013-11-15Merge branch 'next' into for-linusDmitry Torokhov1-37/+59
2013-10-23Input: wacom - not all multi-interface devices support touchPing Cheng1-21/+36
2013-10-16Input: wacom - export battery scopeBastien Nocera1-0/+4
2013-09-20Input: wacom - add support for three new Intuos Pro devicesPing Cheng1-2/+8
2013-09-20Input: wacom - LED is only supported through digitizer interfacePing Cheng1-10/+14
2013-09-20Input: wacom - testing result shows get_report is unnecessary.Ping Cheng1-3/+0
2013-09-20Input: wacom - support EMR and MFT sensors of Cintiq Companion HybridJason Gerecke1-1/+1
2013-08-25Input: wacom - fix error return code in wacom_probe()Wei Yongjun1-3/+5
2013-08-13Input: wacom - integrate resolution calculationPing Cheng1-42/+37
2013-01-24Input: wacom - fix wacom_set_report retry logicChris Bagwell1-3/+3
2012-11-08Input: wacom - add support for 2 new multi-touch tablets (0x100 and 0x101)Ping Cheng1-0/+5
2012-11-08Input: wacom - clean up device type codePing Cheng1-15/+38
2012-10-30Input: wacom - correct bad Cintiq 24HD checkJason Gerecke1-1/+1
2012-10-26Input: wacom - add touch sensor support for Cintiq 24HD touchJason Gerecke1-1/+18
2012-10-26Input: wacom - handle split-sensor devices with internal hubsJason Gerecke1-1/+31
2012-10-05Input: wacom - clean up wacom_query_tablet_dataJason Gerecke1-39/+35
2012-10-05Input: wacom - introduce wacom_fix_phy_from_hidJason Gerecke1-0/+71
2012-07-08Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov1-2/+4
2012-07-05Merge commit 'v3.5-rc5' into nextDmitry Torokhov1-4/+7
2012-06-29Input: wacom - don't retrieve touch_max when it is predefinedPing Cheng1-1/+3
2012-06-29Input: wacom - fix retrieving touch_max bugPing Cheng1-1/+1
2012-06-29Input: wacom - BTN_TOOL_DOUBLETAP is not a valid device_typePing Cheng1-1/+1
2012-06-12Input: wacom - remove code duplicationJason Gerecke1-4/+1
2012-06-12Input: wacom - initialize and destroy LEDs for Intuos4 S tabletsJason Gerecke1-0/+2
2012-06-12Input: wacom - battery reporting improvementsChris Bagwell1-29/+53
2012-06-12Input: wacom - rearrange type enumPing Cheng1-7/+3