linux/drivers/usb/core
Alan Stern 5e60a16139 USB: avoid using urb->pipe in usbcore
This patch (as946) eliminates many of the uses of urb->pipe in
usbcore.  Unfortunately there will have to be a significant API
change, affecting all USB drivers, before we can remove it entirely.
This patch contents itself with changing only the interface to
usb_buffer_map_sg() and friends: The pipe argument is replaced with a
direction flag.  That can be done easily because those routines get
used in only one place.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-10-12 14:55:00 -07:00
..
buffer.c
config.c
devices.c
devio.c
driver.c USB: fix linked list insertion bugfix for usb core 2007-09-11 07:48:15 -07:00
endpoint.c
file.c
generic.c
hcd-pci.c
hcd.c USB: avoid using urb->pipe in usbcore 2007-10-12 14:55:00 -07:00
hcd.h
hub.c USB: add ep->enable 2007-10-12 14:55:00 -07:00
hub.h
inode.c
Kconfig
Makefile
message.c USB: avoid using urb->pipe in usbcore 2007-10-12 14:55:00 -07:00
notify.c
otg_whitelist.h
quirks.c USB: disable autosuspend by default for non-hubs 2007-09-13 05:49:04 -07:00
sysfs.c
urb.c USB: add direction bit to urb->transfer_flags 2007-10-12 14:55:00 -07:00
usb.c USB: avoid using urb->pipe in usbcore 2007-10-12 14:55:00 -07:00
usb.h USB: add ep->enable 2007-10-12 14:55:00 -07:00