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:
Christian Gmeiner 2007-08-27 17:45:01 +00:00
parent 5ef236869f
commit 5365535daa
3 changed files with 3 additions and 3 deletions

View file

@ -153,6 +153,6 @@ usb_charging
#endif
#endif
#if HAVE_USBSTACK
#if defined(HAVE_USBSTACK)
usbstack
#endif

View file

@ -11165,7 +11165,8 @@
usbstack: "USB Stack"
</source>
<dest>
*: "USB Stack"
*: none
usbstack: "USB Stack"
</dest>
<voice>
*: none

View file

@ -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 */
};