summaryrefslogtreecommitdiffstats
path: root/src/usb.h
diff options
context:
space:
mode:
authorGravatar Benjamin BOURGEAIS2021-04-30 10:02:43 +0200
committerGravatar Benjamin BOURGEAIS2021-05-08 08:23:06 +0200
commit5e484e18f1383b5a0bd6c353ab1d668b03e4ffab (patch)
tree6065e2191b3967ec68560652d4b3caaa45d9328e /src/usb.h
parentbb04e78eee0de10db3661ce6e29cf90fbff2a25d (diff)
downloadusbmuxd-5e484e18f1383b5a0bd6c353ab1d668b03e4ffab.tar.gz
usbmuxd-5e484e18f1383b5a0bd6c353ab1d668b03e4ffab.tar.bz2
usb: Enable Apple Silicon restore mode
Diffstat (limited to 'src/usb.h')
-rw-r--r--src/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usb.h b/src/usb.h
index 18f2a72..80ec6fc 100644
--- a/src/usb.h
+++ b/src/usb.h
@@ -47,6 +47,7 @@
#define PID_RANGE_LOW 0x1290
#define PID_RANGE_MAX 0x12af
#define PID_APPLE_T2_COPROCESSOR 0x8600
+#define PID_APPLE_SILICON_RESTORE 0x1901
struct usb_device;