Re: [linux-usb-devel] [Bugme-new] [Bug 8565] New: panic on s3 resume with uhci_hcd module

2007-06-02 Thread Simon Goodall
Andrew Morton wrote: On Fri, 1 Jun 2007 14:08:37 -0700 [EMAIL PROTECTED] wrote: Please follow up via emailed reply-to-all, rather than via the bugzilla web interface, thanks. Michal, please track this as a post-2.6.21 regression. http://bugzilla.kernel.org/show_bug.cgi?id=8565

Re: [linux-usb-devel] [PATCH] Fix NEC OHCI chip silicon bug

2007-06-02 Thread Michael Hanselmann
On Fri, Jun 01, 2007 at 10:19:30AM -0400, Alan Stern wrote: @@ -779,7 +790,11 @@ static int ohci_restart (struct ohci_hcd */ spin_lock_irq(ohci-lock); disable (ohci); + +#ifdef CONFIG_PM usb_root_hub_lost_power(ohci_to_hcd(ohci)-self.root_hub); +#endif +

Re: [linux-usb-devel] Problem with V630i phone (0x0fce:0xe043)

2007-06-02 Thread Alan Stern
On Sat, 2 Jun 2007, Vincent Bernat wrote: OoO En ce milieu de nuit étoilée du mardi 29 mai 2007, vers 03:59, Alan Stern [EMAIL PROTECTED] disait: It looks like the phone's firmware is broken. Does it work with other non-Linux computer systems? Can you get a firmware update from the

Re: [linux-usb-devel] [PATCH] Fix NEC OHCI chip silicon bug

2007-06-02 Thread Alan Stern
On Sat, 2 Jun 2007, Michael Hanselmann wrote: On Fri, Jun 01, 2007 at 10:19:30AM -0400, Alan Stern wrote: @@ -779,7 +790,11 @@ static int ohci_restart (struct ohci_hcd */ spin_lock_irq(ohci-lock); disable (ohci); + +#ifdef CONFIG_PM

Re: [linux-usb-devel] [Bugme-new] [Bug 8564] New: ftdi_sio: BUG: unable to handle kernel NULL pointer dereference at virtual address

2007-06-02 Thread John H.
It worked with 2.6.20 from fedora 6. Is there any way to patch this for now, so I can get it working again? I need ftdi-sio for my usb-uirt as I am about to go out of town for quite some time and can't use myth without it. I mean, is there some hack I can use? On 6/1/07, Andrew Morton [EMAIL

Re: [linux-usb-devel] [Bugme-new] [Bug 8564] New: ftdi_sio: BUG: unable to handle kernel NULL pointer dereference at virtual address

2007-06-02 Thread Andrew Morton
On Sat, 2 Jun 2007 14:28:19 -0500 John H. [EMAIL PROTECTED] wrote: It worked with 2.6.20 from fedora 6. Is there any way to patch this for now, so I can get it working again? I need ftdi-sio for my usb-uirt as I am about to go out of town for quite some time and can't use myth without it.

Re: [linux-usb-devel] [Bugme-new] [Bug 8564] New: ftdi_sio: BUG: unable to handle kernel NULL pointer dereference at virtual address

2007-06-02 Thread John H.
I'll try removing those. I don't really have option of downgrading kernel as some other f7 stuff is dependent on 2.6.21. So I can just comment out that line altogether? On 6/2/07, Andrew Morton [EMAIL PROTECTED] wrote: On Sat, 2 Jun 2007 14:28:19 -0500 John H. [EMAIL PROTECTED] wrote: It

Re: [linux-usb-devel] [Bugme-new] [Bug 8564] New: ftdi_sio: BUG: unable to handle kernel NULL pointer dereference at virtual address

2007-06-02 Thread John H.
Did you mean 639? .port_probe = ftdi_sio_port_probe, .port_remove = ftdi_sio_port_remove, On 6/2/07, Andrew Morton [EMAIL PROTECTED] wrote: On Sat, 2 Jun 2007 14:28:19 -0500 John H. [EMAIL PROTECTED] wrote: It worked with 2.6.20 from fedora 6. Is there any

Re: [linux-usb-devel] [Bugme-new] [Bug 8564] New: ftdi_sio: BUG: unable to handle kernel NULL pointer dereference at virtual address

2007-06-02 Thread John H.
:( Here is what I did /* .port_probe = ftdi_sio_port_probe, .port_remove = ftdi_sio_port_remove,*/ On lines 638 and 639, and am using new module. Here's what it said on boot... drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial

Re: [linux-usb-devel] [Bugme-new] [Bug 8564] New: ftdi_sio: BUG: unable to handle kernel NULL pointer dereference at virtual address

2007-06-02 Thread Oliver Neukum
Am Freitag, 1. Juni 2007 21:40 schrieb Andrew Morton: It looks like the `serial' argument to ftdi_HE_TIRA1_setup() is NULL, and we went oops reading serial-port[0]). priv = usb_get_serial_port_data(serial-port[0]); priv-flags |= ASYNC_SPD_CUST; It bombs in priv-flags, as

Re: [linux-usb-devel] [Bugme-new] [Bug 8564] New: ftdi_sio: BUG: unable to handle kernel NULL pointer dereference at virtual address

2007-06-02 Thread John H.
Oliver, can you tell me what I might do to get it working again for now? I can't use usb-uirt without it. On 6/2/07, Oliver Neukum [EMAIL PROTECTED] wrote: Am Freitag, 1. Juni 2007 21:40 schrieb Andrew Morton: It looks like the `serial' argument to ftdi_HE_TIRA1_setup() is NULL, and we