aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-110/+457
2012-05-04USB: input: wacom_sys.c: fix up dev_* messagesGreg Kroah-Hartman1-2/+2
2012-05-04USB: input: kbtab.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+7
2012-05-04USB: input: gtco.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+5
2012-05-04USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman1-8/+9
2012-05-04USB: input: acecad.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+6
2012-05-02Input: wacom - use dev_xxx() instead of naked printk()s and dbg()sDmitry Torokhov2-17/+27
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: kbtab.c: remove dbg() usageGreg Kroah-Hartman1-2/+4
2012-05-01USB: gtco.c: remove dbg() usageGreg Kroah-Hartman1-42/+45
2012-05-01USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman1-9/+13
2012-05-01USB: acecad.c: remove dbg() usageGreg Kroah-Hartman1-2/+4
2012-05-01USB: wacom: remove dbg() usageGreg Kroah-Hartman2-9/+17
2012-05-01USB: input: wacom_sys.c: fix up dev_err() usageGreg Kroah-Hartman1-2/+2
2012-05-01USB: input: kbtab.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: input: gtco.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: input: acecad.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-04-29Input: wacom - add 0xE5 (MT device) supportPing Cheng4-45/+157
2012-04-29Input: wacom - retrieve maximum number of touch pointsPing Cheng3-24/+65
2012-04-25USB: wacom_sys.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-25USB: kbtab.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-25USB: gtco.c: remove err() usageGreg Kroah-Hartman1-10/+11
2012-04-25USB: aiptek.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-25USB: acecad.c: remove err() usageGreg Kroah-Hartman1-2/+4
2012-04-23Input: aiptek - adjust error-handling code labelJulia Lawall1-1/+1
2012-04-21Merge commit 'v3.4-rc4' into nextDmitry Torokhov3-1/+5
2012-04-04Input: wacom - add Intuos5 multitouch sensor supportJason Gerecke2-5/+84
2012-04-04Input: wacom - add Intuos5 Touch Ring LED supportJason Gerecke1-12/+59
2012-04-04Input: wacom - add Intuos5 Touch Ring/ExpressKey supportJason Gerecke2-2/+32
2012-04-04Input: wacom - add basic Intuos5 supportJason Gerecke2-3/+36
2012-03-29Input: wacom - check for allocation failure in probe()Dan Carpenter1-0/+2
2012-03-27Merge branch 'next' into for-linusDmitry Torokhov5-32/+262
2012-03-25Input: wacom - wireless battery statusChris Bagwell5-2/+64
2012-03-25Input: wacom - create inputs when wireless connectChris Bagwell4-10/+109
2012-03-25Input: wacom - wireless monitor frameworkChris Bagwell3-6/+62
2012-03-25Input: wacom - isolate input registrationChris Bagwell1-20/+33
2012-03-19Merge branch 'next' into for-linusDmitry Torokhov8-123/+29
2012-03-12Input: wacom - fix physical size calculation for 3rd-gen BambooJason Gerecke1-2/+2
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov7-110/+10
2012-03-07Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in useJason Gerecke1-1/+1
2012-02-24Input: wacom - add missing LEDS_CLASS to KconfigChris Bagwell1-0/+2
2012-01-31Input: wacom - use switch statement for wacom_tpc_irq()Ping Cheng2-6/+20
2012-01-31Input: wacom - use BTN_TOOL_FINGER to indicate touch device typePing Cheng2-7/+3
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-37/+290
2012-01-08Merge branch 'next' into for-linusDmitry Torokhov4-37/+290
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman6-110/+6
2011-12-12Input: wacom - add LED support for Cintiq 24HDJason Gerecke1-1/+4
2011-12-12Input: wacom - add support for Cintiq 24HDJason Gerecke2-1/+77