index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
usb-skeleton.c
Commit message (
Expand
)
Author
Age
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
*
USB: usb-skeleton: Remove unnecessary casts of private_data
Joe Perches
2010-08-10
*
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
2010-05-20
*
USB: BKL removal: usb-skeleton
Oliver Neukum
2010-03-02
*
USB: Push BKL on open down into the drivers
Oliver Neukum
2010-03-02
*
USB skeleton: make USB device id constant
Németh Márton
2010-03-02
*
USB: skeleton: Correct use of ! and &
Julia Lawall
2009-12-11
*
USB: skeleton: fix coding style issues.
Greg Kroah-Hartman
2009-09-23
*
USB: O_NONBLOCK in read path of skeleton
Oliver Neukum
2009-09-23
*
USB: make usb-skeleton honor O_NONBLOCK in write path
Oliver Neukum
2009-09-23
*
USB: skel_read really sucks royally
Oliver Neukum
2009-09-23
*
USB: skeleton: Use dev_info instead of info
Matt Kraai
2009-03-24
*
USB: remove unnecessary type casting of urb->context
Ming Lei
2008-04-25
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-25
*
USB: usb-skeleton leaking locks on open
Mark Gross
2007-10-12
*
USB: usb-skeleton: use anchors in pre/post reset
Oliver Neukum
2007-07-12
*
USB: usb-skeleton" use anchors in suspend/resume handling
Oliver Neukum
2007-07-12
*
USB: usb-skeleton: use anchors in disconnect handling
Oliver Neukum
2007-07-12
*
USB: usb-skeleton: usb anchor to implement flush
Oliver Neukum
2007-07-12
*
USB: prevent char device open/deregister race
Alan Stern
2007-07-12
*
USB: kill BKL in skeleton driver
Oliver Neukum
2007-04-27
*
USB: fix skeleton driver
Oliver Neukum
2007-04-27
*
USB: fix autosuspend race in skeleton driver
Oliver Neukum
2007-02-16
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
*
usbcore: non-hub-specific uses of autosuspend
Alan Stern
2006-09-27
*
usb-skeleton: small update
Luiz Fernando N. Capitulino
2006-09-27
*
USB: Make file operations structs in drivers/usb const.
Luiz Fernando N. Capitulino
2006-09-27
*
usb-skeleton: don't submit URBs after disconnection
Alan Stern
2006-09-27
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
*
[PATCH] USB: remove some left over devfs droppings hanging around in the usb ...
Greg Kroah-Hartman
2006-01-31
*
[PATCH] USB: fix usb-skeleton limit resource usage patch.
Sam Bishop
2006-01-04
*
[PATCH] USB: fix buffer size limiting in skeleton driver
Olav Kongas
2006-01-04
*
[PATCH] USB: Limiting of resource use in skeleton driver
Oliver Neukum
2006-01-04
*
[PATCH] USB: remove .owner field from struct usb_driver
Greg Kroah-Hartman
2006-01-04
*
[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...
Greg Kroah-Hartman
2005-10-28
*
[PATCH] USB: fix Bug in usb-skeleton.c
Conger, Chris A
2005-07-29
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16