summaryrefslogtreecommitdiff
path: root/drivers/usb/usb-skeleton.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-28usb: usb-skeleton: use irqsave() in USB's complete callbackJohn Ogness1-4/+6
2018-03-06usb: usb-skeleton: make MODULE_LICENSE and SPDX tag matchMarcus Folkesson1-1/+1
2017-11-04USB: usb-skeleton: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-23USB: usb-skeleton: refactor endpoint retrievalJohan Hovold1-34/+25
2016-08-30usb: usb-skeleton: don't print on ENOMEMWolfram Sang1-7/+2
2016-08-15usb: usb-skeleton: don't print error when allocating urb failsWolfram Sang1-4/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-25USB: usb-skeleton.c: add retry for nonblocking readChen Wang1-2/+1
2013-03-25USB: usb-skeleton.c: fix blocked forever in skel_readDu Xing1-24/+8
2012-10-24USB: usb-skeleton.c: fix compilation error and restored kref_put on fail in s...Constantine Shulyupin1-9/+4
2012-04-27USB: usb-skeleton.c: remove err() usageGreg Kroah-Hartman1-14/+22
2012-01-24Revert "USB: usb-skeleton.c: fix open/disconnect race"Greg Kroah-Hartman1-17/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-19/+21
2012-01-04USB: usb-skeleton.c: cleanup open_countMing Lei1-18/+4
2012-01-04USB: usb-skeleton.c: fix open/disconnect raceMing Lei1-1/+17
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-20/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-10USB: usb-skeleton: Remove unnecessary casts of private_dataJoe Perches1-4/+4
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-5/+5
2010-03-02USB: BKL removal: usb-skeletonOliver Neukum1-3/+0
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-0/+3
2010-03-02USB skeleton: make USB device id constantNémeth Márton1-1/+1
2009-12-11USB: skeleton: Correct use of ! and &Julia Lawall1-2/+2
2009-09-23USB: skeleton: fix coding style issues.Greg Kroah-Hartman1-15/+28
2009-09-23USB: O_NONBLOCK in read path of skeletonOliver Neukum1-1/+7
2009-09-23USB: make usb-skeleton honor O_NONBLOCK in write pathOliver Neukum1-3/+10
2009-09-23USB: skel_read really sucks royallyOliver Neukum1-18/+176
2009-03-24USB: skeleton: Use dev_info instead of infoMatt Kraai1-2/+4
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2007-10-12USB: usb-skeleton leaking locks on openMark Gross1-0/+1
2007-07-12USB: usb-skeleton: use anchors in pre/post resetOliver Neukum1-0/+23
2007-07-12USB: usb-skeleton" use anchors in suspend/resume handlingOliver Neukum1-5/+37
2007-07-12USB: usb-skeleton: use anchors in disconnect handlingOliver Neukum1-0/+2
2007-07-12USB: usb-skeleton: usb anchor to implement flushOliver Neukum1-7/+65
2007-07-12USB: prevent char device open/deregister raceAlan Stern1-14/+0
2007-04-27USB: kill BKL in skeleton driverOliver Neukum1-2/+10
2007-04-27USB: fix skeleton driverOliver Neukum1-11/+20
2007-02-16USB: fix autosuspend race in skeleton driverOliver Neukum1-4/+6
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27usbcore: non-hub-specific uses of autosuspendAlan Stern1-0/+11
2006-09-27usb-skeleton: small updateLuiz Fernando N. Capitulino1-28/+22
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-09-27usb-skeleton: don't submit URBs after disconnectionAlan Stern1-7/+33
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-31[PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman1-1/+1
2006-01-04[PATCH] USB: fix usb-skeleton limit resource usage patch.Sam Bishop1-2/+5
2006-01-04[PATCH] USB: fix buffer size limiting in skeleton driverOlav Kongas1-1/+1