[linux-usb-devel] Re: [OOPS/HACK] atmel_cs and the latest changes in sysfs/symlink.c

2004-04-23 Thread Dmitry Torokhov
On Friday 23 April 2004 01:03 pm, Greg KH wrote: > On Fri, Apr 23, 2004 at 10:19:53AM -0700, Greg KH wrote: > > On Fri, Apr 23, 2004 at 08:31:11AM -0700, Greg KH wrote: > > > > > > No, we need to oops, as that's a real bug. Can you post the whole oops > > > that was generated with this usb proble

[linux-usb-devel] Re: PROBLEM: USB unplugging disables entire USB subsystem 2.6.x

2004-04-23 Thread Alan Stern
I'm CC'ing this reply to the USB development mailing list, in the hope that other people will be able to help. On Fri, 23 Apr 2004 [EMAIL PROTECTED] wrote: > Hi, > I have a problem with getting USB "harddrive" devices to work properly > since I got my hands on a camera (Konica Revio C2). I have

[linux-usb-devel] Re: PATCH: (as258) Altsetting update for USB net drivers

2004-04-23 Thread Alan Stern
On Fri, 23 Apr 2004, Greg KH wrote: > On Thu, Apr 22, 2004 at 05:05:29PM -0400, Alan Stern wrote: > > Greg: > > > > The only driver under usb/net that needed any altsetting changes was > > usbnet. I'm not looking forward to going through all the source files > > under usb/serial. :-( > > I'll

[linux-usb-devel] Re: PATCH: (as257) Altsetting update for USB misc drivers

