PERFORCE change 156515 for review

Hans Petter Selasky hselasky at FreeBSD.org
Thu Jan 22 04:24:01 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=156515

Change 156515 by hselasky at hselasky_laptop001 on 2009/01/22 12:23:01

	
	Patch from "Daichi GOTO" to fix an IOCTL.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/include/usb2_ioctl.h#27 edit

Differences ...

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

@@ -223,7 +223,7 @@
 #define	USB_DEVICEENUMERATE	_IOW ('U', 6, int)
 
 /* Generic HID device */
-#define	USB_GET_REPORT_DESC	_IOR ('U', 21, struct usb2_gen_descriptor)
+#define	USB_GET_REPORT_DESC	_IOWR('U', 21, struct usb2_gen_descriptor)
 #define	USB_SET_IMMED		_IOW ('U', 22, int)
 #define	USB_GET_REPORT		_IOWR('U', 23, struct usb2_gen_descriptor)
 #define	USB_SET_REPORT		_IOW ('U', 24, struct usb2_gen_descriptor)


More information about the p4-projects mailing list