diff options
author | 2021-09-25 01:29:07 +0900 | |
---|---|---|
committer | 2021-09-25 01:29:07 +0900 | |
commit | e3a3180b9b380ce9092ee0d7b8e9d82d66b1c261 (patch) | |
tree | 58c51db870cadca3c43b4844d57b3fd56c0cff36 /src/usb.h | |
parent | f0ca69d9b1f488e4eca7e1095190ededc76f3507 (diff) | |
download | usbmuxd-e3a3180b9b380ce9092ee0d7b8e9d82d66b1c261.tar.gz usbmuxd-e3a3180b9b380ce9092ee0d7b8e9d82d66b1c261.tar.bz2 |
usb: Add more Apple Silicon retstore PIDs
1904 is the M1 iMac; presumably this is now a range
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'src/usb.h')
-rw-r--r-- | src/usb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ | |||
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 | #define PID_APPLE_SILICON_RESTORE_LOW 0x1901 |
51 | #define PID_APPLE_SILICON_RESTORE_MAX 0x1904 | ||
51 | 52 | ||
52 | struct usb_device; | 53 | struct usb_device; |
53 | 54 | ||