summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/run.41
-rw-r--r--sys/dev/usb/usbdevs1
-rw-r--r--sys/dev/usb/wlan/if_run.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man4/run.4 b/share/man/man4/run.4
index 6a70d1c..f2fa809 100644
--- a/share/man/man4/run.4
+++ b/share/man/man4/run.4
@@ -120,6 +120,7 @@ driver supports the following wireless adapters:
.It Belkin F6D4050 ver 1
.It Buffalo WLI-UC-AG300N
.It Buffalo WLI-UC-G300N
+.It Buffalo WLI-UC-G301N
.It Buffalo WLI-UC-GN
.It Corega CG-WLUSB2GNL
.It Corega CG-WLUSB2GNR
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index b9a958c..4ff8967 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2157,6 +2157,7 @@ product MELCO WLIUCG 0x0137 WLI-UC-G
product MELCO RT2870_1 0x0148 RT2870
product MELCO RT2870_2 0x0150 RT2870
product MELCO WLIUCGN 0x015d WLI-UC-GN
+product MELCO WLIUCG301N 0x016f WLI-UC-G301N
/* Merlin products */
product MERLIN V620 0x1110 Merlin V620
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c
index 9d3ba6f..6366db0 100644
--- a/sys/dev/usb/wlan/if_run.c
+++ b/sys/dev/usb/wlan/if_run.c
@@ -210,6 +210,7 @@ static const struct usb_device_id run_devs[] = {
RUN_DEV(MELCO, RT2870_2),
RUN_DEV(MELCO, WLIUCAG300N),
RUN_DEV(MELCO, WLIUCG300N),
+ RUN_DEV(MELCO, WLIUCG301N),
RUN_DEV(MELCO, WLIUCGN),
RUN_DEV(MOTOROLA4, RT2770),
RUN_DEV(MOTOROLA4, RT3070),
OpenPOWER on IntegriCloud