Re: [linux-usb-devel] usbmon binary interface

2006-10-31 Thread Paolo Abeni
On Mon, 2006-10-30 at 10:16 -0800, Pete Zaitcev wrote: I am looking forward to your agreement about the master API structure as I outlined (yes, without the next_urb field for now). This design is ok for me. I'm sorry for a possibly dumb question, but I have some trouble to understand the

[linux-usb-devel] audio.c (2.4 kernel) question

2006-10-31 Thread Niklas Fondberg
Because I have seen problems with sample speed detection and also with some formats (works in 2.6) I have a question to you brilliant people out there... How can I change the code so that I can achieve a certain samplerate when the driver only sees 44100 and 48000? lsusb also reports these speeds

[linux-usb-devel] Account Change Notification

2006-10-31 Thread Madge Rice
Hello, Your account data has been changed from ip 65.207.38.98 New information: Password: 09287672018 Please log in to your account to check your profile: http://jointopsvets.com/login.html Contact us immediately if you did not authorize this change. Thank you.

Re: [linux-usb-devel] Final USB autosuspend patches

2006-10-31 Thread Alan Stern
On Mon, 30 Oct 2006, Greg KH wrote: On Fri, Oct 27, 2006 at 10:37:00AM -0400, Alan Stern wrote: Greg: Is there any word about testing the last two autosuspend patches? Sorry, been distracted with fires at work this past week and weekend :( Should I just resubmit them as normal

[linux-usb-devel] usb-storage: Unusual device description for UCR-61S2B on linux 2.6.18

2006-10-31 Thread Alexandre Pereira Nunes
Hi, I have a UCR-61S2B with rev 1.0, here is relevant /proc/bus/usb/devices data: T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1 P: Vendor=1019 ProdID=0c55 Rev= 1.00 S: Manufacturer=Generic S: Product=USB Storage

Re: [linux-usb-devel] EHCI update VIA workaround

2006-10-31 Thread Alan Stern
Dave: What is the story on the VIA EHCI lost-interrupt (IAA) patches? You submitted a patch in the middle of September: http://marc.theaimsgroup.com/?l=linux-usb-develm=115863181431280w=2 but it isn't present in 2.6.19-rc3 or in -mm. Did it get reverted for some reason? Did it fail to solve

Re: [linux-usb-devel] EHCI update VIA workaround

2006-10-31 Thread David Brownell
What is the story on the VIA EHCI lost-interrupt (IAA) patches? You submitted a patch in the middle of September: http://marc.theaimsgroup.com/?l=linux-usb-develm=115863181431280w=2 but it isn't present in 2.6.19-rc3 or in -mm. Did it get reverted for some reason? It caused trouble

[linux-usb-devel] 2.6.19-rc4: known unfixed regressions

2006-10-31 Thread Adrian Bunk
This email lists some known regressions in 2.6.19-rc4 compared to 2.6.18 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

Re: [linux-usb-devel] 2.6.19-rc4: known unfixed regressions

2006-10-31 Thread Greg KH
On Tue, Oct 31, 2006 at 08:56:54PM +0100, Adrian Bunk wrote: This email lists some known regressions in 2.6.19-rc4 compared to 2.6.18 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

Re: [linux-usb-devel] 2.6.19-rc4: known unfixed regressions

2006-10-31 Thread Arjan van de Ven
On Tue, 2006-10-31 at 20:56 +0100, Adrian Bunk wrote: This email lists some known regressions in 2.6.19-rc4 compared to 2.6.18 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

Re: [linux-usb-devel] CONFIG_USB_USBNET and mii_* (was Re: Linux 2.6.19-rc4)

2006-10-31 Thread Randy Dunlap
On Tue, 31 Oct 2006 17:02:09 + Athanasius wrote: On Mon, Oct 30, 2006 at 08:27:17PM -0800, Linus Torvalds wrote: Before I forget, I'd like to thank Adrian Bunk for his regressions listings, and ask people who are involved with those (both on the blamer and blamee sides) to follow

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-10-31 Thread David Brownell
+#if defined(CONFIG_MII) || defined(CONFIG_MII_MODULE) +#define HAVE_MII ... This seems to cause a CONFIG_USB_USBNET=y, CONFIG_MII=m breakage (as already described earlier in this thread)? Well, alluded to not described. Fixable by the equivalent of config USB_USBNET

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-10-31 Thread Adrian Bunk
On Tue, Oct 31, 2006 at 10:40:15AM -0700, David Brownell wrote: +#if defined(CONFIG_MII) || defined(CONFIG_MII_MODULE) +#define HAVE_MII ... This seems to cause a CONFIG_USB_USBNET=y, CONFIG_MII=m breakage (as already described earlier in this thread)? Well, alluded to not

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-10-31 Thread David Brownell
... depends on MII if MII != n except that Kconfig doesn't comprehend conditionals like that. You can express this in Kconfig: depends MII || MII=n Except that: Warning! Found recursive dependency: USB_USBNET USB_NET_AX8817X MII USB_USBNET I think

[linux-usb-devel] CONFIG_USB_USBNET and mii_* (was Re: Linux 2.6.19-rc4)

2006-10-31 Thread Athanasius
On Mon, Oct 30, 2006 at 08:27:17PM -0800, Linus Torvalds wrote: Before I forget, I'd like to thank Adrian Bunk for his regressions listings, and ask people who are involved with those (both on the blamer and blamee sides) to follow them, and keep making sure that we get them resolved - if

Re: [linux-usb-devel] Final USB autosuspend patches

2006-10-31 Thread Greg KH
On Tue, Oct 31, 2006 at 10:26:36AM -0500, Alan Stern wrote: On Mon, 30 Oct 2006, Greg KH wrote: On Fri, Oct 27, 2006 at 10:37:00AM -0400, Alan Stern wrote: Greg: Is there any word about testing the last two autosuspend patches? Sorry, been distracted with fires at work this

Re: [linux-usb-devel] RFC: libusual piggybacks the class mechanism

2006-10-31 Thread Greg KH
On Mon, Oct 16, 2006 at 04:37:22PM -0700, Pete Zaitcev wrote: Hi, Greg: I would like you to opine about a fix which I wrote for libusual. First, the patch: diff -urp -X dontdiff linux-2.6.18/drivers/usb/storage/libusual.c linux-2.6.18-ub/drivers/usb/storage/libusual.c ---

Re: [linux-usb-devel] reporting XRUNS

2006-10-31 Thread Alan Stern
Updated doumentation revisions... Alan Stern Index: usb-2.6/include/linux/usb.h === --- usb-2.6.orig/include/linux/usb.h +++ usb-2.6/include/linux/usb.h @@ -765,14 +765,20 @@ extern int usb_disabled(void); * urb-transfer_flags:

[linux-usb-devel] Re:Re:请确认信息!

2006-10-31 Thread 深圳宏发
深 圳 宏 发 实 业 有 限 公 司 联系方式: 13510537357 0755-21551586 李友诚 http://www.6886.net.cn Email:[EMAIL PROTECTED] 尊敬的客户: 您好! (首先,对我的冒昧来函向您致歉,但愿这封函对贵司有所帮助) 深圳宏发实业有限公司是1996年5月经深圳市财政局批准(许可证为深财字1108号)、工商注册登记(深司字N00831)成立的实业公司。 曾被授予1999年度遵守税法、诚信纳税五百家企业《深圳国税诚信纳税户》称号。特发给“办税优待卡”,享受诚信纳税户的优待规定,

[linux-usb-devel] ISP1761 usb driver for ARM arch

2006-10-31 Thread Darren ha
Hello!!! I am working with ARM Emulation Baseboard(EB) + MPCore. and , EB has ISP1761 usb controller. and I am using Linux2.6.17 + arm patch . but I found out there is no driver for USB ISP1761. Is there anyone who have driver for that or any infromation about this. ? I know

[linux-usb-devel] question about the Cypress Semiconductor serial driver

2006-10-31 Thread Vladimir Volovich
Greetings, i have a UPS drive (Ippon Smart Power Pro 2000) which has a usb and a serial interface, but my mainboard doesn't have an external serial port, and i'd like to manage the UPS via the USB port. the USB interface is based on Cypress Semiconductor chip - here is the output from lsusb -v:

[linux-usb-devel] Linux OTG source code

2006-10-31 Thread Srinivas G.
Dear All, We are trying to develop an OTG driver for a custom device. But I could not find the OTG related code in the 2.6.11.12 kernel, but I found one usb_otg.h file. It has some call back functions like set_host. I could not find the related source code in the source tree. Could any one