mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
config: define USB_ENABLE_IAP
iap is only enabled for idevices. it will not work without apple vendor id anyway. Change-Id: I1696dbc8a2304fc5eecc5432b4c52e25801c468e
This commit is contained in:
parent
6d699f08f4
commit
2b9e4a8d70
1 changed files with 4 additions and 0 deletions
|
|
@ -1396,6 +1396,10 @@ Lyre prototype 1 */
|
||||||
#define USB_ENABLE_AUDIO
|
#define USB_ENABLE_AUDIO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(USB_HAS_INTERRUPT) && defined(USB_HAS_ISOCHRONOUS) && USB_VENDOR_ID == 0x05ac
|
||||||
|
#define USB_ENABLE_IAP
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* BOOTLOADER */
|
#endif /* BOOTLOADER */
|
||||||
|
|
||||||
#endif /* HAVE_USBSTACK */
|
#endif /* HAVE_USBSTACK */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue