svn commit: r272764 - head/sys/dev/usb/net

Gavin Atkinson gavin at FreeBSD.org
Wed Oct 8 19:49:11 UTC 2014


Author: gavin
Date: Wed Oct  8 19:49:10 2014
New Revision: 272764
URL: https://svnweb.freebsd.org/changeset/base/272764

Log:
  It looks like an entry for the R215 is not required in cdce(4) after all.

Modified:
  head/sys/dev/usb/net/if_cdce.c

Modified: head/sys/dev/usb/net/if_cdce.c
==============================================================================
--- head/sys/dev/usb/net/if_cdce.c	Wed Oct  8 17:44:30 2014	(r272763)
+++ head/sys/dev/usb/net/if_cdce.c	Wed Oct  8 19:49:10 2014	(r272764)
@@ -273,7 +273,6 @@ static const struct usb_ether_methods cd
 
 static const STRUCT_USB_HOST_ID cdce_switch_devs[] = {
 	{USB_VPI(USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E3272_INIT, MSC_EJECT_HUAWEI2)},
-	{USB_VPI(USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_R215_INIT, MSC_EJECT_HUAWEI2)},
 };
 
 static const STRUCT_USB_HOST_ID cdce_host_devs[] = {


More information about the svn-src-head mailing list