summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-10-021-1/+1
|\
| * Input: wacom - mark Intuos5 pad as in-prox when touching buttonsJason Gerecke2012-09-281-1/+1
| |
| \
| \
| \
*---. \ Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogi...Jiri Kosina2012-10-011-1/+5
|\ \ \ \ | | |_|/ | |/| |
| | * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-061-2/+4
| | |\ \
| * | | | Input: wacom - add support for EMR on Cintiq 24HD touchJason Gerecke2012-08-211-1/+5
| | |_|/ | |/| |
* / | | Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-3/+3
|/ / /
* | | Input: wacom - add support to Cintiq 22HDPing Cheng2012-07-242-3/+21
* | | Input: hanwang - add support for Art Master II tabletweixing2012-07-131-15/+42
* | | Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov2012-07-071-2/+4
|\ \ \ | | |/ | |/|
| * | Input: wacom - don't retrieve touch_max when it is predefinedPing Cheng2012-06-281-1/+3
| * | Input: wacom - fix retrieving touch_max bugPing Cheng2012-06-281-1/+1
* | | Merge commit 'v3.5-rc5' into nextDmitry Torokhov2012-07-045-75/+104
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-05-245-110/+457
| |\|
| * | USB: input: wacom_sys.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-2/+2
| * | USB: input: kbtab.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-3/+7
| * | USB: input: gtco.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-3/+5
| * | USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-8/+9
| * | USB: input: acecad.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-3/+6
| * | USB: kbtab.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-2/+4
| * | USB: gtco.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-42/+45
| * | USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-9/+13
| * | USB: acecad.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-2/+4
| * | USB: wacom: remove dbg() usageGreg Kroah-Hartman2012-05-012-9/+17
| * | USB: input: wacom_sys.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-2/+2
| * | USB: input: kbtab.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-1/+1
| * | USB: input: gtco.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-1/+1
| * | USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-1/+1
| * | USB: input: acecad.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-1/+1
| * | USB: wacom_sys.c: remove err() usageGreg Kroah-Hartman2012-04-251-2/+3
| * | USB: kbtab.c: remove err() usageGreg Kroah-Hartman2012-04-251-2/+3
| * | USB: gtco.c: remove err() usageGreg Kroah-Hartman2012-04-251-10/+11
| * | USB: aiptek.c: remove err() usageGreg Kroah-Hartman2012-04-251-2/+3
| * | USB: acecad.c: remove err() usageGreg Kroah-Hartman2012-04-251-2/+4
* | | Input: wacom - TPC2FG doesn't store touch id for slotsPing Cheng2012-06-281-2/+4
* | | Input: wacom - BTN_TOOL_DOUBLETAP is not a valid device_typePing Cheng2012-06-281-1/+1
* | | Input: wacom - remove code duplicationJason Gerecke2012-06-121-4/+1
* | | Input: wacom - initialize and destroy LEDs for Intuos4 S tabletsJason Gerecke2012-06-121-0/+2
* | | Input: wacom - Bamboo One 1024 pressure fixChris Bagwell2012-06-121-1/+1
* | | Input: wacom - battery reporting improvementsChris Bagwell2012-06-121-29/+53
* | | Input: wacom - add two new devices (0xed and 0xef)Ping Cheng2012-06-122-1/+14
* | | Input: wacom - rearrange type enumPing Cheng2012-06-123-14/+8
| |/ |/|
* | Input: wacom - use dev_xxx() instead of naked printk()s and dbg()sDmitry Torokhov2012-05-022-17/+27
* | Input: wacom - return proper error if usb_get_extra_descriptor() failsDmitry Torokhov2012-05-021-5/+6
* | Input: wacom - fix sparse warningDmitry Torokhov2012-05-021-2/+2
* | Input: wacom - add 0xE5 (MT device) supportPing Cheng2012-04-294-45/+157
* | Input: wacom - retrieve maximum number of touch pointsPing Cheng2012-04-293-24/+65
* | Input: aiptek - adjust error-handling code labelJulia Lawall2012-04-231-1/+1
* | Merge commit 'v3.4-rc4' into nextDmitry Torokhov2012-04-213-1/+5
|\|
| * Input: wacom - check for allocation failure in probe()Dan Carpenter2012-03-291-0/+2
| * Merge branch 'next' into for-linusDmitry Torokhov2012-03-275-32/+262
| |\