> > Looks like __init code calling __exit or __devexit code when
> > built into a module.
>
> 3. Here's the patch:
>
> --- linux-2.5.24-rmk1-ch2/drivers/usb/host/usb-ohci-sa1111.c.orig
> Wed Jul 17 18:29:21 2002
> +++ linux-2.5.24-rmk1-ch2/drivers/usb/host/usb-ohci-sa1111.c Thu Jul
> 18 10:16:09 2002
> @@ -69,7 +69,7 @@
> USB_RESET = usb_rst;
> }
>
> -static void __exit sa1111_ohci_unconfigure(void)
> +static void sa1111_ohci_unconfigure(void)
> {
> printk(KERN_DEBUG __FILE__
> ": stopping SA-1111 OHCI USB Controller\n");
Thanks for the update. I was able to get it working by compiling as a
module and adding a line to the case statment in urb.c in
usb_submit_urb that was switching on dev->speed. I added a fall
through for USB_SPEED_UNKNOWN to USB_SPEED_FULL. I don't know why the
ADS Bitsy SA111 is returning that for speed. After that the root hub was
reconized and powered on and devices were reconized. usb-storage
exhibited the same anti-mounting behavior.
Ok, just tried the new driver and I had to add
if (machine_is_graphicsmaster() ||
machine_is_adsbitsy())
usb_rst = USB_RESET_PWRSENSELOW;
to get the bus to initalize correctly in sa1111_start_hc.
My SanDisk SDDR-31 works wonderfully, the mass storage behavior under
this driver seems very good. However it mounts up the DSC camera with no
debug, but enabling debug still kills it. Now I'd like to transfer
actual data from the camera which brings up another issue:
I'm running root mounted on a initrd and 2.4 used to mount this in rw mode
for me and 2.5 mounts it in ro. How can I change this? PCMCIA isn't
working for me yet on 2.5 (haven't poked at it yet either) so my CF cards
won't help me in reagrd to writable space either.
Another issure I'm having is that when I connect either of my two hubs
(Xircom PGFHUB02 and Belkin F5U021) it reconizes them, powers them up, but
any device I hook up spews descriptor errors and doesn't initalize right.
What hubs have you found that work well?
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel