Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Alan Stern
On Sun, 28 Jan 2007, Prakash Punnoor wrote: > Am Sonntag 28 Januar 2007 schrieb Oliver Neukum: > > > So does this really point to broken hw or a broken patch? Where can I get > > > that patch as standalone? So I could revert it in rc6 and test... > > > > ftp://ftp.de.kernel.org/pub/linux/kernel/pe

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Alan Stern
On Sun, 28 Jan 2007, Prakash Punnoor wrote: > Hi, > > excuse me but instead of following your suggestions I read how to use > git-bisect and found this out: > > ee49fb5dc89d34f1794ac9362fa97c1a640f7ddd is first bad commit > commit ee49fb5dc89d34f1794ac9362fa97c1a640f7ddd > Author: Alan Stern <[

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Prakash Punnoor
Am Sonntag 28 Januar 2007 schrieb Oliver Neukum: > > So does this really point to broken hw or a broken patch? Where can I get > > that patch as standalone? So I could revert it in rc6 and test... > > ftp://ftp.de.kernel.org/pub/linux/kernel/people/gregkh/usb/2.6/2.6.19 > > The patch might just mak

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Prakash Punnoor
Am Sonntag 28 Januar 2007 schrieb Oliver Neukum: > Please > > 1. connect any other device to that hub > 2. rmmod that device's driver > 3. wait 10 seconds > 4. modprobe the driver again > I don't have much to test and I tried a card reader. It is an usb2.0 high speed devce (while the scanner is u

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Oliver Neukum
> So does this really point to broken hw or a broken patch? Where can I get > that > patch as standalone? So I could revert it in rc6 and test... ftp://ftp.de.kernel.org/pub/linux/kernel/people/gregkh/usb/2.6/2.6.19 The patch might just make visible a hardware problem. [..] > It is the empty

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Prakash Punnoor
Hi, excuse me but instead of following your suggestions I read how to use git-bisect and found this out: ee49fb5dc89d34f1794ac9362fa97c1a640f7ddd is first bad commit commit ee49fb5dc89d34f1794ac9362fa97c1a640f7ddd Author: Alan Stern <[EMAIL PROTECTED]> Date: Wed Nov 22 16:55:54 2006 -0500

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-27 Thread Alan Stern
On Sat, 27 Jan 2007, Prakash Punnoor wrote: > NAK. My scanner is fine. Today I have a bit time for testing and so far > (using > 2.6.20-rc6): > > - The scanner on the Eizo built-in hub makes problems with usb suspend. > - The scanner connected directly works fine. Interesting though that I get

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-27 Thread Oliver Neukum
Am Samstag, 27. Januar 2007 12:26 schrieb Prakash Punnoor: > So, if you want something to blacklist, it should be the hub and not the > scanner. Can you try out whether this happens with other devices, too? It might indeed be necessary to blacklist your hub. Regards Olive

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-27 Thread Prakash Punnoor
Am Samstag 27 Januar 2007 schrieb Greg KH: > On Fri, Jan 26, 2007 at 02:26:21PM +0100, Oliver Neukum wrote: > > Hi, > > > > this is the newest version of the patch to introduce a blacklist. > > > > - It handles autosuspend oddities and problems with string descriptors > > - It exports the detected

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-27 Thread Oliver Neukum
Am Samstag, 27. Januar 2007 00:13 schrieb Greg KH: > On Fri, Jan 26, 2007 at 02:26:21PM +0100, Oliver Neukum wrote: > > Hi, > > > > this is the newest version of the patch to introduce a blacklist. > > > > - It handles autosuspend oddities and problems with string descriptors > > - It exports the

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-26 Thread Greg KH
On Fri, Jan 26, 2007 at 03:13:04PM -0800, Greg KH wrote: > On Fri, Jan 26, 2007 at 02:26:21PM +0100, Oliver Neukum wrote: > > Hi, > > > > this is the newest version of the patch to introduce a blacklist. > > > > - It handles autosuspend oddities and problems with string descriptors > > - It expor

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-26 Thread Greg KH
On Fri, Jan 26, 2007 at 03:13:04PM -0800, Greg KH wrote: > On Fri, Jan 26, 2007 at 02:26:21PM +0100, Oliver Neukum wrote: > > Hi, > > > > this is the newest version of the patch to introduce a blacklist. > > > > - It handles autosuspend oddities and problems with string descriptors > > - It expor

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-26 Thread Greg KH
On Fri, Jan 26, 2007 at 03:13:04PM -0800, Greg KH wrote: > On Fri, Jan 26, 2007 at 02:26:21PM +0100, Oliver Neukum wrote: > > Hi, > > > > this is the newest version of the patch to introduce a blacklist. > > > > - It handles autosuspend oddities and problems with string descriptors > > - It expor

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-26 Thread Greg KH
On Fri, Jan 26, 2007 at 02:26:21PM +0100, Oliver Neukum wrote: > Hi, > > this is the newest version of the patch to introduce a blacklist. > > - It handles autosuspend oddities and problems with string descriptors > - It exports the detected quirks through sysfs > > It compiles and detects quirk

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-26 Thread Alan Stern
On Fri, 26 Jan 2007, Oliver Neukum wrote: > Hi, > > this is the newest version of the patch to introduce a blacklist. > > - It handles autosuspend oddities and problems with string descriptors > - It exports the detected quirks through sysfs > > It compiles and detects quirky devices. > >