summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/ldusb.c
Commit message (Expand)AuthorAgeFilesLines
* USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold2019-10-101-12/+12
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* usb: ldusb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+7
* usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop2018-02-151-0/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* 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-1/+0
* USB: ldusb: refactor endpoint retrievalJohan Hovold2017-03-231-14/+9
* USB: misc: ldusb: changed '*' location to fit coding StyleMilian Reichardt2017-03-171-10/+10
* USB: misc: ldusb: Added Space after ',' to fit the coding styleMilian Reichardt2017-03-171-1/+1
* USB: misc: ldusb: fixed decimal permission coding issueMilian Reichardt2017-03-171-4/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: misc: ldusb: don't print on ENOMEMWolfram Sang2016-08-301-15/+5
* usb: misc: ldusb: don't print error when allocating urb failsWolfram Sang2016-08-151-6/+2
* usb, HID: Remove Vernier devices from lsusb and hid_ignore_listDennis O'Brien2015-06-011-10/+0
* 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