Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-02 Thread Alan Stern
On Thu, 1 Nov 2007, Steven King wrote: > > But you didn't post the log messages, so I haven't seen them. > > In addition, that "wrong number of endpoints" message occurs long after > > the underlying problem; it's probably not connected. > > Okay, attached is full .config, dmesg,

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-02 Thread Alan Stern
On Thu, 1 Nov 2007, Steven King wrote: But you didn't post the log messages, so I haven't seen them. In addition, that wrong number of endpoints message occurs long after the underlying problem; it's probably not connected. Okay, attached is full .config, dmesg, /proc/bus/usb/devices and

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Alan Stern
On Thu, 1 Nov 2007, Steven King wrote: > > The real question is why 2.6.24-rc1 doesn't like the second > > configuration descriptor. To answer it, you should see what shows up > > in the dmesg log when you first plug in the device on a kernel with > > CONFIG_USB_DEBUG enabled. > > ?!? As I

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
On Thursday 01 November 2007 7:51:25 Alan Stern wrote: > On Thu, 1 Nov 2007, Steven King wrote: > > Per a suggestion by David Brownwell, rebuilt with CONFIG_USB_DEBUG > > enabled and loading usbserial and ti_usb_3410_5052 with debug=1, I see in > > 'dmesg' > > > > 'drivers/usb/serial/usb-serial.c:

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
On Thursday 01 November 2007 7:47:24 Alan Stern wrote: > On Wed, 31 Oct 2007, Steven King wrote: > > My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with > > 2.6.23.1 and earlier, but doesn't work with 2.6.24-rc1; the > > ti_usb_3410_5052 module is loaded but the device descriptor is

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Alan Stern
On Thu, 1 Nov 2007, Steven King wrote: > Per a suggestion by David Brownwell, rebuilt with CONFIG_USB_DEBUG enabled > and > loading usbserial and ti_usb_3410_5052 with debug=1, I see in 'dmesg' > > 'drivers/usb/serial/usb-serial.c: wrong number of endpoints' > > which is pretty much what I

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Alan Stern
On Wed, 31 Oct 2007, Steven King wrote: > My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with 2.6.23.1 > and earlier, but doesn't work with 2.6.24-rc1; the ti_usb_3410_5052 module is > loaded but the device descriptor is bogus, reporting only a single > configuration, whereas in

Re: ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
Per a suggestion by David Brownwell, rebuilt with CONFIG_USB_DEBUG enabled and loading usbserial and ti_usb_3410_5052 with debug=1, I see in 'dmesg' 'drivers/usb/serial/usb-serial.c: wrong number of endpoints' which is pretty much what I expected, throwing some more printk's in usb-serial

Re: ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
Per a suggestion by David Brownwell, rebuilt with CONFIG_USB_DEBUG enabled and loading usbserial and ti_usb_3410_5052 with debug=1, I see in 'dmesg' 'drivers/usb/serial/usb-serial.c: wrong number of endpoints' which is pretty much what I expected, throwing some more printk's in usb-serial

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Alan Stern
On Wed, 31 Oct 2007, Steven King wrote: My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with 2.6.23.1 and earlier, but doesn't work with 2.6.24-rc1; the ti_usb_3410_5052 module is loaded but the device descriptor is bogus, reporting only a single configuration, whereas in

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Alan Stern
On Thu, 1 Nov 2007, Steven King wrote: Per a suggestion by David Brownwell, rebuilt with CONFIG_USB_DEBUG enabled and loading usbserial and ti_usb_3410_5052 with debug=1, I see in 'dmesg' 'drivers/usb/serial/usb-serial.c: wrong number of endpoints' which is pretty much what I

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
On Thursday 01 November 2007 7:47:24 Alan Stern wrote: On Wed, 31 Oct 2007, Steven King wrote: My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with 2.6.23.1 and earlier, but doesn't work with 2.6.24-rc1; the ti_usb_3410_5052 module is loaded but the device descriptor is bogus,

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
On Thursday 01 November 2007 7:51:25 Alan Stern wrote: On Thu, 1 Nov 2007, Steven King wrote: Per a suggestion by David Brownwell, rebuilt with CONFIG_USB_DEBUG enabled and loading usbserial and ti_usb_3410_5052 with debug=1, I see in 'dmesg' 'drivers/usb/serial/usb-serial.c: wrong

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Alan Stern
On Thu, 1 Nov 2007, Steven King wrote: The real question is why 2.6.24-rc1 doesn't like the second configuration descriptor. To answer it, you should see what shows up in the dmesg log when you first plug in the device on a kernel with CONFIG_USB_DEBUG enabled. ?!? As I wrote at the

Re: ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-10-31 Thread Steven King
On Wednesday 31 October 2007 11:19:54 Greg KH wrote: > On Wed, Oct 31, 2007 at 10:25:43PM -0700, Steven King wrote: > > My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with > > 2.6.23.1 and earlier, but doesn't work with 2.6.24-rc1; the > > ti_usb_3410_5052 module is loaded but the

Re: ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-10-31 Thread Greg KH
On Wed, Oct 31, 2007 at 10:25:43PM -0700, Steven King wrote: > My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with 2.6.23.1 > and earlier, but doesn't work with 2.6.24-rc1; the ti_usb_3410_5052 module is > loaded but the device descriptor is bogus, reporting only a single >

Re: ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-10-31 Thread Greg KH
On Wed, Oct 31, 2007 at 10:25:43PM -0700, Steven King wrote: My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with 2.6.23.1 and earlier, but doesn't work with 2.6.24-rc1; the ti_usb_3410_5052 module is loaded but the device descriptor is bogus, reporting only a single

Re: ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-10-31 Thread Steven King
On Wednesday 31 October 2007 11:19:54 Greg KH wrote: On Wed, Oct 31, 2007 at 10:25:43PM -0700, Steven King wrote: My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with 2.6.23.1 and earlier, but doesn't work with 2.6.24-rc1; the ti_usb_3410_5052 module is loaded but the device