Module Name: src
Committed By: khorben
Date: Sat Aug 5 12:29:38 UTC 2017
Modified Files:
src/sys/dev/usb: umodeswitch.c
Log Message:
Sort the matching vendor list alphabetically
NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/umodeswitch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/umodeswitch.c
diff -u src/sys/dev/usb/umodeswitch.c:1.1 src/sys/dev/usb/umodeswitch.c:1.2
--- src/sys/dev/usb/umodeswitch.c:1.1 Wed May 24 20:23:58 2017
+++ src/sys/dev/usb/umodeswitch.c Sat Aug 5 12:29:38 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: umodeswitch.c,v 1.1 2017/05/24 20:23:58 christos Exp $ */
+/* $NetBSD: umodeswitch.c,v 1.2 2017/08/05 12:29:38 khorben Exp $ */
/*-
* Copyright (c) 2009, 2017 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umodeswitch.c,v 1.1 2017/05/24 20:23:58 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umodeswitch.c,v 1.2 2017/08/05 12:29:38 khorben Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -401,16 +401,16 @@ umodeswitch_match(device_t parent, cfdat
}
break;
- case USB_VENDOR_SIERRA:
- if (uaa->uaa_product == USB_PRODUCT_SIERRA_INSTALLER)
- return u3g_sierra_reinit(uaa->uaa_device);
- break;
-
case USB_VENDOR_QUALCOMM:
if (uaa->uaa_product == USB_PRODUCT_QUALCOMM_NTT_DOCOMO_L02C_STORAGE)
return u3g_bulk_scsi_eject(uaa->uaa_device);
break;
+ case USB_VENDOR_SIERRA:
+ if (uaa->uaa_product == USB_PRODUCT_SIERRA_INSTALLER)
+ return u3g_sierra_reinit(uaa->uaa_device);
+ break;
+
case USB_VENDOR_ZTE:
switch (uaa->uaa_product){
case USB_PRODUCT_ZTE_INSTALLER: