diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2005-10-19 12:52:02 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 19:47:49 -0400 |
commit | 478a3bab8c87a9ba4a4ba338314e32bb0c378e62 (patch) | |
tree | 37e07a18952706e76b36c782ac095c17b0bc8e11 /Documentation/kernel-parameters.txt | |
parent | 46f116eab81b21c6ae8c4f169498c632b1f94bf1 (diff) |
[PATCH] USB: Always do usb-handoff
This revised patch (as586b) makes usb-handoff permanently true and no
longer a kernel boot parameter. It also removes the piix3_usb quirk code;
that was nothing more than an early version of the USB handoff code
(written at a time when Intel's PIIX3 was about the only motherboard with
USB support). And it adds identifiers for the three PCI USB controller
classes to pci_ids.h.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 971589a9752d..90766b75d1b7 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1517,8 +1517,6 @@ running once the system is up. | |||
1517 | uart6850= [HW,OSS] | 1517 | uart6850= [HW,OSS] |
1518 | Format: <io>,<irq> | 1518 | Format: <io>,<irq> |
1519 | 1519 | ||
1520 | usb-handoff [HW] Enable early USB BIOS -> OS handoff | ||
1521 | |||
1522 | usbhid.mousepoll= | 1520 | usbhid.mousepoll= |
1523 | [USBHID] The interval which mice are to be polled at. | 1521 | [USBHID] The interval which mice are to be polled at. |
1524 | 1522 | ||