summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet
AgeCommit message (Expand)AuthorLines
2012-10-30Input: wacom - correct bad Cintiq 24HD checkJason Gerecke-1/+1
2012-10-30Merge tag 'v3.7-rc3' into for-linus to sync up with recent USB changesDmitry Torokhov-5/+139
2012-10-25Input: wacom - add touch sensor support for Cintiq 24HD touchJason Gerecke-3/+104
2012-10-25Input: wacom - handle split-sensor devices with internal hubsJason Gerecke-2/+35
2012-10-25Input: wacom - add INPUT_PROP_DIRECT flag to Cintiq 24HDJason Gerecke-0/+3
2012-10-11Merge branch 'next' into for-linusDmitry Torokhov-48/+133
2012-10-04Input: wacom - clean up wacom_query_tablet_dataJason Gerecke-39/+35
2012-10-04Input: wacom - introduce wacom_fix_phy_from_hidJason Gerecke-0/+71
2012-10-03Input: wacom - allow any multi-input Intuos device to set proxJason Gerecke-2/+2
2012-10-03Input: wacom - report correct touch contact size for I5/BambooJason Gerecke-4/+22
2012-10-01Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov-3/+3
2012-09-28Input: wacom - mark Intuos5 pad as in-prox when touching buttonsJason Gerecke-1/+1
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg-3/+3
2012-09-04Input: wacom - add support for EMR on Cintiq 24HD touchJason Gerecke-1/+5
2012-08-21Input: wacom - add support for EMR on Cintiq 24HD touchJason Gerecke-1/+5
2012-07-24Input: wacom - add support to Cintiq 22HDPing Cheng-3/+21
2012-07-13Input: hanwang - add support for Art Master II tabletweixing-15/+42
2012-07-07Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov-2/+4
2012-07-04Merge commit 'v3.5-rc5' into nextDmitry Torokhov-75/+104
2012-06-28Input: wacom - don't retrieve touch_max when it is predefinedPing Cheng-1/+3
2012-06-28Input: wacom - fix retrieving touch_max bugPing Cheng-1/+1
2012-06-28Input: wacom - TPC2FG doesn't store touch id for slotsPing Cheng-2/+4
2012-06-28Input: wacom - BTN_TOOL_DOUBLETAP is not a valid device_typePing Cheng-1/+1
2012-06-12Input: wacom - remove code duplicationJason Gerecke-4/+1
2012-06-12Input: wacom - initialize and destroy LEDs for Intuos4 S tabletsJason Gerecke-0/+2
2012-06-12Input: wacom - Bamboo One 1024 pressure fixChris Bagwell-1/+1
2012-06-12Input: wacom - battery reporting improvementsChris Bagwell-29/+53
2012-06-12Input: wacom - add two new devices (0xed and 0xef)Ping Cheng-1/+14
2012-06-12Input: wacom - rearrange type enumPing Cheng-14/+8
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-110/+457
2012-05-04USB: input: wacom_sys.c: fix up dev_* messagesGreg Kroah-Hartman-2/+2
2012-05-04USB: input: kbtab.c: fix up dev_* messagesGreg Kroah-Hartman-3/+7
2012-05-04USB: input: gtco.c: fix up dev_* messagesGreg Kroah-Hartman-3/+5
2012-05-04USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman-8/+9
2012-05-04USB: input: acecad.c: fix up dev_* messagesGreg Kroah-Hartman-3/+6
2012-05-02Input: wacom - use dev_xxx() instead of naked printk()s and dbg()sDmitry Torokhov-17/+27
2012-05-02Input: wacom - return proper error if usb_get_extra_descriptor() failsDmitry Torokhov-5/+6
2012-05-02Input: wacom - fix sparse warningDmitry Torokhov-2/+2
2012-05-01USB: kbtab.c: remove dbg() usageGreg Kroah-Hartman-2/+4
2012-05-01USB: gtco.c: remove dbg() usageGreg Kroah-Hartman-42/+45
2012-05-01USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman-9/+13
2012-05-01USB: acecad.c: remove dbg() usageGreg Kroah-Hartman-2/+4
2012-05-01USB: wacom: remove dbg() usageGreg Kroah-Hartman-9/+17
2012-05-01USB: input: wacom_sys.c: fix up dev_err() usageGreg Kroah-Hartman-2/+2
2012-05-01USB: input: kbtab.c: fix up dev_err() usageGreg Kroah-Hartman-1/+1
2012-05-01USB: input: gtco.c: fix up dev_err() usageGreg Kroah-Hartman-1/+1
2012-05-01USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman-1/+1
2012-05-01USB: input: acecad.c: fix up dev_err() usageGreg Kroah-Hartman-1/+1
2012-04-29Input: wacom - add 0xE5 (MT device) supportPing Cheng-45/+157
2012-04-29Input: wacom - retrieve maximum number of touch pointsPing Cheng-24/+65