linux/drivers/usb/host
Dan Streetman 498f78e6fc [PATCH] USB: fix in usb_calc_bus_time
This patch does the same swap, i.e. use the ISO macro if (isoc).
Additionally, it fixes the return value - the usb_calc_bus_time function
returns the time in nanoseconds (I didn't notice that before) while the
HS_USECS and HS_USECS_ISO are microseconds.  This fixes the function to
return nanoseconds always, and adjusts ehci-q.c (the only high-speed
caller of the function) to wrap the call in NS_TO_US().

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-07-29 13:12:54 -07:00
..
Kconfig [PATCH] USB: Add isp116x-hcd USB host controller driver 2005-06-27 14:43:42 -07:00
Makefile [PATCH] USB: Add isp116x-hcd USB host controller driver 2005-06-27 14:43:42 -07:00
ehci-dbg.c [PATCH] USB: misc ehci updates 2005-06-27 14:43:55 -07:00
ehci-hcd.c [PATCH] USB: Fix kmalloc's flags type in USB 2005-07-12 11:52:56 -07:00
ehci-hub.c [PATCH] USB: misc ehci updates 2005-06-27 14:43:55 -07:00
ehci-mem.c
ehci-q.c [PATCH] USB: fix in usb_calc_bus_time 2005-07-29 13:12:54 -07:00
ehci-sched.c [PATCH] USB: Fix kmalloc's flags type in USB 2005-07-12 11:52:56 -07:00
ehci.h
hc_crisv10.c [PATCH] USB: Fix kmalloc's flags type in USB 2005-07-12 11:52:56 -07:00
hc_crisv10.h
isp116x-hcd.c [PATCH] USB: Fix kmalloc's flags type in USB 2005-07-12 11:52:56 -07:00
isp116x.h [PATCH] USB: Add isp116x-hcd USB host controller driver 2005-06-27 14:43:42 -07:00
ohci-au1xxx.c
ohci-dbg.c [PATCH] USB: move the usb hcd code to use the new class code. 2005-06-20 15:15:07 -07:00
ohci-hcd.c [PATCH] USB: add S3C24XX USB Host driver support 2005-07-29 13:12:53 -07:00
ohci-hub.c [PATCH] USB: coverity: (desc->bitmap)[] overrun fix 2005-07-12 11:52:56 -07:00
ohci-lh7a404.c
ohci-mem.c [PATCH] USB: Fix kmalloc's flags type in USB 2005-07-12 11:52:56 -07:00
ohci-omap.c [PATCH] USB: ohci-omap pm updates 2005-07-12 11:52:57 -07:00
ohci-pci.c [PATCH] ppc32: Remove CONFIG_PMAC_PBOOK 2005-06-27 15:11:43 -07:00
ohci-ppc-soc.c
ohci-pxa27x.c
ohci-q.c
ohci-s3c2410.c [PATCH] USB: add S3C24XX USB Host driver support 2005-07-29 13:12:53 -07:00
ohci-sa1111.c
ohci.h [PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budget 2005-06-27 14:43:49 -07:00
sl811-hcd.c [PATCH] USB: Fix kmalloc's flags type in USB 2005-07-12 11:52:56 -07:00
sl811.h
sl811_cs.c [PATCH] pcmcia: remove references to pcmcia/version.h 2005-07-07 18:24:07 -07:00
uhci-debug.c [PATCH] USB UHCI: Add root hub states 2005-06-27 14:43:43 -07:00
uhci-hcd.c [PATCH] USB UHCI: Detect invalid ports 2005-06-27 14:44:00 -07:00
uhci-hcd.h [PATCH] UHCI: Don't store device pointer in QH or TD 2005-06-27 14:43:48 -07:00
uhci-hub.c [PATCH] USB UHCI: Use root-hub IRQs while suspended 2005-06-27 14:43:44 -07:00
uhci-q.c [PATCH] USB: Fix kmalloc's flags type in USB 2005-07-12 11:52:56 -07:00