summaryrefslogtreecommitdiffstats
path: root/src/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb.h')
-rw-r--r--src/usb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usb.h b/src/usb.h
index 18f2a72..4e44cce 100644
--- a/src/usb.h
+++ b/src/usb.h
@@ -47,6 +47,12 @@
#define PID_RANGE_LOW 0x1290
#define PID_RANGE_MAX 0x12af
#define PID_APPLE_T2_COPROCESSOR 0x8600
+#define PID_APPLE_SILICON_RESTORE_LOW 0x1901
+#define PID_APPLE_SILICON_RESTORE_MAX 0x1905
+
+#define ENV_DEVICE_MODE "USBMUXD_DEFAULT_DEVICE_MODE"
+#define APPLE_VEND_SPECIFIC_GET_MODE 0x45
+#define APPLE_VEND_SPECIFIC_SET_MODE 0x52
struct usb_device;