[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200707061343.35969.david-b@pacbell.net>
Date: Fri, 6 Jul 2007 13:43:35 -0700
From: David Brownell <david-b@...bell.net>
To: "jing xiang" <everxiang@...il.com>
Cc: netdev@...r.kernel.org, linux-usb-devel@...ts.sourceforge.net,
greg@...ah.com
Subject: Re: [linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product ID
On Friday 06 July 2007, jing xiang wrote:
> Hi,
>
> This patch is for cdc subset to support Mavell vendor/product ID.
>
> Jing Xiang
>
> Signed-off-by: Jing Xiang<everxiang@...il.com>
Acked-by: David Brownell <dbrownell@...rs.sourceforge.net>
>
> diff -uNpr linux-2.6.21.5/driver/usb/net/cdc_subset.c
> linux-2.6.21.5.t/driver/usb/net/cdc_subset.c
> --- linux-2.6.21.5/driver/usb/net/cdc_subset.c 2007-06-14
> 18:34:05.000000000 +0800
> +++ linux-2.6.21.5.t/driver/usb/net/cdc_subset.c 2007-06-28
> 15:55:56.290598304 +0800
>
> @@ -305,6 +305,9 @@ static const struct usb_device_id produc
> USB_DEVICE (0x8086, 0x07d3), // "blob" bootloader
> .driver_info = (unsigned long) &blob_info,
> }, {
> + USB_DEVICE (0x1286, 0x8001), // "blob" bootloader
> + .driver_info = (unsigned long) &blob_info,
> +}, {
> // Linux Ethernet/RNDIS gadget on pxa210/25x/26x, second config
> // e.g. Gumstix, current OpenZaurus, ...
> USB_DEVICE_VER (0x0525, 0xa4a2, 0x0203, 0x0203),
>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists