From f50e52f3393a9149ac65fdda8f0d425109efc7fe Mon Sep 17 00:00:00 2001 From: Clément Decoodt Date: Mon, 20 Jun 2022 12:31:05 +0200 Subject: Add support for PID 0x1905 This is the PID used by the mac studio when in recovery mode. --- src/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 @@ #define PID_RANGE_MAX 0x12af #define PID_APPLE_T2_COPROCESSOR 0x8600 #define PID_APPLE_SILICON_RESTORE_LOW 0x1901 -#define PID_APPLE_SILICON_RESTORE_MAX 0x1904 +#define PID_APPLE_SILICON_RESTORE_MAX 0x1905 struct usb_device; -- cgit v1.1-32-gdbae