match USB_PRODUCT_SAMSUNG_ANDROID too

now this works with my Galaxy S8 active
This commit is contained in:
macallan 2019-08-07 22:26:28 +00:00
parent b214c01f05
commit b584b574ef
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_urndis.c,v 1.22 2019/08/01 00:10:22 mrg Exp $ */
/* $NetBSD: if_urndis.c,v 1.23 2019/08/07 22:26:28 macallan Exp $ */
/* $OpenBSD: if_urndis.c,v 1.31 2011/07/03 15:47:17 matthew Exp $ */
/*
@ -21,7 +21,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_urndis.c,v 1.22 2019/08/01 00:10:22 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_urndis.c,v 1.23 2019/08/07 22:26:28 macallan Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@ -177,6 +177,7 @@ CFATTACH_DECL_NEW(urndis, sizeof(struct urndis_softc),
static const struct usb_devno urndis_devs[] = {
{ USB_VENDOR_HTC, USB_PRODUCT_HTC_ANDROID },
{ USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_ANDROID2 },
{ USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_ANDROID },
};
static usbd_status