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
|
||||
|
||||
#if HAVE_USBSTACK
|
||||
#if defined(HAVE_USBSTACK)
|
||||
usbstack
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11165,7 +11165,8 @@
|
|||
usbstack: "USB Stack"
|
||||
</source>
|
||||
<dest>
|
||||
*: "USB Stack"
|
||||
*: none
|
||||
usbstack: "USB Stack"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ struct usb_device_driver {
|
|||
void (*suspend)(void);
|
||||
void (*resume)(void);
|
||||
void (*speed)(enum usb_device_speed speed);
|
||||
struct usb_descriptors* descriptors;
|
||||
void* data; /* used to store controller specific ops struct */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue