Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Allow 32 chars in the saved vendor string. Fixe...



details:   https://anonhg.NetBSD.org/src/rev/ec345b8c4aea
branches:  trunk
changeset: 580559:ec345b8c4aea
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Apr 29 15:04:29 2005 +0000

description:
Allow 32 chars in the saved vendor string.  Fixes kern/29760.

diffstat:

 sys/dev/usb/ehcivar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c3a3fde403e5 -r ec345b8c4aea sys/dev/usb/ehcivar.h
--- a/sys/dev/usb/ehcivar.h     Fri Apr 29 14:59:33 2005 +0000
+++ b/sys/dev/usb/ehcivar.h     Fri Apr 29 15:04:29 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehcivar.h,v 1.18 2005/04/27 21:23:41 augustss Exp $ */
+/*     $NetBSD: ehcivar.h,v 1.19 2005/04/29 15:04:29 augustss Exp $ */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -93,7 +93,7 @@
        bus_size_t sc_size;
        u_int sc_offs;                  /* offset to operational regs */
 
-       char sc_vendor[16];             /* vendor string for root hub */
+       char sc_vendor[32];             /* vendor string for root hub */
        int sc_id_vendor;               /* vendor ID for root hub */
 
        u_int32_t sc_cmd;               /* shadow of cmd reg during suspend */



Home | Main Index | Thread Index | Old Index