* [Qemu-devel] [5569] Use locally defined structure.
@ 2008-10-28 18:23 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-10-28 18:23 UTC (permalink / raw)
To: qemu-devel
Revision: 5569
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5569
Author: pbrook
Date: 2008-10-28 18:22:59 +0000 (Tue, 28 Oct 2008)
Log Message:
-----------
Use locally defined structure.
Modified Paths:
--------------
trunk/usb-linux.c
Modified: trunk/usb-linux.c
===================================================================
--- trunk/usb-linux.c 2008-10-28 17:55:32 UTC (rev 5568)
+++ trunk/usb-linux.c 2008-10-28 18:22:59 UTC (rev 5569)
@@ -788,7 +788,7 @@
{
uint8_t *descriptors;
uint8_t devep, type, configuration, alt_interface;
- struct usbdevfs_ctrltransfer ct;
+ struct usb_ctrltransfer ct;
int interface, ret, length, i;
ct.bRequestType = USB_DIR_IN;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-28 18:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 18:23 [Qemu-devel] [5569] Use locally defined structure Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).