summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usb-skeleton.c
Commit message (Expand)AuthorAgeFilesLines
* usb: usb-skeleton: don't print on ENOMEMWolfram Sang2016-08-301-7/+2
* usb: usb-skeleton: don't print error when allocating urb failsWolfram Sang2016-08-151-4/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: usb-skeleton.c: add retry for nonblocking readChen Wang2013-07-251-2/+1
* USB: usb-skeleton.c: fix blocked forever in skel_readDu Xing2013-03-251-24/+8
* USB: usb-skeleton.c: fix compilation error and restored kref_put on fail in s...Constantine Shulyupin2012-10-241-9/+4
* USB: usb-skeleton.c: remove err() usageGreg Kroah-Hartman2012-04-271-14/+22
* Revert "USB: usb-skeleton.c: fix open/disconnect race"Greg Kroah-Hartman2012-01-241-17/+1
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-19/+21
|\
| * USB: usb-skeleton.c: cleanup open_countMing Lei2012-01-041-18/+4
| * USB: usb-skeleton.c: fix open/disconnect raceMing Lei2012-01-041-1/+17
* | USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-20/+1
|/
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* USB: usb-skeleton: Remove unnecessary casts of private_dataJoe Perches2010-08-101-4/+4
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-5/+5
* USB: BKL removal: usb-skeletonOliver Neukum2010-03-021-3/+0
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-0/+3
* USB skeleton: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: skeleton: Correct use of ! and &Julia Lawall2009-12-111-2/+2
* USB: skeleton: fix coding style issues.Greg Kroah-Hartman2009-09-231-15/+28
* USB: O_NONBLOCK in read path of skeletonOliver Neukum2009-09-231-1/+7
* USB: make usb-skeleton honor O_NONBLOCK in write pathOliver Neukum2009-09-231-3/+10
* USB: skel_read really sucks royallyOliver Neukum2009-09-231-18/+176
* USB: skeleton: Use dev_info instead of infoMatt Kraai2009-03-241-2/+4
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-1/+1
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-3/+3
* USB: usb-skeleton leaking locks on openMark Gross2007-10-121-0/+1
* USB: usb-skeleton: use anchors in pre/post resetOliver Neukum2007-07-121-0/+23
* USB: usb-skeleton" use anchors in suspend/resume handlingOliver Neukum2007-07-121-5/+37
* USB: usb-skeleton: use anchors in disconnect handlingOliver Neukum2007-07-121-0/+2
* USB: usb-skeleton: usb anchor to implement flushOliver Neukum2007-07-121-7/+65
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-14/+0
* USB: kill BKL in skeleton driverOliver Neukum2007-04-271-2/+10
* USB: fix skeleton driverOliver Neukum2007-04-271-11/+20
* USB: fix autosuspend race in skeleton driverOliver Neukum2007-02-161-4/+6
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* usbcore: non-hub-specific uses of autosuspendAlan Stern2006-09-271-0/+11
* usb-skeleton: small updateLuiz Fernando N. Capitulino2006-09-271-28/+22
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* usb-skeleton: don't submit URBs after disconnectionAlan Stern2006-09-271-7/+33
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman2006-01-311-1/+1
* [PATCH] USB: fix usb-skeleton limit resource usage patch.Sam Bishop2006-01-041-2/+5
* [PATCH] USB: fix buffer size limiting in skeleton driverOlav Kongas2006-01-041-1/+1
* [PATCH] USB: Limiting of resource use in skeleton driverOliver Neukum2006-01-041-7/+18
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-281-2/+1
* [PATCH] USB: fix Bug in usb-skeleton.cConger, Chris A2005-07-291-2/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+360