Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2009 17:45:50 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187727 - head/sys/dev/usb2/include
Message-ID:  <200901261745.n0QHjomp057569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Mon Jan 26 17:45:50 2009
New Revision: 187727
URL: http://svn.freebsd.org/changeset/base/187727

Log:
  Fix up USB_GET_REPORT_DESC ioctl.
  
  Submitted by:	daichi

Modified:
  head/sys/dev/usb2/include/usb2_ioctl.h

Modified: head/sys/dev/usb2/include/usb2_ioctl.h
==============================================================================
--- head/sys/dev/usb2/include/usb2_ioctl.h	Mon Jan 26 17:43:58 2009	(r187726)
+++ head/sys/dev/usb2/include/usb2_ioctl.h	Mon Jan 26 17:45:50 2009	(r187727)
@@ -223,7 +223,7 @@ struct usb2_gen_quirk {
 #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)



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