aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usb-skeleton.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 driversGreg 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
2006-01-04[PATCH] USB: Limiting of resource use in skeleton driverOliver Neukum1-7/+18
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer neededGreg Kroah-Hartman1-2/+1
2005-07-29[PATCH] USB: fix Bug in usb-skeleton.cConger, Chris A1-2/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+360