Partially revert previous, EM7455 is already handled by umb(4).
authormpi <mpi@openbsd.org>
Wed, 15 Aug 2018 14:13:07 +0000 (14:13 +0000)
committermpi <mpi@openbsd.org>
Wed, 15 Aug 2018 14:13:07 +0000 (14:13 +0000)
Reported by Bryan Vyhmeister.

sys/dev/usb/umsm.c

index 7372fcf..32fdaaa 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: umsm.c,v 1.113 2018/08/13 14:32:46 mpi Exp $  */
+/*     $OpenBSD: umsm.c,v 1.114 2018/08/15 14:13:07 mpi Exp $  */
 
 /*
  * Copyright (c) 2008 Yojiro UO <yuo@nui.org>
@@ -256,7 +256,6 @@ static const struct umsm_type umsm_devs[] = {
        {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_340U}, 0},
        {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_770S}, 0},
        {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC7455}, 0},
-       {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_EM7455}, 0},
 
        {{ USB_VENDOR_SIMCOM, USB_PRODUCT_SIMCOM_SIM7600E}, 0},