USB patches against 2.4.0-test1-ac5 on May 26:

1.  Vojtech:  input-1.0.diff  (on luml)
2.  Vojtech:  input-1.1.diff  (on luml)

against 2.4.0-test1-ac7 on May 31:

3.  rdunlap:  uss720probe.diff (attached)
4.  JE:  hub-errors.patch  (on luml)

~Randy
-- 
___________________________________________________
|Randy Dunlap     Intel Corp., DAL    Sr. SW Engr.|
|randy.dunlap.at.intel.com            503-696-2055|
|NOTE:  Any views presented here are mine alone   |
|and may not represent the views of my employer.  |
|_________________________________________________|
--- usb-orig/uss720.c   Mon May  8 15:48:18 2000
+++ usb/uss720.c        Fri May 26 14:42:32 2000
@@ -546,13 +546,13 @@
        struct parport *pp;
        int i;
 
-       printk(KERN_DEBUG "uss720: probe: vendor id 0x%x, device id 0x%x\n",
-              usbdev->descriptor.idVendor, usbdev->descriptor.idProduct);
-
        if ((usbdev->descriptor.idVendor != 0x047e || usbdev->descriptor.idProduct != 
0x1001) &&
            (usbdev->descriptor.idVendor != 0x0557 || usbdev->descriptor.idProduct != 
0x2001) &&
            (usbdev->descriptor.idVendor != 0x0729 || usbdev->descriptor.idProduct != 
0x1284))
                return NULL;
+
+       printk(KERN_DEBUG "uss720: probe: vendor id 0x%x, device id 0x%x\n",
+              usbdev->descriptor.idVendor, usbdev->descriptor.idProduct);
 
        /* our known interfaces have 3 alternate settings */
        if (usbdev->actconfig->interface[ifnum].num_altsetting != 3)

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

Reply via email to