summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/ldusb.c
Commit message (Expand)AuthorAgeFilesLines
* usb: ldusb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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/+0Star
* 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/+0Star
* USB: ldusb: refactor endpoint retrievalJohan Hovold2017-03-231-14/+9Star
* 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/+5Star
* usb: misc: ldusb: don't print error when allocating urb failsWolfram Sang2016-08-151-6/+2Star
* usb, HID: Remove Vernier devices from lsusb and hid_ignore_listDennis O'Brien2015-06-011-10/+0Star
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* USB: ldusb: remove custom dbg_info() macroGreg Kroah-Hartman2013-07-241-21/+10Star
* USB: ldusb.c: remove err() usageGreg Kroah-Hartman2012-04-211-6/+9
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-26/+1Star
* 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/+2Star
* 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-281-2/+0Star
* USB: remove PICDEM FS USB demo (04d8:000c) device from ldusbXiaofan Chen2008-05-141-4/+0Star
* usb: ldusb: ld_usb semaphore to mutexDaniel Walker2008-05-021-14/+14
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-5/+5
* USB: add new vernier product id to ldusb.cStephen Ware2008-02-221-0/+2
* USB: misc: ldusb: clean up urb->status usageGreg Kroah-Hartman2007-07-201-9/+11
* USB: prevent char device open/deregister raceAlan Stern2007-07-131-25/+8Star
* USB: ldusb bugfixOliver Neukum2007-05-231-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/+2Star
* 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/+0Star
* [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/+1Star
* [PATCH] USB: add new device ids to ldusbMichael Hund2006-02-141-25/+32
* [PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman2006-02-011-1/+1
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0Star
* [PATCH] USB ldusb: fmt warnings fixes for 64-bit platformsAlexey Dobriyan2005-09-091-3/+3
* [PATCH] USB: ldusb fixesMichael Hund2005-07-291-1/+6
* [PATCH] USB: add ldusb driverMichael Hund2005-07-121-0/+794