diff options
Diffstat (limited to 'src/usb.h')
-rw-r--r-- | src/usb.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ | |||
50 | #define PID_APPLE_SILICON_RESTORE_LOW 0x1901 | 50 | #define PID_APPLE_SILICON_RESTORE_LOW 0x1901 |
51 | #define PID_APPLE_SILICON_RESTORE_MAX 0x1905 | 51 | #define PID_APPLE_SILICON_RESTORE_MAX 0x1905 |
52 | 52 | ||
53 | #define ENV_DEVICE_MODE "USBMUXD_DEFAULT_DEVICE_MODE" | ||
54 | #define APPLE_VEND_SPECIFIC_GET_MODE 0x45 | ||
55 | #define APPLE_VEND_SPECIFIC_SET_MODE 0x52 | ||
56 | |||
53 | struct usb_device; | 57 | struct usb_device; |
54 | 58 | ||
55 | int usb_init(void); | 59 | int usb_init(void); |