mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Bootloaders with HAVE_USBSTACK but without HAVE_BOOTLOADER_USB_MODE end up with USB_NUM_DRIVERS of 0 which leads to a warning due to a signed number being checked to see if it's >= 0. Work around this temporarily; the proper fix is to not build usb_core and its class drivers when BOOTLOADER & !HAVE_BOOTLOADER_USB_MODE Change-Id: I1b41140d31ba9df6b4c760478c4265d4e5584963 |
||
|---|---|---|
| .. | ||
| usb_audio.c | ||
| usb_audio.h | ||
| usb_audio_def.h | ||
| usb_charging_only.c | ||
| usb_charging_only.h | ||
| usb_class_driver.h | ||
| usb_core.c | ||
| usb_hid.c | ||
| usb_hid.h | ||
| usb_hid_def.h | ||
| usb_hid_usage_tables.h | ||
| usb_serial.c | ||
| usb_serial.h | ||
| usb_storage.c | ||
| usb_storage.h | ||