aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usb-skeleton.c
AgeCommit message (Expand)Author
2019-10-17USB: usb-skeleton: fix NULL-deref on disconnectJohan Hovold
2019-10-17USB: usb-skeleton: fix runtime PM after driver unbindJohan Hovold
2018-06-28usb: usb-skeleton: use irqsave() in USB's complete callbackJohn Ogness
2018-03-06usb: usb-skeleton: make MODULE_LICENSE and SPDX tag matchMarcus Folkesson
2017-11-04USB: usb-skeleton: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-03-23USB: usb-skeleton: refactor endpoint retrievalJohan Hovold
2016-08-30usb: usb-skeleton: don't print on ENOMEMWolfram Sang
2016-08-15usb: usb-skeleton: don't print error when allocating urb failsWolfram Sang
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-25USB: usb-skeleton.c: add retry for nonblocking readChen Wang
2013-03-25USB: usb-skeleton.c: fix blocked forever in skel_readDu Xing
2012-10-24USB: usb-skeleton.c: fix compilation error and restored kref_put on fail in s...Constantine Shulyupin
2012-04-27USB: usb-skeleton.c: remove err() usageGreg Kroah-Hartman
2012-01-24Revert "USB: usb-skeleton.c: fix open/disconnect race"Greg Kroah-Hartman
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-04USB: usb-skeleton.c: cleanup open_countMing Lei
2012-01-04USB: usb-skeleton.c: fix open/disconnect raceMing Lei
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
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-10USB: usb-skeleton: Remove unnecessary casts of private_dataJoe Perches
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack
2010-03-02USB: BKL removal: usb-skeletonOliver Neukum
2010-03-02USB: Push BKL on open down into the driversOliver Neukum
2010-03-02USB skeleton: make USB device id constantNémeth Márton
2009-12-11USB: skeleton: Correct use of ! and &Julia Lawall
2009-09-23USB: skeleton: fix coding style issues.Greg Kroah-Hartman
2009-09-23USB: O_NONBLOCK in read path of skeletonOliver Neukum
2009-09-23USB: make usb-skeleton honor O_NONBLOCK in write pathOliver Neukum
2009-09-23USB: skel_read really sucks royallyOliver Neukum
2009-03-24USB: skeleton: Use dev_info instead of infoMatt Kraai
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-10-12USB: usb-skeleton leaking locks on openMark Gross
2007-07-12USB: usb-skeleton: use anchors in pre/post resetOliver Neukum
2007-07-12USB: usb-skeleton" use anchors in suspend/resume handlingOliver Neukum
2007-07-12USB: usb-skeleton: use anchors in disconnect handlingOliver Neukum
2007-07-12USB: usb-skeleton: usb anchor to implement flushOliver Neukum
2007-07-12USB: prevent char device open/deregister raceAlan Stern
2007-04-27USB: kill BKL in skeleton driverOliver Neukum
2007-04-27USB: fix skeleton driverOliver Neukum
2007-02-16USB: fix autosuspend race in skeleton driverOliver Neukum
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27usbcore: non-hub-specific uses of autosuspendAlan Stern
2006-09-27usb-skeleton: small updateLuiz Fernando N. Capitulino
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino
2006-09-27usb-skeleton: don't submit URBs after disconnectionAlan Stern
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-31[PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman