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.
This commit is contained in:
Josef Karthauser 2002-04-07 13:26:59 +00:00
parent 9d8353732e
commit c6b0a4ae15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94092

View File

@ -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 */