summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/ldusb.c
Commit message (Expand)AuthorAgeFilesLines
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: ldusb: remove custom dbg_info() macroGreg Kroah-Hartman2013-07-231-21/+10
* USB: ldusb.c: remove err() usageGreg Kroah-Hartman2012-04-201-6/+9
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-26/+1
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-2/+2
* USB: ldusb: add several new devicesMichael Hund2011-05-031-10/+42
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-021-1/+1
* USB: BKL removal: ldusbOliver Neukum2010-03-021-10/+2
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-2/+10
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: ldusb should signal an error in poll if the device is disconnectedOliver Neukum2009-09-231-0/+6
* USB: remove vernier labpro from ldusbsware2009-01-271-2/+0
* USB: remove PICDEM FS USB demo (04d8:000c) device from ldusbXiaofan Chen2008-05-141-4/+0
* usb: ldusb: ld_usb semaphore to mutexDaniel Walker2008-05-021-14/+14
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-5/+5
* USB: add new vernier product id to ldusb.cStephen Ware2008-02-211-0/+2
* USB: misc: ldusb: clean up urb->status usageGreg Kroah-Hartman2007-07-191-9/+11
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-25/+8
* USB: ldusb bugfixOliver Neukum2007-05-221-4/+31
* USB: add picdem device to ldusbJoey Goncalves2007-04-271-0/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* USB: ldusb: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino2006-09-271-6/+2
* 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-5/+6
* [PATCH] USB: kzalloc in ldusbOliver Neukum2006-03-201-2/+1
* [PATCH] USB: add new device ids to ldusbMichael Hund2006-02-131-25/+32
* [PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman2006-01-311-1/+1
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] USB ldusb: fmt warnings fixes for 64-bit platformsAlexey Dobriyan2005-09-081-3/+3
* [PATCH] USB: ldusb fixesMichael Hund2005-07-291-1/+6
* [PATCH] USB: add ldusb driverMichael Hund2005-07-121-0/+794