mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time being. Add HAVE_BOOTLOADER_USB_MODE to config if BOOTLOADER is defined to enable it. Clean up some kernel stuff a little to support it. Mess up a bunch of other stuff (hopefully not too badly).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29053 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53db95417d
commit
3a1127785b
26 changed files with 842 additions and 160 deletions
|
|
@ -217,6 +217,10 @@
|
|||
#define USB_VENDOR_ID 0x0930
|
||||
#define USB_PRODUCT_ID 0x0010
|
||||
#define HAVE_USB_HID_MOUSE
|
||||
#ifdef BOOTLOADER
|
||||
/* enable bootloader USB mode - ONLY define when also BOOTLOADER */
|
||||
#define HAVE_BOOTLOADER_USB_MODE
|
||||
#endif
|
||||
|
||||
/* Define this if you have ATA power-off control */
|
||||
#define HAVE_ATA_POWER_OFF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue