From: Paul Brook <paul@nowt.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5569] Use locally defined structure.
Date: Tue, 28 Oct 2008 18:23:00 +0000 [thread overview]
Message-ID: <E1KutDY-0007Sp-FF@cvs.savannah.gnu.org> (raw)
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;
reply other threads:[~2008-10-28 18:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1KutDY-0007Sp-FF@cvs.savannah.gnu.org \
--to=paul@nowt.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).