diff options
author | hselasky <hselasky@FreeBSD.org> | 2013-03-18 07:02:58 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2013-03-18 07:02:58 +0000 |
commit | 77164fe10d3ee7bf872f7b2a726b6b200c25a3d2 (patch) | |
tree | c23fccced8e1d602e9f8adbc0e7a4b06b071d481 /sys/dev/usb/wlan/if_run.c | |
parent | 7b62f31cdf0ac5e5b9e97e38a21caf00e4897a45 (diff) | |
download | FreeBSD-src-77164fe10d3ee7bf872f7b2a726b6b200c25a3d2.zip FreeBSD-src-77164fe10d3ee7bf872f7b2a726b6b200c25a3d2.tar.gz |
Add new USB ID.
PR: usb/177013
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/wlan/if_run.c')
-rw-r--r-- | sys/dev/usb/wlan/if_run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c index dd29b40..aed07a2 100644 --- a/sys/dev/usb/wlan/if_run.c +++ b/sys/dev/usb/wlan/if_run.c @@ -211,6 +211,7 @@ static const STRUCT_USB_HOST_ID run_devs[] = { RUN_DEV(LOGITEC, RT2870_3), RUN_DEV(LOGITEC, LANW300NU2), RUN_DEV(LOGITEC, LANW150NU2), + RUN_DEV(LOGITEC, LANW300NU2S), RUN_DEV(MELCO, RT2870_1), RUN_DEV(MELCO, RT2870_2), RUN_DEV(MELCO, WLIUCAG300N), |