Fix up USB_GET_REPORT_DESC ioctl.

Submitted by:	daichi
This commit is contained in:
Andrew Thompson 2009-01-26 17:45:50 +00:00
parent 5a869e681d
commit fb89268fbf

View File

@ -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)