summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2021-12-30 15:09:50 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2021-12-30 15:09:50 +0000
commitf24782a8e1bbf89e513aac310ffafcb9a9f9c75b (patch)
treeecc49c803907b8c09a514ef3b703ddf59c92e0d7 /sys/dev/usb
parenta01b686919dc67b523b6d0436687c3223da50ae1 (diff)
Add Xiaomi MiniWif to list of devices supported by mtw(4).
Works for me on amd64. ok hastings@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_mtw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_mtw.c b/sys/dev/usb/if_mtw.c
index 66dfbb41fde..4c11ab16769 100644
--- a/sys/dev/usb/if_mtw.c
+++ b/sys/dev/usb/if_mtw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mtw.c,v 1.2 2021/12/24 06:53:18 hastings Exp $ */
+/* $OpenBSD: if_mtw.c,v 1.3 2021/12/30 15:09:49 kevlo Exp $ */
/*
* Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr>
* Copyright (c) 2013-2014 Kevin Lo
@@ -82,6 +82,7 @@ static const struct usb_devno mtw_devs[] = {
USB_ID(RALINK, MT7601_3),
USB_ID(RALINK, MT7601_4),
USB_ID(RALINK, MT7601_5),
+ USB_ID(XIAOMI, MT7601U),
};
int mtw_match(struct device *, void *, void *);