summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaconnect.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaconnect.h')
-rw-r--r--firmware/export/config/sansaconnect.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/firmware/export/config/sansaconnect.h b/firmware/export/config/sansaconnect.h
index 465a576664..5ae2be1b16 100644
--- a/firmware/export/config/sansaconnect.h
+++ b/firmware/export/config/sansaconnect.h
@@ -182,11 +182,18 @@
182/* Offset ( in the firmware file's header ) to the real data */ 182/* Offset ( in the firmware file's header ) to the real data */
183#define FIRMWARE_OFFSET_FILE_DATA 8 183#define FIRMWARE_OFFSET_FILE_DATA 8
184 184
185#if 0 185/* Hardware controlled charging */
186#define CONFIG_CHARGING CHARGING_SIMPLE
187
188#define CONFIG_USBOTG USBOTG_TNETV105
189
186#define HAVE_USBSTACK 190#define HAVE_USBSTACK
191#define HAVE_USB_POWER
192#define HAVE_USB_CHARGING_ENABLE
193#define HAVE_BOOTLOADER_USB_MODE
187#define USB_VENDOR_ID 0x0781 194#define USB_VENDOR_ID 0x0781
188#define USB_PRODUCT_ID 0x7480 195#define USB_PRODUCT_ID 0x7480
189#endif 196#define USB_NUM_ENDPOINTS 5
190 197
191#define INCLUDE_TIMEOUT_API 198#define INCLUDE_TIMEOUT_API
192 199