patch-2.2.18 linux/drivers/usb/README.ohci

Next file: linux/drivers/usb/README.ohci_hcd
Previous file: linux/drivers/usb/README.kbd
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/usb/README.ohci linux/drivers/usb/README.ohci
@@ -1,26 +0,0 @@
-May 09, 1999 16:25:58
-
-Cool, things are working "well" now.  (I'm not getting oops's from the
-OHCI code anyways.. ;).  I can attach a usb hub and mouse in any
-possible arrangement of the two and they get configured properly.
-
-You can see that the mouse Interrupt transfers are occuring and being
-acknowledged because /proc/interrupts usb-ohci goes up accordingly with
-mouse movements/events.  That means the TD at least returns some data
-and requeues itself.
-
-Device attach/detach from the root hub is not working well.  Currently
-every interrupt checks for root hub status changes and frame number
-overflow interrupts are enabled.  This means you shouldn't have to
-wait more than 32-33 seconds for the change to occur, less if there is
-other activity.  (due to checking in the WDH caused interrupts)
-My OHCI controller [SiS 5598 motherboard] doesn't seem to play well
-with the RHSC interrupt so it has been disabled.  The ohci_timer
-should be polling but it not currently working, I haven't had time to
-look into that problem.
-
-However, when I tried telling X to use /dev/psaux for the mouse my
-machine locked up...
-
-- greg@electricrain.com
-

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)