Re: [linux-usb-devel] 2.6.11: usbnet broken

2005-03-04 Thread David Brownell
OK, based on the descriptors you sent it seems that the issue is that your C860 is telling different lies about its standards conformance than the other Zaurii ... so the code to properly handle the "I support CDC Ethernet" lie (which changed in 2.6.11 to fix a bug) won't handle the "I support CDC

[linux-usb-devel] Delayed Mail (still being retried)

2005-03-04 Thread Mail Delivery System
This is the Postfix program at host gear.torque.net. # THIS IS A WARNING ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. # Your message could not be delivered f

[linux-usb-devel] [PATCH as483] Prevent hub driver interference during port reset

2005-03-04 Thread Alan Stern
Greg: This patch causes the hub driver to ignore ports that are being reset by another driver. Without this protection khubd will sometimes notice that the port is behaving funny while the reset is taking place and will unilaterally disconnect it, which is not what we want. Alan Stern Signed-

[linux-usb-devel] [PATCH as481] g_file_storage: add configuration and interface strings

2005-03-04 Thread Alan Stern
Greg: This patch adds iConfiguration and iInterface strings to the g_file_storage driver (just to spiff it up and help in testing software that looks at those strings). It also enlarges the space reserved for the Manufacturer string, since combinations of long kernel names and long UDC driver nam

[linux-usb-devel] [BK PATCH] I2C patches for 2.6.11

2005-03-04 Thread Greg KH
Hi, Here is a I2C update for 2.6.11. It includes a number of fixes, and some new i2c drivers. All of these patches have been in the past few -mm releases. Please pull from: bk://kernel.bkbits.net/gregkh/linux/i2c-2.6 Patches will be posted to linux-kernel and sensors as a follow-up thr

Re: [linux-usb-devel] isp116x-hcd driver with 2.6.11, bugs in sl811-hcd?

2005-03-04 Thread David Brownell
On Friday 04 March 2005 5:32 am, Ian Campbell wrote: > > There seem to be a few strange things about the sl811 driver that I > don't understand, and the changelog says compile tested only so I'll > bring them up here, and CC you David, since your name is in the > signed-off-by. Yes, and you might

[linux-usb-devel] isp116x-hcd: 2.6.10 update, 2.6.11 plans

2005-03-04 Thread Olav Kongas
Hi, I have finally put up the possibly last version of the isp116x driver for 2.6.10: http://www.artecdesign.ee/~ok/isp116x/ A week ago I discussed off-list with David of how to proceed with the driver. First I will try to improve the suspend/resume support, which exists currently only for ports

Re: [linux-usb-devel] Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-04 Thread michel Xhaard
Le Jeudi 3 Mars 2005 16:29, Adrian Bunk a écrit : > On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote: > > Scrive Adrian Bunk <[EMAIL PROTECTED]>: > > > I noticed the following regarding the drivers/usb/media/ov511.c driver: > > > >

[linux-usb-devel] Re: usb_probe_interface question

2005-03-04 Thread Alan Stern
On Fri, 4 Mar 2005, zhougoal wrote: > Hello,everybody! > > I am a linux-usb user,and now I am reading the linux-usb code > .Just now I got a question.Anyone Can help me ? > > I found the usb_probe_interface is the first entry to probe my > device,is it correct? That's right. > And

Re: [linux-usb-devel] Linux 2.6.x stops polling for data on bulk pipe

2005-03-04 Thread David Brownell
On Thursday 03 March 2005 6:25 am, Steve Hosgood wrote: > On Wed, 2005-03-02 at 18:28, David Brownell wrote: > > OK, then this looks weird. Can you see if this patch helps > > at all? It shouldn't matter, but this test is more direct > > and so it should catch cases where the hardware isn't quite

Re: [linux-usb-devel] usb-storage: speed inconsistent, disconnect, oops

2005-03-04 Thread Alan Stern
On Wed, 2 Mar 2005, David Brownell wrote: > On Tuesday 01 March 2005 4:22 pm, Gerd v. Egidy wrote: > > > Status code -121; transferred 64525/65536 > > Status code -104; transferred 0/13 > > Status code -71; transferred 3584/65536 > > ... > > with only one disconnect in the log. What do the differ

