Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 11:31:23 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 156646 for review
Message-ID:  <200901251131.n0PBVNs5092592@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156646

Change 156646 by hselasky@hselasky_laptop001 on 2009/01/25 11:30:28

	
	The USB HID descriptor file depends on the
	USB endian file if included separately.
	Fix that.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/include/usb2_hid.h#6 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/include/usb2_hid.h#6 (text+ko) ====

@@ -29,6 +29,8 @@
 #ifndef _USB2_HID_H_
 #define	_USB2_HID_H_
 
+#include <dev/usb2/include/usb2_endian.h>
+
 #define	UR_GET_HID_DESCRIPTOR	0x06
 #define	UDESC_HID		0x21
 #define	UDESC_REPORT		0x22



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901251131.n0PBVNs5092592>