1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not present in 2.6.5, I get this also in 2.6.6-rc2).
...
EIP is at destroy_async+0x24/0xd0 [usbcore]
...
This is a usbfs problem. I think usbfs is a bit racy here: it assumes that completion handlers have finished running when usb_unlink_urb returns. Do you get this everytime?
Yes, everytime.
2) Other than that (this looks also related to the recent usb update), my speedtouch driver doesn't work any more (2.6.5 did work) : modem_run now behaves as follows:
uhci?
Well, I think so (how can I check if this is not ehci ?):
diablo:~$ dmesg| grep -E 'USB|usb'
uhci_hcd 0000:00:10.0: VIA Technologies, Inc. USB
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
uhci_hcd 0000:00:10.1: VIA Technologies, Inc. USB (#2)
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
uhci_hcd 0000:00:10.2: VIA Technologies, Inc. USB (#3)
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
ehci_hcd 0000:00:10.3: VIA Technologies, Inc. USB 2.0
ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 4-0:1.0: USB hub found
usb 2-1: new low speed USB device using address 2
ati_remote 2-1:1.0: Input registered: X10 Wireless Technology Inc USB Receiver on usb-0000:00:10.1-1
drivers/usb/input/ati_remote.c: Registered USB driver ATI/X10 RF USB Remote Control v. 2.2.0
usb 3-1: new full speed USB device using address 2
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
