summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb.h b/src/usb.h
index ee74685..b1b9bb9 100644
--- a/src/usb.h
+++ b/src/usb.h
@@ -48,7 +48,7 @@
48#define PID_RANGE_MAX 0x12af 48#define PID_RANGE_MAX 0x12af
49#define PID_APPLE_T2_COPROCESSOR 0x8600 49#define PID_APPLE_T2_COPROCESSOR 0x8600
50#define PID_APPLE_SILICON_RESTORE_LOW 0x1901 50#define PID_APPLE_SILICON_RESTORE_LOW 0x1901
51#define PID_APPLE_SILICON_RESTORE_MAX 0x1904 51#define PID_APPLE_SILICON_RESTORE_MAX 0x1905
52 52
53struct usb_device; 53struct usb_device;
54 54