Re: [linux-usb-devel] 2.6.11-rc3-bk5, oops in scsi_try_bus_reset

2005-03-04 Thread Olaf Hering
On Wed, Mar 02, Alan Stern wrote: > This is a known bug in the way the SCSI midlayer interacts with the driver > model core. It's not related to usb-storage or the patch you've been > trying out. You can unblock the rmmod process by unplugging the device. you are right, happens also with the v

Re: [linux-usb-devel] [2.6 patch] remove drivers/usb/image/hpusbscsi.c

2005-03-04 Thread Pasi Savolainen
* Oliver Neukum <[EMAIL PROTECTED]>: > Am Donnerstag, 3. März 2005 14:38 schrieb Adrian Bunk: >> USB_HPUSBSCSI was marked as BROKEN in 2.6.11 since libsane is the >> preferred way to access these devices. > > That is true only if you limit yourself to users of SANE. > Other, rarer scan systems lik

Re: [linux-usb-devel] 2.6.11: usbnet broken

2005-03-04 Thread David Brownell
On Thursday 03 March 2005 12:26 am, Holger Klawitter wrote: > Hi David, > > > > If the problem is just that the driver isn't loaded, but works if it's > > modprobed by hand (or statically linked), then it's a hotplug problem. > > Likely the same one that prevents _real_ CDC Ethernet devices from

[linux-usb-devel] Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-04 Thread Adrian Bunk
On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote: > Scrive Adrian Bunk <[EMAIL PROTECTED]>: > > > I noticed the following regarding the drivers/usb/media/ov511.c driver: > ^^^ > > - it's not updated compared to upstream:

[linux-usb-devel] USB isochronous transfer in Linux-2.4

2005-03-04 Thread ramprasad
Dear all, I am implementing a video capture driver for one of our camcorders through its USB interface. I have to capture data through isochronous endpoints (Maxpkt size = 500) in Linux kernel 2.4.20-8. I am allocating URB with usb_alloc_urb(num_of_pkts), where num_of_pkts = 80, initializi

Re: [linux-usb-devel] A garmin USB GPS packet is missing one byte.

2005-03-04 Thread U. George
From last nights run, it appears that only 63 of the 64bytes in the garmin gps data packet is transmitted. The checksum, insures that the packet arrived as transmitted. So I suppose, with some high confidence, that the Garmin Gps/USB really sent 63bytes, rather that 64 bytes with a 1 in 64k cha

Re: [linux-usb-devel] Help with Linksys USB200M

