Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Shorten wmesg so that they can be distinguished ...



details:   https://anonhg.NetBSD.org/src/rev/e8c227542cfc
branches:  trunk
changeset: 518488:e8c227542cfc
user:      enami <enami%NetBSD.org@localhost>
date:      Sat Dec 01 09:42:39 2001 +0000

description:
Shorten wmesg so that they can be distinguished in ps/top output.

diffstat:

 sys/dev/usb/uscanner.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f979d34eccf4 -r e8c227542cfc sys/dev/usb/uscanner.c
--- a/sys/dev/usb/uscanner.c    Sat Dec 01 09:39:32 2001 +0000
+++ b/sys/dev/usb/uscanner.c    Sat Dec 01 09:42:39 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uscanner.c,v 1.20 2001/11/23 10:31:54 enami Exp $      */
+/*     $NetBSD: uscanner.c,v 1.21 2001/12/01 09:42:39 enami Exp $      */
 /*     $FreeBSD$       */
 
 /*
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.20 2001/11/23 10:31:54 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.21 2001/12/01 09:42:39 enami Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -483,7 +483,7 @@
                        sc->sc_bulkin_xfer, sc->sc_bulkin_pipe,
                        USBD_SHORT_XFER_OK, USBD_NO_TIMEOUT,
                        sc->sc_bulkin_buffer, &tn,
-                       "uscannerrb");
+                       "uscnrb");
                if (err) {
                        if (err == USBD_INTERRUPTED)
                                error = EINTR;
@@ -545,7 +545,7 @@
                        sc->sc_bulkout_xfer, sc->sc_bulkout_pipe,
                        0, USBD_NO_TIMEOUT,
                        sc->sc_bulkout_buffer, &n,
-                       "uscannerwb");
+                       "uscnwb");
                if (err) {
                        if (err == USBD_INTERRUPTED)
                                error = EINTR;



Home | Main Index | Thread Index | Old Index