summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/ldusb.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-03-23USB: ldusb: refactor endpoint retrievalJohan Hovold
2017-03-17USB: misc: ldusb: changed '*' location to fit coding StyleMilian Reichardt
2017-03-17USB: misc: ldusb: Added Space after ',' to fit the coding styleMilian Reichardt
2017-03-17USB: misc: ldusb: fixed decimal permission coding issueMilian Reichardt
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-30usb: misc: ldusb: don't print on ENOMEMWolfram Sang
2016-08-15usb: misc: ldusb: don't print error when allocating urb failsWolfram Sang
2015-06-01usb, HID: Remove Vernier devices from lsusb and hid_ignore_listDennis O'Brien
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-23USB: ldusb: remove custom dbg_info() macroGreg Kroah-Hartman
2012-04-20USB: ldusb.c: remove err() usageGreg Kroah-Hartman
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-05-03USB: ldusb: add several new devicesMichael Hund
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches
2010-03-02USB: BKL removal: ldusbOliver Neukum
2010-03-02USB: Push BKL on open down into the driversOliver Neukum
2010-03-02USB misc: make USB device id constantNémeth Márton
2009-09-23USB: ldusb should signal an error in poll if the device is disconnectedOliver Neukum
2009-01-27USB: remove vernier labpro from ldusbsware
2008-05-14USB: remove PICDEM FS USB demo (04d8:000c) device from ldusbXiaofan Chen
2008-05-02usb: ldusb: ld_usb semaphore to mutexDaniel Walker
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-21USB: add new vernier product id to ldusb.cStephen Ware
2007-07-19USB: misc: ldusb: clean up urb->status usageGreg Kroah-Hartman
2007-07-12USB: prevent char device open/deregister raceAlan Stern
2007-05-22USB: ldusb bugfixOliver Neukum
2007-04-27USB: add picdem device to ldusbJoey Goncalves
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27USB: ldusb: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven
2006-03-20[PATCH] USB: kzalloc in ldusbOliver Neukum
2006-02-13[PATCH] USB: add new device ids to ldusbMichael Hund
2006-01-31[PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman
2005-09-08[PATCH] USB ldusb: fmt warnings fixes for 64-bit platformsAlexey Dobriyan
2005-07-29[PATCH] USB: ldusb fixesMichael Hund
2005-07-12[PATCH] USB: add ldusb driverMichael Hund