From f24782a8e1bbf89e513aac310ffafcb9a9f9c75b Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Thu, 30 Dec 2021 15:09:50 +0000 Subject: Add Xiaomi MiniWif to list of devices supported by mtw(4). Works for me on amd64. ok hastings@ --- sys/dev/usb/if_mtw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/usb') 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 * 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 *); -- cgit v1.2.3