Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bcc48f1a7a0d40ae2e5a26aff72c2b674fd8b596
/
drivers
/
usb
/
core
/
urb.c
bcc48f1
USB: introduce usb_device_no_sg_constraint() helper
by Ming Lei
· 11 years ago
626f090
usb: fix some scripts/kernel-doc warnings
by Yacine Belkadi
· 11 years ago
10e232c
USB: check sg buffer size in usb_submit_urb
by Ming Lei
· 11 years ago
68a2bed
USB: fix urb-poison imbalance
by Johan Hovold
· 12 years ago
2f02bc8
USB: report submission of active URBs
by Alan Stern
· 12 years ago
a03bede
USB: update documentation for URB_ISO_ASAP
by Alan Stern
· 12 years ago
8815bb0
usbhid: prevent deadlock during timeout
by Oliver Neukum
· 13 years ago
da8bfb0
USB documentation: explain lifetime rules for unlinking URBs
by Alan Stern
· 13 years ago
371f3b4
usb/core: remove "always" from usb_unlink_urb() kernel doc entry
by Sebastian Andrzej Siewior
· 13 years ago
0cb54a3
USB: debugging code shouldn't alter control flow
by Alan Stern
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
500132a
USB: Add support for SuperSpeed isoc endpoints
by Paul Zimmerman
· 14 years ago
f7dd649
USB: output an error message when the pipe type doesn't match the endpoint type
by Simon Arlott
· 14 years ago
b3e6704
USB: fix thread-unsafe anchor utiliy routines
by Christian Lamparter
· 14 years ago
fe54b05
USB: Add a usb_pipe_endpoint() convenience function
by Matthew Wilcox
· 15 years ago
ff9c895
USB: fix usbmon and DMA mapping for scatter-gather URBs
by Alan Stern
· 15 years ago
0ede76f
USB: remove uses of URB_NO_SETUP_DMA_MAP
by Alan Stern
· 15 years ago
27729aa
USB: make hcd.h public (drivers dependency)
by Eric Lescouet
· 15 years ago
f09a15e
USB: Fix usb_fill_int_urb for SuperSpeed devices
by Matthew Wilcox
· 15 years ago
551cdbb
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
by Greg Kroah-Hartman
· 15 years ago
f661c6f
USB: check the endpoint type against the pipe type
by Alan Stern
· 15 years ago
8e08b97
USB: allow interrupt transfers to WUSB devices
by David Vrabel
· 15 years ago
79abb1a
USB: Support for bandwidth allocation.
by Sarah Sharp
· 16 years ago
6b403b0
USB: Add SuperSpeed to the list of USB device speeds.
by Sarah Sharp
· 16 years ago
71d2718
USB: more u32 conversion after transfer_buffer_length and actual_length
by Roel Kluin
· 16 years ago
6da9c99
USB: allow libusb to talk to unauthenticated WUSB devices
by David Vrabel
· 16 years ago
856395d
USB: extension of anchor API to unpoison an anchor
by Oliver Neukum
· 16 years ago
49367d8
USB: mark "reject" field of struct urb as atomic_t
by Ming Lei
· 16 years ago
2870fde
USB: mention URB_FREE_BUFFER in usb_free_urb documentation
by Rabin Vincent
· 16 years ago
cde217a
USB: fix crash when URBs are unlinked after the device is gone
by Alan Stern
· 16 years ago
69a8594
USB: remove err() macro from usb core code
by Greg Kroah-Hartman
· 16 years ago
1987625
USB: anchor API changes needed for btusb
by Oliver Neukum
· 16 years ago
6a2839b
USB: extend poisoning to anchors
by Oliver Neukum
· 16 years ago
55b447b
USB: kill URBs permanently
by Oliver Neukum
· 16 years ago
77571f0
USB: fix bug in usb_unlink_anchored_urbs()
by Oliver Neukum
· 16 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
eda7695
USB: add extension of anchor API, usb_unlink_anchored_urbs
by Oliver Neukum
· 17 years ago
2c044a4
USB: fix codingstyle issues in drivers/usb/core/*.c
by Greg Kroah-Hartman
· 17 years ago
782e70c
USB: mark USB drivers as being GPL only
by Greg Kroah-Hartman
· 17 years ago
0b28baa
USB: add URB_FREE_BUFFER to permissible flags
by Oliver Neukum
· 17 years ago
6840d25
USB: flush outstanding URBs when suspending
by Alan Stern
· 17 years ago
1431d2a
USB: get rid of urb->lock
by Alan Stern
· 17 years ago
d617bc8
USB: cleanup for previous patches
by Alan Stern
· 17 years ago
4326ed0
USB: address-0 handling during device initialization
by Alan Stern
· 17 years ago
fea3409
USB: add direction bit to urb->transfer_flags
by Alan Stern
· 17 years ago
5b653c7
USB: add urb->ep
by Alan Stern
· 17 years ago
beafef0
USB: documentation update for usb_unlink_urb
by Alan Stern
· 17 years ago
8b3b01c
USB: Add URB_FREE_BUFFER flag and the logic behind it
by Marcel Holtmann
· 17 years ago
51a2f07
USB: introduce usb_anchor
by Oliver Neukum
· 17 years ago
9251644
usbcore: trivial whitespace fixes
by Oliver Neukum
· 18 years ago
896fbd7
usbcore: remove unused bandwith-related code
by Alan Stern
· 18 years ago
ec17cf1
USB: Remove unneeded void * casts in core files
by Tobias Klauser
· 18 years ago
a6d2bb9
USB: remove struct usb_operations
by Alan Stern
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
e9aa795
[PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developers
by Greg Kroah-Hartman
· 19 years ago
654f311
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
by Greg Kroah-Hartman
· 19 years ago
b13296c
[PATCH] updates for "controller suspended" handling
by David Brownell
· 19 years ago
55016f1
[PATCH] gfp_t: drivers/usb
by Al Viro
· 19 years ago
b375a04
[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel
by Alan Stern
· 19 years ago
5db539e
[PATCH] USB: Fix kmalloc's flags type in USB
by Olav Kongas
· 19 years ago
093cf72
[PATCH] USB: Spelling fixes for drivers/usb.
by Steven Cole
· 20 years ago
8835f66
[PATCH] USB: USB API documentation modification
by Alan Stern
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago