PERFORCE change 156646 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Sun Jan 25 03:31:24 PST 2009
http://perforce.freebsd.org/chv.cgi?CH=156646
Change 156646 by hselasky at 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
More information about the p4-projects
mailing list