summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/idmouse.c
Commit message (Expand)AuthorAgeFilesLines
* USB: misc: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-221-2/+0
* Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman2017-03-271-0/+3
|\
| * USB: idmouse: fix NULL-deref at probeJohan Hovold2017-03-141-0/+3
* | USB: idmouse: refactor endpoint retrievalJohan Hovold2017-03-231-16/+12
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: misc: idmouse: don't print on ENOMEMWolfram Sang2016-08-301-1/+0
* USB: idmouse.c: Put the interface on errorJunjie Mao2016-03-031-1/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: misc: idmouse: correct spelling mistake in error stringRahul Bedarkar2014-01-031-1/+1
* USB: idmouse.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-1/+2
* USB: idmouse.c: remove err() usageGreg Kroah-Hartman2012-04-201-3/+3
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-23/+1
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* USB: BKL removal: idmouseOliver Neukum2010-03-021-7/+1
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-1/+7
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: full power management support for the idmouse driverOliver Neukum2009-09-231-0/+21
* USB: remove info() macro from usb/misc driversGreg Kroah-Hartman2008-10-171-2/+3
* USB: fix locking in idmouseOliver Neukum2007-10-251-17/+28
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-39/+15
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* USB: Remove unneeded void * casts in idmouse.cTobias Klauser2007-02-071-6/+4
* USB: idmouse cleanupMariusz Kozlowski2006-12-011-8/+8
* USB: idmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-5/+1
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-201-12/+13
* [PATCH] USB: kzalloc in idmouseOliver Neukum2006-03-201-2/+1
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] idmouse cleanup and overflow fixAl Viro2005-10-291-14/+2
* [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-281-3/+2
* [PATCH] USB: upgrade of the idmouse driverFlorian Echtler2005-06-271-61/+88
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+443