aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/acecad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall1-9/+2
2018-01-16Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman1-2/+1
2017-08-07Input: acecad - constify usb_device_idi and fix space before '[' errorArvind Yadav1-1/+1
2016-03-31Input: acecad - stop saving struct usb_deviceOliver Neukum1-6/+6
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-05-04USB: input: acecad.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+6
2012-05-01USB: acecad.c: remove dbg() usageGreg Kroah-Hartman1-2/+4
2012-05-01USB: input: acecad.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-04-25USB: acecad.c: remove err() usageGreg Kroah-Hartman1-2/+4
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-16/+1
2010-11-10Input: acecad - fix a memory leak in usb_acecad_probe error pathAxel Lin1-1/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-3/+3
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-3/+3
2010-04-20Input: acecad - don't advertise mouse eventsDmitry Torokhov1-2/+0
2010-04-20Input: acecad - fix some formatting issuesDmitry Torokhov1-40/+36
2010-04-20Input: acecad - simplify usb_acecad_disconnect()Dmitry Torokhov1-7/+5
2010-04-20Input: acecad - fix incorrect size parameter in usb_buffer_freeAxel Lin1-1/+1
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman1-1/+2
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-4/+8
2007-05-08Input: move USB tablets under drivers/input/tabletDmitry Torokhov1-0/+289