mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
MFNetBSD:
revision 1.60 date: 2000/12/28 10:40:36; author: augustss; state: Exp; lines: +2 -1 #define for USB_2_0
This commit is contained in:
parent
33ad8c22ff
commit
236c85a379
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93586
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: usbdivar.h,v 1.58 2000/06/24 04:12:53 thorpej Exp $ */
|
||||
/* $NetBSD: usbdivar.h,v 1.60 2000/12/28 10:40:36 augustss Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
@ -112,6 +112,7 @@ struct usbd_bus {
|
||||
#define USBREV_PRE_1_0 1
|
||||
#define USBREV_1_0 2
|
||||
#define USBREV_1_1 3
|
||||
#define USBREV_2_0 4
|
||||
#define USBREV_STR { "unknown", "pre 1.0", "1.0", "1.1" }
|
||||
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
|
Loading…
Reference in New Issue
Block a user