FreeBSD Bugzilla – Attachment 170270 Details for
Bug 209495
[ure] [patch] support for Lenovo USB-ethernet adapter USB3NETWORK
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lenovo usb device ID, quirk, and registration into ure
lenovousb3.patch (text/plain), 1.73 KB, created by
Hannes Mehnert
on 2016-05-14 07:48:23 UTC
(
hide
)
Description:
lenovo usb device ID, quirk, and registration into ure
Filename:
MIME Type:
Creator:
Hannes Mehnert
Created:
2016-05-14 07:48:23 UTC
Size:
1.73 KB
patch
obsolete
>commit c25145e8fe7ce796324fab56e384c9aa16d5f7b3 >Author: Hannes Mehnert <hannes@mehnert.org> >Date: Thu May 12 18:28:47 2016 +0100 > > lenovo usb3ethernet > >diff --git a/sys/dev/usb/net/if_ure.c b/sys/dev/usb/net/if_ure.c >index 9d7f47a..e2caeff 100644 >--- a/sys/dev/usb/net/if_ure.c >+++ b/sys/dev/usb/net/if_ure.c >@@ -68,6 +68,7 @@ SYSCTL_INT(_hw_usb_ure, OID_AUTO, debug, CTLFLAG_RWTUN, &ure_debug, 0, > static const STRUCT_USB_HOST_ID ure_devs[] = { > #define URE_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) } > URE_DEV(REALTEK, RTL8152), >+ URE_DEV(LENOVO, USB3ETHERNET), > #undef URE_DEV > }; > >diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c >index 93cb435..153e05b 100644 >--- a/sys/dev/usb/quirk/usb_quirk.c >+++ b/sys/dev/usb/quirk/usb_quirk.c >@@ -96,6 +96,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = { > USB_QUIRK(LOGITECH, UN53B, 0x0000, 0xffff, UQ_NO_STRINGS), > USB_QUIRK(REALTEK, RTL8196EU, 0x0000, 0xffff, UQ_CFG_INDEX_1), > USB_QUIRK(REALTEK, RTL8153, 0x0000, 0xffff, UQ_CFG_INDEX_1), >+ USB_QUIRK(LENOVO, USB3ETHERNET, 0x0000, 0xffff, UQ_CFG_INDEX_1), > USB_QUIRK(ELSA, MODEM1, 0x0000, 0xffff, UQ_CFG_INDEX_1), > USB_QUIRK(PLANEX2, MZKUE150N, 0x0000, 0xffff, UQ_CFG_INDEX_1), > USB_QUIRK(CISCOLINKSYS, USB3GIGV1, 0x0000, 0xffff, UQ_CFG_INDEX_1), >diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs >index e9dda0b..d47eb10 100644 >--- a/sys/dev/usb/usbdevs >+++ b/sys/dev/usb/usbdevs >@@ -2663,6 +2663,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 USB3ETHERNET 0x7205 USB 3.0 Ethernet > > /* Lexar products */ > product LEXAR JUMPSHOT 0x0001 jumpSHOT CompactFlash Reader
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209495
: 170270