aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/gtco.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Input: gtco - fix usb_dev leakAlexey Khoroshilov1-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-05-04USB: input: gtco.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+5
2012-05-01USB: gtco.c: remove dbg() usageGreg Kroah-Hartman1-42/+45
2012-05-01USB: input: gtco.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-04-25USB: gtco.c: remove err() usageGreg Kroah-Hartman1-10/+11
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-27/+1
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-6/+6
2010-01-11Input: make USB device ids constantMárton Németh1-1/+1
2009-04-17Input: gtco - add MODULE_DESCRIPTION()Dmitry Torokhov1-0/+1
2008-12-30Input: gtco - use USB endpoint APIJulia Lawall1-1/+1
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman1-2/+2
2008-08-18Input: remove version.h from drivers that don't need itHuang Weiyi1-1/+0
2008-07-07Input: gtco - eliminate early returnJulia Lawall1-1/+1
2008-05-30Input: gtco - fix double kfree in error handling pathDmitry Torokhov1-10/+7
2008-04-29input: use get_unaligned_* helpersHarvey Harrison1-7/+7
2008-04-28usb input endianness annotations and fixesAl Viro1-4/+4
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-2/+4
2007-05-08Input: move USB tablets under drivers/input/tabletDmitry Torokhov1-0/+1055