Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 19:49:11 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272764 - head/sys/dev/usb/net
Message-ID:  <201410081949.s98JnBwp074243@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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[] = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410081949.s98JnBwp074243>