[PATCH] USB: new usbnet device id

On Thu, Apr 14, 2005 at 11:06:21PM +0400, Sergey Vlasov wrote:
> http://thread.gmane.org/gmane.linux.usb.devel/32977
>
> (see "[PATCH] N/3 cdc acm errors").
>
> You also need this driver core fix:
>
> http://thread.gmane.org/gmane.linux.usb.devel/33132

I reproduced the same oops while trying to execute at+mode=99, it would
be nice to get these fix merged since I believe it's still needed to
connect the laptop over gprs (something I didn't test yet).

This further patch will allow you to connect via usbnet, Greg could you
apply? Thanks!

Signed-off-by: Andrea Arcangeli <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

---
commit b9ab0746a53b9cd5c64e179a1c13952f0ae80e64
tree 60d2d55256c537b0aed3bae07fb84ac4b08d98df
parent 3b86b2028c4de998978baae780edfc36995bebc5
author Andrea Arcangeli <[EMAIL PROTECTED]> 1115066875 +0200
committer Greg KH <[EMAIL PROTECTED]> 1115188310 -0700

Index: drivers/usb/net/usbnet.c
===================================================================
--- 494299fb27050eb76e6fd011c4c9c74720ccb367/drivers/usb/net/usbnet.c  
(mode:100644 sha1:a45ea7c97356eed90b8d6595f639ae7c3c809811)
+++ 60d2d55256c537b0aed3bae07fb84ac4b08d98df/drivers/usb/net/usbnet.c  
(mode:100644 sha1:f6bc6b3b333ca8a8f0f032ddf86d1cf86ed3df19)
@@ -4071,6 +4071,9 @@
        USB_DEVICE (0x8086, 0x07d3),    // "blob" bootloader
        .driver_info =  (unsigned long) &blob_info,
 }, {
+       USB_DEVICE (0x22b8, 0x600c),    // USBNET Motorola E680
+       .driver_info =  (unsigned long) &linuxdev_info,
+}, {
        // Linux Ethernet/RNDIS gadget on pxa210/25x/26x
        // e.g. Gumstix, current OpenZaurus, ...
        USB_DEVICE_VER (0x0525, 0xa4a2, 0x0203, 0x0203),



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to