NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/45591: cdce attaches to OpenMoko Freerunner, fails, attaches 2nd instance, neither works



The following reply was made to PR kern/45591; it has been noted by GNATS.

From: Wolfgang Solfrank <Wolfgang%Solfrank.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: jdbaker%mylinuxisp.com@localhost, kern-bug-people%netbsd.org@localhost, 
 gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/45591: cdce attaches to OpenMoko Freerunner, fails, attaches
 2nd instance, neither works
Date: Sat, 12 Nov 2011 13:20:17 +0100

 This is a multi-part message in MIME format.
 --------------080906030005000506090207
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 could you try to comment out the entry in the cdce_devs array that
 tries to do some special handling of that gadget?  You may use the
 attached patch for this.
 
 Ciao,
 Wolfgang
 -- 
 Wolfgang%Solfrank.net@localhost                                Wolfgang 
Solfrank
 
 --------------080906030005000506090207
 Content-Type: text/plain;
  name="diffs"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="diffs"
 
 Index: sys/dev/usb/if_cdce.c
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/usb/if_cdce.c,v
 retrieving revision 1.33
 diff -u -r1.33 if_cdce.c
 --- sys/dev/usb/if_cdce.c      7 Jun 2011 05:46:00 -0000       1.33
 +++ sys/dev/usb/if_cdce.c      12 Nov 2011 12:16:54 -0000
 @@ -100,7 +100,9 @@
    {{ USB_VENDOR_GMATE, USB_PRODUCT_GMATE_YP3X00 }, CDCE_NO_UNION },
    {{ USB_VENDOR_MOTOROLA2, USB_PRODUCT_MOTOROLA2_USBLAN }, CDCE_ZAURUS | 
CDCE_NO_UNION },
    {{ USB_VENDOR_MOTOROLA2, USB_PRODUCT_MOTOROLA2_USBLAN2 }, CDCE_ZAURUS | 
CDCE_NO_UNION },
 +#if 0
    {{ USB_VENDOR_NETCHIP, USB_PRODUCT_NETCHIP_ETHERNETGADGET }, CDCE_NO_UNION 
},
 +#endif
    {{ USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2501 }, CDCE_NO_UNION },
    {{ USB_VENDOR_SHARP, USB_PRODUCT_SHARP_SL5500 }, CDCE_ZAURUS },
    {{ USB_VENDOR_SHARP, USB_PRODUCT_SHARP_A300 }, CDCE_ZAURUS | CDCE_NO_UNION 
},
 
 --------------080906030005000506090207--
 


Home | Main Index | Thread Index | Old Index