2005-03-04 Thread raray
> > On Mon, 2005-02-28 at 11:49 -0600, [EMAIL PROTECTED] wrote: > > > > > I don't have access to a machine running Windows. > > > But, I took the device to the office today and tried it on a machine > > > running FC2 also. It worked flawlessly. Here at home I'm connecting to > > > RoadRunner (high

[linux-usb-devel] [PATCH] drivers/usb/core/usb.c: add MODNAME env var to hotplug

2005-03-04 Thread Roman Kagan
Hi, The patch below adds MODNAME environment variable to usb hotplug callout, allowing for its straightforward use with modprobe. The patch expects a matching change in scripts/mod/file2alias.c I sent to linux-hotplug-devel list a few days ago (i.e. puts bcdDevice in MODNAME as d, rather th

Re: [linux-usb-devel] usb-storage: speed inconsistent, disconnect, oops

2005-03-04 Thread Gerd v. Egidy
Hi Dave, > Smells to me like a non-EHCI bug; especially in that case. where do you think the bug is - if not in ehci? > But if you want to try a lower level patch, [1] might be > of interest. The issue it's trying to address could kick > in through usb-storage on systems with gobs of idle memor

Re: [linux-usb-devel] struct urb next pointer

2005-03-04 Thread David Brownell
On Thursday 03 March 2005 12:03 am, Jan Zwiegers wrote: > David Brownell wrote: > >On Wednesday 02 March 2005 4:53 am, Jan Zwiegers wrote: > > >>Can anybody maybe tell me where this pointer moved to, or was it > >>removed. > > > >That "automagic resubmit" mechanism has been gone for some time now

Re: [linux-usb-devel] Lock up of Ehci_hcd module

2005-03-04 Thread Alan Stern
On Thu, 3 Mar 2005, Sven Lösekann wrote: > Hello, > > I want to report a problem with the ehci_hcd module. The Chipset is SiS > 741 and SiS 963L Southbridge. My kernel is a vanilla 2.6.11 but it is > the same with 2.6.10. The module seems to initialize ok but locks up if > a USB 2.0 stick is c

[linux-usb-devel] USB isochronous transfer

2005-03-04 Thread ramprasad
Dear all, I am working with a USB 2.0 camcorder having isochronous endpoints. I am trying to capture data with isoc endpoints. As i am a newbie to this feild please suggest me the method used for isochronous data read in Linux-2.4.20-8. Any URL's with regard to this will also be of immense h

[linux-usb-devel] isp116x-hcd driver with 2.6.11, bugs in sl811-hcd?

2005-03-04 Thread Ian Campbell
Hi Olav, I don't know if you've done any of this already, but I rather mechanically created the two attached patches by blindly following the patches made to the sl811h driver... Not really a recipe for success I admit :-) Fortunately it does seem to work, after some tweaking. I'm not sure I see a

Re: [linux-usb-devel] Much better behaviour with a hub

2005-03-04 Thread Gerd v. Egidy
Hi Samuel, > When issuing a command which I knew produced the errors, I got the surprise > to see that no usb reset happened when the transfers were made through the > hub. I tested it several times, enough so that in the previous > configuration it would have made at least an error, and nothing.

[linux-usb-devel] Re:

2005-03-04 Thread support
Электронные рассылки - это, прежде всего донесение рекламы до высокодоходной, активной, инновационной части целевой аудитории. Заинтересовало? +7 905_203_90_72 +7 905_144_53_18 http://8811.ws linux-usb-devel@lists.sourceforge.net To unsubscribe, use the

Re: [linux-usb-devel] usb-storage: speed inconsistent, disconnect, oops

2005-03-04 Thread Gerd v. Egidy
On Friday 04 March 2005 01:27, you wrote: > On Thursday 03 March 2005 1:42 pm, Gerd v. Egidy wrote: > > Hi Dave, > > > > > Smells to me like a non-EHCI bug; especially in that case. > > > > where do you think the bug is - if not in ehci? > > Unclear. Did you say you'd tried this with a non-VIA con

Re: [linux-usb-devel] usb-storage: speed inconsistent, disconnect, oops

2005-03-04 Thread David Brownell
On Thursday 03 March 2005 1:42 pm, Gerd v. Egidy wrote: > Hi Dave, > > > Smells to me like a non-EHCI bug; especially in that case. > > where do you think the bug is - if not in ehci? Unclear. Did you say you'd tried this with a non-VIA controller? The VIA EHCI 0.95 has always been problematic.

RE: [linux-usb-devel] ohci_hcd problem when device removed

2005-03-04 Thread Bryan Althouse
Thank you. Compulabs has just sent me a patched version of ohci_hcd.c to replace the one in the kernel. This did the trick. Before I had this file, I also tried a 2.4.26 kernel. It also works properly. Bryan -Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Frida

[linux-usb-devel] bugs in drivers/usb/serial/mct_u232.c

2005-03-04 Thread Hansjoerg Lipp
Hi, I found minor bugs in mct_u232.c; patch is attached. As I don't have such a device, someone should have a look at it. Regards, Hansjoerg diff -urp linux-2.6.11.orig/drivers/usb/serial/mct_u232.c linux-2.6.11/drivers/usb/serial/mct_u232.c --- linux-2.6.11.orig/drivers/usb/serial/mct_u232.c

[linux-usb-devel] Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-04 Thread Luca Risolia
Scrive Adrian Bunk <[EMAIL PROTECTED]>: > On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote: > > Scrive Adrian Bunk <[EMAIL PROTECTED]>: > > > > > I noticed the following regarding the drivers/usb/media/ov511.c driver: > > ^^