Update of /cvsroot/linuxconsole/ruby/linux/drivers/input
In directory usw-pr-cvs1:/tmp/cvs-serv5083
Modified Files:
hid.h
Log Message:
Syncing to new USB api for 2.5.2. Will sync rest of tree up tomorrow.
Index: hid.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/hid.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- hid.h 2001/12/27 10:37:41 1.24
+++ hid.h 2002/01/18 19:03:26 1.25
@@ -324,7 +324,7 @@
char buffer[HID_BUFFER_SIZE]; /* Rx buffer */
struct urb urbctrl; /* Control URB */
- devrequest dr; /* Control devrquest struct */
+ struct usb_ctrlrequest dr; /* Control devrquest struct */
struct hid_control_fifo ctrl[HID_CONTROL_FIFO_SIZE]; /* Control fifo */
unsigned char ctrlhead, ctrltail; /* Control fifo head & tail */
char ctrlbuf[HID_BUFFER_SIZE]; /* Control buffer */
|