diff options
| author | David Brownell <david-b@pacbell.net> | 2007-12-31 02:45:19 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 17:35:02 -0500 |
| commit | aa16ca307ee2da304d3a5fc0fc5e50ef8047c9e9 (patch) | |
| tree | 2937e5c34b5eeb1ef18811e412aa9c8b61ee38b7 /drivers/usb/host/Kconfig | |
| parent | 3b6fcfd0664aeac6ae2fd1231f04b3ed24723c1e (diff) | |
USB: ehci: minor ISO updates, always support split ISO
Small updates to the EHCI driver's ISO support:
- Get rid of the Kconfig option for full speed ISO. It may
not be perfect yet, but it hasn't appeared to be dangerous
and pretty much every configuration wants it.
- Instead of two places to disable an empty periodic schedule
after an ISO transfer completes, just have one.
- After the periodic schedule is disabled, we can short-circuit
the schedule scan ... it can't possibly have more work to do.
Assuming a typical config with split iso enabled, the only change
in behavior should be almost unobservable: quicker termination
of periodic scans when the schedule gets emptied.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
| -rw-r--r-- | drivers/usb/host/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 3a42bcd27d30..d97b16b52efa 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
| @@ -29,15 +29,6 @@ config USB_EHCI_HCD | |||
| 29 | To compile this driver as a module, choose M here: the | 29 | To compile this driver as a module, choose M here: the |
| 30 | module will be called ehci-hcd. | 30 | module will be called ehci-hcd. |
| 31 | 31 | ||
| 32 | config USB_EHCI_SPLIT_ISO | ||
| 33 | bool "Full speed ISO transactions (EXPERIMENTAL)" | ||
| 34 | depends on USB_EHCI_HCD && EXPERIMENTAL | ||
| 35 | default n | ||
| 36 | ---help--- | ||
| 37 | This code is new and hasn't been used with many different | ||
| 38 | EHCI or USB 2.0 transaction translator implementations. | ||
| 39 | It should work for ISO-OUT transfers, like audio. | ||
| 40 | |||
| 41 | config USB_EHCI_ROOT_HUB_TT | 32 | config USB_EHCI_ROOT_HUB_TT |
| 42 | bool "Root Hub Transaction Translators (EXPERIMENTAL)" | 33 | bool "Root Hub Transaction Translators (EXPERIMENTAL)" |
| 43 | depends on USB_EHCI_HCD && EXPERIMENTAL | 34 | depends on USB_EHCI_HCD && EXPERIMENTAL |
