mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
fix lang problem and little clean up
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14477 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ef236869f
commit
5365535daa
3 changed files with 3 additions and 3 deletions
|
|
@ -153,6 +153,6 @@ usb_charging
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_USBSTACK
|
#if defined(HAVE_USBSTACK)
|
||||||
usbstack
|
usbstack
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -11165,7 +11165,8 @@
|
||||||
usbstack: "USB Stack"
|
usbstack: "USB Stack"
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "USB Stack"
|
*: none
|
||||||
|
usbstack: "USB Stack"
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: none
|
*: none
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ struct usb_device_driver {
|
||||||
void (*suspend)(void);
|
void (*suspend)(void);
|
||||||
void (*resume)(void);
|
void (*resume)(void);
|
||||||
void (*speed)(enum usb_device_speed speed);
|
void (*speed)(enum usb_device_speed speed);
|
||||||
struct usb_descriptors* descriptors;
|
|
||||||
void* data; /* used to store controller specific ops struct */
|
void* data; /* used to store controller specific ops struct */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue