summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2013-10-24 07:43:35 +0000
committerhselasky <hselasky@FreeBSD.org>2013-10-24 07:43:35 +0000
commitf15d281428aaade7000ee358c88389011c7398b8 (patch)
tree4c9563a93d69705bb0b80a70cd2b5bf7853346f9
parent110ec3f7e38eb87529f8a17b5e5a207378bce219 (diff)
downloadFreeBSD-src-f15d281428aaade7000ee358c88389011c7398b8.zip
FreeBSD-src-f15d281428aaade7000ee358c88389011c7398b8.tar.gz
MFC r256500:
Add new USB ID. PR: usb/182936 Approved by: re (Xin LI) Obtainedrom:
-rw-r--r--sys/dev/usb/usbdevs1
-rw-r--r--sys/dev/usb/wlan/if_run.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index e6a32ae..32815f2 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1259,6 +1259,7 @@ product BELKIN F5D8055V2 0x825b F5D8055 v2
product BELKIN F5D9050V3 0x905b F5D9050 ver 3 Wireless Adapter
product BELKIN2 F5U002 0x0002 F5U002 Parallel printer
product BELKIN F6D4050V1 0x935a F6D4050 v1
+product BELKIN F6D4050V2 0x935b F6D4050 v2
/* Billionton products */
product BILLIONTON USB100 0x0986 USB100N 10/100 FastEthernet
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c
index 5b4587f..985c4a7 100644
--- a/sys/dev/usb/wlan/if_run.c
+++ b/sys/dev/usb/wlan/if_run.c
@@ -147,6 +147,7 @@ static const STRUCT_USB_HOST_ID run_devs[] = {
RUN_DEV(BELKIN, F5D8055),
RUN_DEV(BELKIN, F5D8055V2),
RUN_DEV(BELKIN, F6D4050V1),
+ RUN_DEV(BELKIN, F6D4050V2),
RUN_DEV(BELKIN, RT2870_1),
RUN_DEV(BELKIN, RT2870_2),
RUN_DEV(CISCOLINKSYS, AE1000),
OpenPOWER on IntegriCloud