Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 01:47:36 +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: r281183 - in head/sys/dev/usb: . net
Message-ID:  <201504070147.t371laH1098281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Tue Apr  7 01:47:36 2015
New Revision: 281183
URL: https://svnweb.freebsd.org/changeset/base/281183

Log:
  Add Lenovo ThinkPad OneLink GigaLAN.
  
  PR:	199184
  Submitted by:	Robin Karlsson

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

Modified: head/sys/dev/usb/net/if_axge.c
==============================================================================
--- head/sys/dev/usb/net/if_axge.c	Tue Apr  7 01:17:49 2015	(r281182)
+++ head/sys/dev/usb/net/if_axge.c	Tue Apr  7 01:47:36 2015	(r281183)
@@ -67,6 +67,7 @@ static const STRUCT_USB_HOST_ID axge_dev
 	AXGE_DEV(ASIX, AX88178A),
 	AXGE_DEV(ASIX, AX88179),
 	AXGE_DEV(DLINK, DUB1312),
+	AXGE_DEV(LENOVO, GIGALAN),
 	AXGE_DEV(SITECOMEU, LN032),
 #undef AXGE_DEV
 };

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue Apr  7 01:17:49 2015	(r281182)
+++ head/sys/dev/usb/usbdevs	Tue Apr  7 01:47:36 2015	(r281183)
@@ -2627,6 +2627,7 @@ product LARSENBRUSGAARD ALTITRACK	0x0001
 product LEADTEK 9531		0x2101	9531 GPS
 
 /* Lenovo products */
+product LENOVO GIGALAN		0x304b	USB 3.0 Ethernet
 product LENOVO ETHERNET		0x7203	USB 2.0 Ethernet
 
 /* Lexar products */



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