diff options
author | joe <joe@FreeBSD.org> | 2002-04-07 13:26:59 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-04-07 13:26:59 +0000 |
commit | 26f1da2f94038f768fecea1958bd065ef2df301b (patch) | |
tree | 54acee2c2a3bff3305cd8f7cf89df9fd0b5908e7 /sys | |
parent | 00b6b344509d48b44a121b4cc49b13f5c2a7b12e (diff) | |
download | FreeBSD-src-26f1da2f94038f768fecea1958bd065ef2df301b.zip FreeBSD-src-26f1da2f94038f768fecea1958bd065ef2df301b.tar.gz |
MFNetBSD:
revision 1.68
date: 2001/12/24 21:36:16; author: augustss; state: Exp; lines: +2 -1
Add some more DIAGNOSTIC tests.
Make usb_match_device() match on USB_PRODUCT_ANY.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index 0142f5f..0ac5fa5 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbdivar.h,v 1.67 2001/11/21 13:44:47 augustss Exp $ */ +/* $NetBSD: usbdivar.h,v 1.68 2001/12/24 21:36:16 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -196,6 +196,7 @@ struct usbd_xfer { u_int32_t busy_free; #define XFER_FREE 0x46524545 #define XFER_BUSY 0x42555357 +#define XFER_ONQU 0x504f5255 #endif /* For control pipe */ |