aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/usb-skeleton.c
AgeCommit message (Expand)Author
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
2006-01-04[PATCH] USB: fix usb-skeleton limit resource usage patch.Sam Bishop
2006-01-04[PATCH] USB: fix buffer size limiting in skeleton driverOlav Kongas
2006-01-04[PATCH] USB: Limiting of resource use in skeleton driverOliver Neukum
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman
2005-07-29[PATCH] USB: fix Bug in usb-skeleton.cConger, Chris A
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds