projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1572a18
)
Use locally defined structure.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 18:22:59 +0000
(18:22 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 18:22:59 +0000
(18:22 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5569
c046a42c
-6fe2-441c-8c8c-
71466251a162
usb-linux.c
patch
|
blob
|
history
diff --git
a/usb-linux.c
b/usb-linux.c
index c2a45304bbf3e92ae175e6cde862357c150f513e..eeefc84563efa0e39b41c1bdb588ada71e33a711 100644
(file)
--- a/
usb-linux.c
+++ b/
usb-linux.c
@@
-788,7
+788,7
@@
static int usb_linux_update_endp_table(USBHostDevice *s)
{
uint8_t *descriptors;
uint8_t devep, type, configuration, alt_interface;
- struct usb
devfs
_ctrltransfer ct;
+ struct usb_ctrltransfer ct;
int interface, ret, length, i;
ct.bRequestType = USB_DIR_IN;