Re: [linux-usb-devel] compiling your last tree

2007-01-26 Thread Oliver Neukum
Am Freitag, 26. Januar 2007 08:51 schrieb Oliver Neukum: I don't understand, I don't have any patches in my tree that touch this file.  What would have changed to require this? Oh wait, I think it's your patch, right?  Heh, I'll go add it to that patch... I don't know why it is

Re: [linux-usb-devel] introduction of blacklist for autosuspend

2007-01-26 Thread Oliver Neukum
Am Donnerstag, 25. Januar 2007 20:55 schrieb Alan Stern: Now something we _could_ use is an API allowing userspace to do runtime suspend/resume of USB devices.  The /sys/devices/.../power/state thing is deprecated and will be removed soon.  I posted a patch for this purpose some time ago:

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

2007-01-26 Thread Oliver Neukum
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. Regards Oliver Signed-off-by: Oliver

Re: [linux-usb-devel] [PATCH]switching off autosuspend through sysfs

2007-01-26 Thread Oliver Neukum
Am Mittwoch, 24. Januar 2007 17:51 schrieb Alan Stern: Hm, I missed that.  This seems to be a very usb-specific thing at the moment. It is USB-specific because I wanted to start out in a well-defined environment where the mechanisms could get tested and shaken out.  When the problems

Re: [linux-usb-devel] designs... (Re: [patch, attach, RFC] usb-serial: ti_usb removing firmware)

2007-01-26 Thread Alan Stern
On Thu, 25 Jan 2007, Oleg Verych wrote: In short: deviceDescriptor-Operation = bNumInterface[!s]-Operation (buggy software) (featured buggy hardware) =[0] =[1] pic.3 I think, linux-usb in-short you can

Re: [linux-usb-devel] designs... (Re: [patch, attach, RFC] usb-serial: ti_usb removing firmware)

2007-01-26 Thread Alan Stern
On Fri, 26 Jan 2007, Oleg Verych wrote: 25-01-2007, Oleg Verych: [] (shame on me, but i only have read USB-in-a- nutshell.pdf [by Copyright 2002, Craig Peacock [EMAIL PROTECTED] Third Release] back in summer and adopted request_firmare() to one usb-serial driver). [] That doc., i have

Re: [linux-usb-devel] introduction of blacklist for autosuspend

2007-01-26 Thread Alan Stern
On Fri, 26 Jan 2007, Oliver Neukum wrote: Am Donnerstag, 25. Januar 2007 20:55 schrieb Alan Stern: Now something we _could_ use is an API allowing userspace to do runtime suspend/resume of USB devices.  The /sys/devices/.../power/state thing is deprecated and will be removed soon.  I

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. Regards

Re: [linux-usb-devel] introduction of blacklist for autosuspend

2007-01-26 Thread Oliver Neukum
Am Freitag, 26. Januar 2007 16:28 schrieb Alan Stern: On Fri, 26 Jan 2007, Oliver Neukum wrote: Am Donnerstag, 25. Januar 2007 20:55 schrieb Alan Stern: Now something we _could_ use is an API allowing userspace to do runtime suspend/resume of USB devices.  The

Re: [linux-usb-devel] designs... (Re: [patch, attach, RFC] usb-serial: ti_usb removing firmware)

2007-01-26 Thread Oleg Verych
On Fri, Jan 26, 2007 at 10:19:30AM -0500, Alan Stern wrote: [] So maybe you really do want an alternative to generic, or else a way to make generic more flexible. On the other hand, maybe the current TI serial driver works well enough already. Driver works. But i would like to have

Re: [linux-usb-devel] [USBNET] ASIX: Add IO-DATA ETG-US2 Support.

2007-01-26 Thread David Hollis
On Fri, 2007-01-26 at 22:57 +0900, YOSHIFUJI Hideaki / 吉藤英明 wrote: Signed-off-by: YOSHIFUJI Hideaki [EMAIL PROTECTED] Acked-by: David Hollis [EMAIL PROTECTED] --- drivers/usb/net/asix.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/usb/net/asix.c

Re: [linux-usb-devel] introduction of blacklist for autosuspend

2007-01-26 Thread Alan Stern
On Fri, 26 Jan 2007, Oliver Neukum wrote: We were talking about autosuspend. Which is strictly speaking not about how to suspend, but under which conditions to suspend. Do you want to move it to power core or not? At the moment I do not want to move autosuspend to the PM core. Alan Stern

Re: [linux-usb-devel] introduction of blacklist for autosuspend

2007-01-26 Thread Oliver Neukum
Am Freitag, 26. Januar 2007 17:53 schrieb Alan Stern: On Fri, 26 Jan 2007, Oliver Neukum wrote: We were talking about autosuspend. Which is strictly speaking not about how to suspend, but under which conditions to suspend. Do you want to move it to power core or not? At the moment I do

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 quirky

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 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 exports the

[linux-usb-devel] Patch to unusual_devs.h

2007-01-26 Thread Thomas Bächler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, one of my users has two USB hard drives that need the following patch, otherwise there are I/O errors similar to those here: http://bugme.osdl.org/show_bug.cgi?id=3223 - --- unusual_devs.h~ 2006-11-29 22:57:37.0 +0100 +++ unusual_devs.h

[linux-usb-devel] 2.6.20-rc6: known unfixed regressions (part 1)

2007-01-26 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc6 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

[linux-usb-devel] patch usb_match_device.patch added to gregkh-2.6 tree

2007-01-26 Thread gregkh
This is a note to let you know that I've just added the patch titled Subject: USB: refactor usb device matching and create usb_device_match to my gregkh-2.6 tree. Its filename is usb_match_device.patch This tree can be found at

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 exports the

[linux-usb-devel] Need help regarding OTG Testing

2007-01-26 Thread Rizvan
Hi, I have OTG code enabled for my target board in linux 2.6. Now I have to do functional testing for all OTG features. As of now, I just connected other end of OTG module with windows PC and its detecting USB device but not able to recognize (coz it doesnt not have USB device descriptor and

[linux-usb-devel] ***性福中国成人用品商城欢迎您有空来坐坐***

2007-01-26 Thread 性福
您好!性福中国成人用品商城好消息:即日起,购买本商城任何一款产品,都有惊喜相送!欢迎选购http://www.dzcnx.com 一次购物免费成为我们的会员,终身享受8折优惠! 产品有:男女器具,名牌避孕套,护理洗液,催情助兴,壮阳延时,丰胸美乳,高档情趣内衣,进口缩阴器,MAXMAN增大产品(短时间内有效增大6-8CM)... 我们会给您最贴心的价格,最优质的服务,最保密的配送,成就你最贴身的情人! 客服QQ:男530885426 女605081148 手机:13188712690 E-mail:[EMAIL PROTECTED]