Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb The availability of status change notification m...
details: https://anonhg.NetBSD.org/src/rev/d93dc6495d69
branches: trunk
changeset: 995749:d93dc6495d69
user: tih <tih%NetBSD.org@localhost>
date: Fri Jan 04 17:09:26 2019 +0000
description:
The availability of status change notification messages for a umodem
device is not an error. Report its presence if booting in verbose
mode (-v).
diffstat:
sys/dev/usb/umodem_common.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e023f1fcada8 -r d93dc6495d69 sys/dev/usb/umodem_common.c
--- a/sys/dev/usb/umodem_common.c Fri Jan 04 16:25:06 2019 +0000
+++ b/sys/dev/usb/umodem_common.c Fri Jan 04 17:09:26 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umodem_common.c,v 1.25 2016/11/25 12:56:29 skrll Exp $ */
+/* $NetBSD: umodem_common.c,v 1.26 2019/01/04 17:09:26 tih Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umodem_common.c,v 1.25 2016/11/25 12:56:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umodem_common.c,v 1.26 2019/01/04 17:09:26 tih Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -230,7 +230,7 @@
if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_IN &&
(ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT) {
- aprint_error_dev(self,
+ aprint_verbose_dev(self,
"status change notification available\n");
sc->sc_ctl_notify = ed->bEndpointAddress;
}
Home |
Main Index |
Thread Index |
Old Index