Re: PROBLEM: Mouse connected to USB-3 stopped working 2.6.38->39 regression

2016-04-07 Thread Sam Sany
Alan Stern writes: > > On Mon, 25 Apr 2011, Thomas Lindroth wrote: > > > On 04/23/2011 10:17 PM, Alan Stern wrote: > > > On Sat, 23 Apr 2011, Thomas Lindroth wrote: > > >> On 04/23/2011 05:31 PM, Alan Stern wrote: > > >>> Your separate post didn't include the dmesg showing what happened when >

Re: PROBLEM: Mouse connected to USB-3 stopped working 2.6.38->39 regression

2016-04-08 Thread Sam Sany
Hi Allen, thank you for quick reply. It is VERY much appreciated. The output of /sys/kernel/debug/usb/devices can be found here: http://pastebin.com/HyzefGyB (I believe the relevent portion is at the end, the "Focusrite Scarlett" device). According to the output of "cat /boot/config" the CONFIG

Re: PROBLEM: Mouse connected to USB-3 stopped working 2.6.38->39 regression

2016-04-09 Thread Sam Sany
Alan Stern writes: > > On Sat, 9 Apr 2016, Sam Sany wrote: > --- usb-3.15.orig/drivers/usb/core/hub.c > +++ usb-3.15/drivers/usb/core/hub.c > -130,6 +130,8 struct usb_hub *usb_hub_to_struct_hub(st > > static int usb_device_supports_lpm(struct usb_device *udev

Re: PROBLEM: Mouse connected to USB-3 stopped working 2.6.38->39 regression

2016-04-09 Thread Sam Sany
Sam Sany writes: And one last question... I don't know too much C, but there is a missing closing bracket at the end, right? On the line after the "return 0" statement? -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the bo

Re: PROBLEM: Mouse connected to USB-3 stopped working 2.6.38->39 regression

2016-04-10 Thread Sam Sany
Alan Stern writes: > > On Sun, 10 Apr 2016, Sam Sany wrote: > > > Alan Stern ...> writes: > > > > > > > > On Sat, 9 Apr 2016, Sam Sany wrote: > > > > > --- usb-3.15.orig/drivers/usb/core/hub.c > > > +++ usb-3.15/d

Re: PROBLEM: Mouse connected to USB-3 stopped working 2.6.38->39 regression

2016-04-10 Thread Sam Sany
Alan Stern writes: > > On Sun, 10 Apr 2016, Peter Hurley wrote: > > > On 04/09/2016 08:00 AM, Alan Stern wrote: > > > On Sat, 9 Apr 2016, Sam Sany wrote: > > >> I have yet to try the 4.5 kernel. I prefer to use a low-latency kernel, bc > > >>

Re: PROBLEM: Mouse connected to USB-3 stopped working 2.6.38->39 regression

2016-04-10 Thread Sam Sany
Sam Sany writes: No go. Just booted into the newly compiled kernel, and I still have the exact same symptoms. The edited portion of the hub.c file I used to compile looks as such: int usb_device_supports_lpm(struct usb_device *udev) { return 0; /* USB 2.1 (and greater

Re: PROBLEM: Mouse connected to USB-3 stopped working 2.6.38->39 regression

2016-04-10 Thread Sam Sany
Sam Sany writes: Since the dmesg output always prints "usb_set_interface failed" could it have something to do with the portions of the hub.c file that deal with those functions? It only occurs twice through out the hub.c file... -- To unsubscribe from this list: send the line &q