Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 01:19:22 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324095 - in head/sys/dev/usb: . net
Message-ID:  <201709290119.v8T1JMKg058508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Fri Sep 29 01:19:22 2017
New Revision: 324095
URL: https://svnweb.freebsd.org/changeset/base/324095

Log:
  Add ThinkPad USB 3.0 Ethernet Adapter.
  
  Submitted by:	jh

Modified:
  head/sys/dev/usb/net/if_ure.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/net/if_ure.c
==============================================================================
--- head/sys/dev/usb/net/if_ure.c	Fri Sep 29 00:01:06 2017	(r324094)
+++ head/sys/dev/usb/net/if_ure.c	Fri Sep 29 01:19:22 2017	(r324095)
@@ -67,6 +67,7 @@ SYSCTL_INT(_hw_usb_ure, OID_AUTO, debug, CTLFLAG_RWTUN
  */
 static const STRUCT_USB_HOST_ID ure_devs[] = {
 #define	URE_DEV(v,p,i)	{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
+	URE_DEV(LENOVO, RTL8153, 0),
 	URE_DEV(REALTEK, RTL8152, URE_FLAG_8152),
 	URE_DEV(REALTEK, RTL8153, 0),
 #undef URE_DEV

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Fri Sep 29 00:01:06 2017	(r324094)
+++ head/sys/dev/usb/usbdevs	Fri Sep 29 01:19:22 2017	(r324095)
@@ -2703,6 +2703,7 @@ product LEADTEK 9531		0x2101	9531 GPS
 /* Lenovo products */
 product LENOVO GIGALAN		0x304b	USB 3.0 Ethernet
 product LENOVO ETHERNET		0x7203	USB 2.0 Ethernet
+product LENOVO RTL8153		0x7205	USB 3.0 Ethernet
 
 /* Lexar products */
 product LEXAR JUMPSHOT		0x0001	jumpSHOT CompactFlash Reader



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