diff options
author | 2021-04-30 10:02:43 +0200 | |
---|---|---|
committer | 2021-05-08 08:23:06 +0200 | |
commit | 5e484e18f1383b5a0bd6c353ab1d668b03e4ffab (patch) | |
tree | 6065e2191b3967ec68560652d4b3caaa45d9328e /src/usb.h | |
parent | bb04e78eee0de10db3661ce6e29cf90fbff2a25d (diff) | |
download | usbmuxd-5e484e18f1383b5a0bd6c353ab1d668b03e4ffab.tar.gz usbmuxd-5e484e18f1383b5a0bd6c353ab1d668b03e4ffab.tar.bz2 |
usb: Enable Apple Silicon restore mode
Diffstat (limited to 'src/usb.h')
-rw-r--r-- | src/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ | |||
47 | #define PID_RANGE_LOW 0x1290 | 47 | #define PID_RANGE_LOW 0x1290 |
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 0x1901 | ||
50 | 51 | ||
51 | struct usb_device; | 52 | struct usb_device; |
52 | 53 | ||