aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/wacom_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Input: wacom - add support for three new ISDv4 sensorsJason Gerecke1-0/+19
2014-04-19Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSUREJason Gerecke1-0/+9
2014-04-19Input: 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-25Input: wacom - add support for three new Intuos devicesPing Cheng1-3/+3
2013-11-25Input: wacom - make sure touch_max is set for touch devicesPing Cheng1-2/+5
2013-11-14Merge branch 'next' into for-linusDmitry Torokhov1-37/+59
2013-10-22Input: wacom - not all multi-interface devices support touchPing Cheng1-21/+36
2013-10-15Input: 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-24Input: wacom - fix error return code in wacom_probe()Wei Yongjun1-3/+5
2013-08-12Input: wacom - integrate resolution calculationPing Cheng1-42/+37
2013-01-23Input: 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-25Input: wacom - add touch sensor support for Cintiq 24HD touchJason Gerecke1-1/+18
2012-10-25Input: wacom - handle split-sensor devices with internal hubsJason Gerecke1-1/+31
2012-10-04Input: wacom - clean up wacom_query_tablet_dataJason Gerecke1-39/+35
2012-10-04Input: wacom - introduce wacom_fix_phy_from_hidJason Gerecke1-0/+71
2012-07-07Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov1-2/+4
2012-07-04Merge commit 'v3.5-rc5' into nextDmitry Torokhov1-4/+7
2012-06-28Input: wacom - don't retrieve touch_max when it is predefinedPing Cheng1-1/+3
2012-06-28Input: wacom - fix retrieving touch_max bugPing Cheng1-1/+1
2012-06-28Input: 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
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-64/+180
2012-05-04USB: input: wacom_sys.c: fix up dev_* messagesGreg Kroah-Hartman1-2/+2
2012-05-02Input: wacom - use dev_xxx() instead of naked printk()s and dbg()sDmitry Torokhov1-7/+8
2012-05-02Input: wacom - return proper error if usb_get_extra_descriptor() failsDmitry Torokhov1-5/+6
2012-05-02Input: wacom - fix sparse warningDmitry Torokhov1-2/+2
2012-05-01USB: wacom: remove dbg() usageGreg Kroah-Hartman1-4/+6
2012-05-01USB: input: wacom_sys.c: fix up dev_err() usageGreg Kroah-Hartman1-2/+2
2012-04-29Input: wacom - add 0xE5 (MT device) supportPing Cheng1-38/+53
2012-04-29Input: wacom - retrieve maximum number of touch pointsPing Cheng1-1/+28
2012-04-25USB: wacom_sys.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-21Merge commit 'v3.4-rc4' into nextDmitry Torokhov1-0/+2
2012-04-04Input: wacom - add Intuos5 multitouch sensor supportJason Gerecke1-0/+25
2012-04-04Input: wacom - add Intuos5 Touch Ring LED supportJason Gerecke1-12/+59
2012-03-29Input: wacom - check for allocation failure in probe()Dan Carpenter1-0/+2
2012-03-25Input: wacom - wireless battery statusChris Bagwell1-1/+56
2012-03-25Input: wacom - create inputs when wireless connectChris Bagwell1-9/+82
2012-03-25Input: wacom - wireless monitor frameworkChris Bagwell1-5/+31