Use a somewhat bigger buffer for the vendor string.

This commit is contained in:
augustss 2002-12-31 00:39:11 +00:00
parent 185623c571
commit 13d6b87d32

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhcivar.h,v 1.35 2002/09/29 21:13:03 augustss Exp $ */
/* $NetBSD: uhcivar.h,v 1.36 2002/12/31 00:39:11 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhcivar.h,v 1.14 1999/11/17 22:33:42 n_hibma Exp $ */
/*
@ -176,7 +176,7 @@ typedef struct uhci_softc {
usbd_xfer_handle sc_intr_xfer; /* root hub interrupt transfer */
usb_callout_t sc_poll_handle;
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 */
void *sc_powerhook; /* cookie from power hook */