svn commit: r281183 - in head/sys/dev/usb: . net

Kevin Lo kevlo at FreeBSD.org
Tue Apr 7 01:47:37 UTC 2015


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 */


More information about the svn-src-head mailing list