lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 16 Jul 2007 18:30:27 -0400
From:	Jeff Garzik <jeff@...zik.org>
To:	jing xiang <everxiang@...il.com>
CC:	netdev@...r.kernel.org, linux-usb-devel@...ts.sourceforge.net,
	greg@...ah.com, David Brownell <david-b@...bell.net>
Subject: Re: [linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product
 ID

jing xiang wrote:
> This patch is for cdc subset to support Mavell vendor/product ID.
> 
> Signed-off-by: Jing Xiang <everxiang@...il.com>
> 
> --- linux-2.6.21.5/drivers/usb/net/cdc_subset.c.orig    2007-07-14
> 13:57:37.543028144 +0800
> +++ linux-2.6.21.5/drivers/usb/net/cdc_subset.c 2007-07-14
> 13:58:30.521974120 +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,
> +}, {

driver has moved to drivers/net/usb.  applied manually


-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