Oops, forgot to CC the list.

JE

----- Forwarded message from Johannes Erdfelt <[EMAIL PROTECTED]> -----

Date: Wed, 3 May 2000 18:39:13 -0400
From: Johannes Erdfelt <[EMAIL PROTECTED]>
To: David Brownell <[EMAIL PROTECTED]>
Subject: Re: [linux-usb] Help with backport & Kodak 265
X-Mailer: Mutt 0.95.4i

On Wed, May 03, 2000, David Brownell <[EMAIL PROTECTED]> wrote:
> > Although it probably won't make too much of a difference, which UHCI
> > driver are you using?
> 
> I periodically think the product ID string should say that.
> 
> Easy to fix -- pass a different string ("UHCI-alt") to
> the method that handles returning string descriptors.

Sounds like a good idea. I've attached the patch.

Randy, could you apply this?

JE

----- End forwarded message -----
--- uhci.c.old  Wed May  3 15:36:50 2000
+++ uhci.c      Wed May  3 15:38:19 2000
@@ -1889,7 +1889,7 @@
                        OK(len);
                case 0x03:      /* string descriptors */
                        len = usb_root_hub_string (wValue & 0xff,
-                               uhci->io_addr, "UHCI",
+                               uhci->io_addr, "UHCI-alt",
                                data, wLength);
                        if (len > 0) {
                                OK (min (leni, len));

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to