aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/idmouse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27usb: idmouse: fix an uninit-value in idmouse_openDongliang Mu1-4/+4
2019-12-10USB: idmouse: fix interface sanity checksJohan Hovold1-1/+1
2019-11-07USB: idmouse: clean up runaway white spaceJohan Hovold1-5/+5
2019-11-07USB: idmouse: drop redundant open-count check from releaseJohan Hovold1-6/+0
2019-11-07USB: idmouse: simplify disconnect handlingJohan Hovold1-18/+2
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-2/+0
2017-03-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman1-0/+3
2017-03-23USB: idmouse: refactor endpoint retrievalJohan Hovold1-16/+12
2017-03-14USB: idmouse: fix NULL-deref at probeJohan Hovold1-0/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-30usb: misc: idmouse: don't print on ENOMEMWolfram Sang1-1/+0
2016-03-03USB: idmouse.c: Put the interface on errorJunjie Mao1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: misc: idmouse: correct spelling mistake in error stringRahul Bedarkar1-1/+1
2012-05-01USB: idmouse.c: remove dbg() usageGreg Kroah-Hartman1-1/+2
2012-04-20USB: idmouse.c: remove err() usageGreg Kroah-Hartman1-3/+3
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-23/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-03-02USB: BKL removal: idmouseOliver Neukum1-7/+1
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-1/+7
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2009-09-23USB: full power management support for the idmouse driverOliver Neukum1-0/+21
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman1-2/+3
2007-10-25USB: fix locking in idmouseOliver Neukum1-17/+28
2007-07-12USB: prevent char device open/deregister raceAlan Stern1-39/+15
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-07USB: Remove unneeded void * casts in idmouse.cTobias Klauser1-6/+4
2006-12-01USB: idmouse cleanupMariusz Kozlowski1-8/+8
2006-12-01USB: idmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-5/+1
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven1-12/+13
2006-03-20[PATCH] USB: kzalloc in idmouseOliver Neukum1-2/+1
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-10-29[PATCH] idmouse cleanup and overflow fixAl Viro1-14/+2
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer neededGreg Kroah-Hartman1-3/+2
2005-06-27[PATCH] USB: upgrade of the idmouse driverFlorian Echtler1-61/+88
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+443