2004-04-23 Thread Alan Stern
On Fri, 23 Apr 2004, Greg KH wrote: > On Thu, Apr 22, 2004 at 04:29:14PM -0400, Alan Stern wrote: > > --- 1.22/drivers/usb/misc/uss720.c Thu Mar 4 11:57:51 2004 > > +++ edited/drivers/usb/misc/uss720.cThu Apr 22 16:08:37 2004 > > @@ -553,7 +553,7 @@ > > i = usb_set_interface(usbdev,

[linux-usb-devel] Delivery Status Notification (Failure)

2004-04-23 Thread postmaster
This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Reporting-MTA: dns;HQ-EXFE3.ptcnet.ptc.com Received-From-MTA: dns;mxrelay.ptc.com Arrival-Date: Fri, 23 Apr 2004 21:49:11 -0400 Final-Recipient: rfc822;[EMAIL

Re: [linux-usb-devel] "ipaq" usb serial driver: new VID/DID

2004-04-23 Thread Joshua Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Care to make up a patch? Ah, -ENOPATCH. If I get a chance later tonight I'll do it. jw - -- Joshua Wise | www.joshuawise.com GPG Key | 0xEA80E0B3 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQFAia0YPn9tWOqA4LMRAtjZAKCN

[linux-usb-devel] Re: PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-23 Thread Greg KH
On Tue, Apr 20, 2004 at 11:42:41AM -0400, Alan Stern wrote: > Greg: > > Following a suggestion of David Brownell's I have decided to remove > support for the URB_NO_INTERRUPT flag in the UHCI driver. The overall > effect of the flag is to reduce the number of interrupts, thereby > improving throu

[linux-usb-devel] Re: PATCH: (as258) Altsetting update for USB net drivers

2004-04-23 Thread Greg KH
On Thu, Apr 22, 2004 at 05:05:29PM -0400, Alan Stern wrote: > Greg: > > The only driver under usb/net that needed any altsetting changes was > usbnet. I'm not looking forward to going through all the source files > under usb/serial. :-( I'll go through those, you don't have to worry about them

[linux-usb-devel] Re: PATCH: (as254) Cosmetic improvements for the UHCI driver

2004-04-23 Thread Greg KH
On Thu, Apr 22, 2004 at 12:05:37PM -0400, Alan Stern wrote: > Greg: > > This patch makes a few minor improvements to the appearance of the UHCI > driver. Please apply. Applied, thanks. greg k-h --- This SF.net email is sponsored by: The Rob

[linux-usb-devel] Re: PATCH: (as256) Altsetting updates for USB media drivers

2004-04-23 Thread Greg KH
On Thu, Apr 22, 2004 at 12:23:50PM -0400, Alan Stern wrote: > Greg: > > This patch implements the new altsetting regime for the drivers under > usb/media. Not much needed to be changed. I'm unable to test any of the > changes, but at least they compile all right (except that I didn't even > try

[linux-usb-devel] Re: PATCH: (as257) Altsetting update for USB misc drivers

2004-04-23 Thread Greg KH
On Thu, Apr 22, 2004 at 04:29:14PM -0400, Alan Stern wrote: > --- 1.22/drivers/usb/misc/uss720.cThu Mar 4 11:57:51 2004 > +++ edited/drivers/usb/misc/uss720.c Thu Apr 22 16:08:37 2004 > @@ -553,7 +553,7 @@ > i = usb_set_interface(usbdev, intf->altsetting->desc.bInterfaceNumber, 2); >

Re: [linux-usb-devel] "ipaq" usb serial driver: new VID/DID

2004-04-23 Thread Greg KH
On Fri, Apr 23, 2004 at 06:19:46PM -0400, Joshua Wise wrote: > > Can the maintainer of the ipaq usb serial driver add support for the vid/did > combination "/B007"? (Experimental VID; "B007" == BOOT == iPAQ Linux > Bootloader) Care to make up a patch? > If possible, it'd also be nice for u

[linux-usb-devel] Re: ftdi driver(usb-serial framework) + minicom issue

2004-04-23 Thread Pete Zaitcev
On Sat, 24 Apr 2004 01:07:19 +0200 (CEST) Jan Capek <[EMAIL PROTECTED]> wrote: > There it is, let me know what you think. This is what I wrote for 2.4.x > kernel, it should apply cleanly against the latest 2.4.27-pre1. OK at first glance, but one note: > static void ftdi_set_termios (struct usb

[linux-usb-devel] Re: [PATCH 1/9] USB usbfs: take a reference to the usb device

2004-04-23 Thread Greg KH
On Wed, Apr 14, 2004 at 12:29:26PM +0200, Duncan Sands wrote: > Hi Greg, this is the first of a series of patches that replace the > per-file semaphore ps->devsem with the per-device semaphore > ps->dev->serialize. The role of devsem was to protect against > device disconnection. This can be done

Re: [linux-usb-devel] RNDIS gadget driver

2004-04-23 Thread David Meggy
On Fri, 2004-04-23 at 15:41, David Brownell wrote: > Looks like good progress... :) slowly but surely > Did you make sure to set both ends of the link up in compatible > ways ... like being the only two hosts on 192.168.4.* and with > netmask 255.255.255.0? (Or something similar, not necessaril

Re: [linux-usb-devel] ftdi driver(usb-serial framework) + minicom issue

2004-04-23 Thread Jan Capek
There it is, let me know what you think. This is what I wrote for 2.4.x kernel, it should apply cleanly against the latest 2.4.27-pre1. Jan --- linux-2.4.27-pre1/drivers/usb/serial/ftdi_sio.h 2004-04-22 23:16:51.0 +0200 +++ linux-2.4.27-pre1-jc/drivers/usb/serial/ftdi_sio.h 2004-04-

[linux-usb-devel] Ok.. I am not good at explaining things.. Two USB sound cards cause all applications to randomly core dump.

2004-04-23 Thread stoddardr
I think my biggest problem is my trouble explaining things. I sent this to the ALSA group and they say it could be USB drivers. This is copied from the ALSA bugtrak archive. When I plug to USB sound cards into my VIA (Avertec 3150H) based laptop or (HP Pavillion 305w) desktop, and I begin using th

[linux-usb-devel] Re: [patch 2.6.6] khubd fixes

2004-04-23 Thread Greg KH
On Wed, Apr 21, 2004 at 01:00:00PM -0700, David Brownell wrote: > This goes on top of the other enumeration patch I just sent, > to handle some dubious and/or broken hub configurations better. > > Please merge. Applied, thanks. greg k-h --- T

[linux-usb-devel] Re: [patch 2.6.6] re-factor enumeration logic

2004-04-23 Thread Greg KH
On Wed, Apr 21, 2004 at 12:59:02PM -0700, David Brownell wrote: > This is an update to some patches from the December/January > timeframe, which will help sort out some of the mess for > drivers that need to use the reset logic. It's one of the > last significant patches in my gadget-2.6 tree that

[linux-usb-devel] Re: [patch 2.6.6] usbtest, smp unlink modes

2004-04-23 Thread Greg KH
On Wed, Apr 21, 2004 at 11:28:13AM -0700, David Brownell wrote: > This handles some SMP unlink modes properly. Please merge. Applied, thanks. greg k-h --- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time

Re: [linux-usb-devel] RNDIS gadget driver

2004-04-23 Thread David Brownell
Looks like good progress... David Meggy wrote: I didn't have the rndis.c debug on with the debug parameter turned on I also had another login open running tcpdump -i usb0, but it showed nothing happening here is a dump Using /lib/modules/2.4.25-vrs2.rndis/kernel/drivers/usb/gadget/n9604.o ~ # mod

[linux-usb-devel] "ipaq" usb serial driver: new VID/DID

2004-04-23 Thread Joshua Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Can the maintainer of the ipaq usb serial driver add support for the vid/did combination "/B007"? (Experimental VID; "B007" == BOOT == iPAQ Linux Bootloader) If possible, it'd also be nice for us to choose to use 1kbyte packets (ie, not

Re: [linux-usb-devel] RNDIS gadget driver

2004-04-23 Thread David Meggy
On Wed, 2004-04-21 at 21:46, David Brownell wrote: > Are you sure control-OUT works for your n9604_udc driver? More sure now. > You should be able to use "gadget zero" on that hardware > with "usbtest" from a Linux 2.6 host ... one testcase > gives a pretty good workout to ep0out, run it all day

[linux-usb-devel] Re: PATCH: (as250) Eliminate dead code from the UHCI driver

2004-04-23 Thread Greg KH
On Mon, Apr 19, 2004 at 03:34:17PM -0400, Alan Stern wrote: > Greg: > > I'm not sure what this piece of code is doing in the UHCI driver. It > looks like someone envisioned queuing several URBs for the same endpoint > simultaneously. Anyway, the driver can't do that and this code can never >

[linux-usb-devel] Re: PATCH: (as247) Implement endpoint_disable() for UHCI

2004-04-23 Thread Greg KH
On Mon, Apr 19, 2004 at 02:06:09PM -0400, Alan Stern wrote: > Greg: > > This patch implements the endpoint_disable method for the UHCI driver, as > you requested a while back. It guarantees that during unbinding events > (disconnect, configuration change, rmmod) the UHCI driver will have > fin

[linux-usb-devel] Re: PATCH: (as251) Remove unusual_devs entries for Minolta DiMAGE 7, 7Hi

2004-04-23 Thread Greg KH
On Fri, Apr 16, 2004 at 11:43:44AM -0400, Alan Stern wrote: > Greg and Pete: > > It looks safe to conclude that the unusual_devs.h entries for the Minolta > DiMAGE 7x cameras aren't needed. (Michael has tested the 7Hi and it's > definitely unnecessary.) The two other DiMAGE entries probably aren

[linux-usb-devel] Re: PATCH: (as252) unusual_devs.h update

2004-04-23 Thread Greg KH
On Mon, Apr 19, 2004 at 12:15:20PM -0400, Alan Stern wrote: > On Tue, 20 Apr 2004, Damian Ivereigh wrote: > > > Here is the output of dmesg when plugging in an IBM USB MemKey > > > > usb-storage: This device (0a16,,0100 S 06 P 50) has unneeded SubClass and > > Protocol entries in unusual_dev

[linux-usb-devel] Re: [Fwd: [patch 2.6.5] RNDIS/Ethernet Gadget Driver (0/2)]

2004-04-23 Thread David Brownell
Alex Sanks wrote: For the record I was running XP Pro SP1. Also, things got kind of flaky later on. It seemed to have killed something in the Windows driver handling (the device always showed up in device manager even when I unplugged it and it wouldn't re-enumerate when I moved it to various

[linux-usb-devel] Re: [OOPS/HACK] atmel_cs and the latest changes in sysfs/symlink.c

2004-04-23 Thread Greg KH
On Fri, Apr 23, 2004 at 10:19:53AM -0700, Greg KH wrote: > On Fri, Apr 23, 2004 at 08:31:11AM -0700, Greg KH wrote: > > > > No, we need to oops, as that's a real bug. Can you post the whole oops > > that was generated with this usb problem? I can't seem to duplicate > > this here. > > Nevermind

[linux-usb-devel] Re: [Fwd: [patch 2.6.5] RNDIS/Ethernet Gadget Driver (0/2)]

2004-04-23 Thread Alex Sanks
Hi Dave, David Brownell wrote: Hi Alex, I just tried this with the version pulled off the bk gadget-2.6 tree today. It worked fine for me over both full- and high-speed, except I had to swap those two VID/PID device entries in linux.inf to get it to enumerate. I haven't looked into why ther

Re: [linux-usb-devel] Does Linux EHCI driver support isochronous split transaction ???

2004-04-23 Thread David Brownell
After I plug a USB 1.1 camera on the EHCI and run the capture tool, the system was crash. While I hook it on OHCI , it works well. Does Linux EHCI driver support isochronous split transaction ??? There's some experimental support for it in recent 2.6 kernels. ... If this is truly a USB 1.1 devi

[linux-usb-devel] Re: rewritten probe() for cdc-acm

2004-04-23 Thread David Brownell
Oliver Neukum wrote: Hi David, hi listmembers, your suggestion was wise. Here's a preliminary version of a patch to rewrite of cdc-acm's probe properly evaluating the union descriptor. Cheers to Steve, whose box I crashed writing this. Hmm, what about the other two CDC ACM descriptors? They should

[linux-usb-devel] Returned mail: see transcript for details

2004-04-23 Thread Mail Delivery Subsystem
The original message was received at Fri, 23 Apr 2004 11:13:34 -0400 (EDT) from localhost [127.0.0.1] - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> (reason: 550 Host unknown) - Transcript of session follows - 550 5.1.2 <[EMAIL PROTECTED]>...

Re: [linux-usb-devel] RNDIS gadget driver

2004-04-23 Thread David Brownell
By the way, after you get past that "control OUT not working yet" issue with your new UDC driver, you might also see a problem with the original "linux.inf" I sent out. This patch should help. - Dave --- 1.1/Documentation/usb/linux.inf Tue Mar 30 16:25:48 2004 +++ edited/Documentation/usb/linu

[linux-usb-devel] Re: usb_reset_device()

2004-04-23 Thread David Brownell
Alan Stern wrote: Do you think that once your latest khubd changes are applied we can get usb_reset_device() into working shape? The necessary changes won't be very large: Yes, I do think that. Some key parts are in the gadget-2.6 tree, and I think you've listed the main remaining issues: Tho

Re: [linux-usb-devel] Does Linux EHCI driver support isochronous split transaction ???

2004-04-23 Thread Alan Stern
On Fri, 23 Apr 2004, David Brownell wrote: > AlexHuang wrote: > > Hi all, > > After I plug a USB 1.1 camera on the EHCI and run the capture tool, the > > system was crash. While I hook it on OHCI , it works well. > > Does Linux EHCI driver support isochronous split transaction ??? > > There's so

[linux-usb-devel] Re: usb_reset_device()

2004-04-23 Thread Alan Stern
On Thu, 22 Apr 2004, David Brownell wrote: > Alan Stern wrote: > > David: > > > > Do you think that once your latest khubd changes are applied we can get > > usb_reset_device() into working shape? The necessary changes won't be > > very large: > > Yes, I do think that. Some key parts are in t

Re: [linux-usb-devel] Device class driver question

2004-04-23 Thread David Brownell
Anyway, I want my system to work with normal modems as well as with my custom one. So, I have ACM support and loading my own driver. My driver looks for a specific Vendor/Device ID, whicl ACM driver looks at device class when probing. When my modem is connected, ACM driver take control every time.

Re: [linux-usb-devel] Does Linux EHCI driver support isochronous split transaction ???

2004-04-23 Thread David Brownell
AlexHuang wrote: Hi all, After I plug a USB 1.1 camera on the EHCI and run the capture tool, the system was crash. While I hook it on OHCI , it works well. Does Linux EHCI driver support isochronous split transaction ??? There's some experimental support for it in recent 2.6 kernels. It works wit

[linux-usb-devel] failure notice

2004-04-23 Thread MAILER-DAEMON
Hi. This is the qmail-send program at dkik.dk. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: Sorry, no mailbox here by that name. (#5.1.1) --- Below this line is a copy of the m

[linux-usb-devel] Undeliverable: Mail Delivery (failure dillowd@y12.doe.gov)

2004-04-23 Thread System Administrator
Your message To: [EMAIL PROTECTED] Subject: Mail Delivery (failure [EMAIL PROTECTED]) Sent:Fri, 23 Apr 2004 04:45:09 -0400 did not reach the following recipient(s): [EMAIL PROTECTED] on Fri, 23 Apr 2004 04:45:11 -0400 The recipient name is not recognized The MTS-ID of

[linux-usb-devel] Workaround found: cdc_acm: probe of 1-1:1.0 failed with error -5

2004-04-23 Thread Aleksey Nogin
I got it to work! Near the top of the acm_probe function in drivers/usb/class/cdc-acm.c, there is the following code: if (usb_interface_claimed(cfacm->interface[j]) || usb_interface_claimed(cfacm->interface[j + 1])) continue; The probe loop is only executed once (w

[linux-usb-devel] [Patch] ati_remote to add Lola remote driver

2004-04-23 Thread Seth Cohn
Here's a patch for the Lola remote. Works for me. Finally, I've found something I can contribute! Not bad for someone who isn't good with C. Seth --- 2.6.5/drivers/usb/input/ati_remote.c2004-04-22 00:26:22.0 -0700 +++ linux/drivers/usb/input/ati_remote.c2004-04-22 23:59:46