summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/gtco.c
Commit message (Expand)AuthorAgeFilesLines
* Input: gtco - fix potential out-of-bound accessDmitry Torokhov2017-10-271-7/+10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'next' into for-linusDmitry Torokhov2016-05-161-12/+12
|\
| * Input: gtco - stop saving struct usb_deviceOliver Neukum2016-03-311-12/+12
* | Input: gtco - fix crash on detecting device without endpointsVladis Dronov2016-03-311-1/+9
|/
* Input: gtco - use sign_extend32() for sign extensionMartin Kepplinger2015-01-261-15/+5
* Input: gtco - fix usb_dev leakAlexey Khoroshilov2014-01-271-1/+1
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* USB: input: gtco.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-3/+5
* USB: gtco.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-42/+45
* USB: input: gtco.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-1/+1
* USB: gtco.c: remove err() usageGreg Kroah-Hartman2012-04-251-10/+11
* USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-27/+1
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-6/+6
* Input: make USB device ids constantMárton Németh2010-01-111-1/+1
* Input: gtco - add MODULE_DESCRIPTION()Dmitry Torokhov2009-04-171-0/+1
* Input: gtco - use USB endpoint APIJulia Lawall2008-12-301-1/+1
* USB: remove info() macro from usb input driversGreg Kroah-Hartman2008-10-171-2/+2
* Input: remove version.h from drivers that don't need itHuang Weiyi2008-08-181-1/+0
* Input: gtco - eliminate early returnJulia Lawall2008-07-071-1/+1
* Input: gtco - fix double kfree in error handling pathDmitry Torokhov2008-05-301-10/+7
* input: use get_unaligned_* helpersHarvey Harrison2008-04-291-7/+7
* usb input endianness annotations and fixesAl Viro2008-04-281-4/+4
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-2/+4
* Input: move USB tablets under drivers/input/tabletDmitry Torokhov2007-05-081-0/+1055