From: kevlo Date: Thu, 30 Dec 2021 15:09:49 +0000 (+0000) Subject: Add Xiaomi MiniWif to list of devices supported by mtw(4). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=54a76c43d337cb457cc50af36d591c4faf59ccd5;p=openbsd Add Xiaomi MiniWif to list of devices supported by mtw(4). Works for me on amd64. ok hastings@ --- 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 *);