From ec5ff91cfabd30637f8af8f5c79baf4d7818ce57 Mon Sep 17 00:00:00 2001 From: Rick Mark Date: Mon, 16 Dec 2019 17:59:45 +0100 Subject: Support T2 chip in restore mode --- src/usb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usb.h') diff --git a/src/usb.h b/src/usb.h index da784b3..18f2a72 100644 --- a/src/usb.h +++ b/src/usb.h @@ -46,6 +46,7 @@ #define VID_APPLE 0x5ac #define PID_RANGE_LOW 0x1290 #define PID_RANGE_MAX 0x12af +#define PID_APPLE_T2_COPROCESSOR 0x8600 struct usb_device; -- cgit v1.1-32-gdbae