aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/ldusb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-1/+1
2010-03-02USB: BKL removal: ldusbOliver Neukum1-10/+2
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-2/+10
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2009-09-23USB: ldusb should signal an error in poll if the device is disconnectedOliver Neukum1-0/+6
2009-01-27USB: remove vernier labpro from ldusbsware1-2/+0
2008-05-14USB: remove PICDEM FS USB demo (04d8:000c) device from ldusbXiaofan Chen1-4/+0
2008-05-02usb: ldusb: ld_usb semaphore to mutexDaniel Walker1-14/+14
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2008-02-21USB: add new vernier product id to ldusb.cStephen Ware1-0/+2
2007-07-19USB: misc: ldusb: clean up urb->status usageGreg Kroah-Hartman1-9/+11
2007-07-12USB: prevent char device open/deregister raceAlan Stern1-25/+8
2007-05-22USB: ldusb bugfixOliver Neukum1-4/+31
2007-04-27USB: add picdem device to ldusbJoey Goncalves1-0/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27USB: ldusb: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino1-6/+2
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-5/+6
2006-03-20[PATCH] USB: kzalloc in ldusbOliver Neukum1-2/+1
2006-02-13[PATCH] USB: add new device ids to ldusbMichael Hund1-25/+32
2006-01-31[PATCH] USB: remove some left over devfs droppings hanging around in the usb driversGreg Kroah-Hartman1-1/+1
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-09-08[PATCH] USB ldusb: fmt warnings fixes for 64-bit platformsAlexey Dobriyan1-3/+3
2005-07-29[PATCH] USB: ldusb fixesMichael Hund1-1/+6
2005-07-12[PATCH] USB: add ldusb driverMichael Hund1-0/+794