diff options
| author | 2019-12-16 17:59:45 +0100 | |
|---|---|---|
| committer | 2019-12-16 17:59:45 +0100 | |
| commit | ec5ff91cfabd30637f8af8f5c79baf4d7818ce57 (patch) | |
| tree | 71932eafb3493fb38a1239b281dc9fc41aa80865 /src/usb.h | |
| parent | 9af2b12552693a47601347e1eafc1e94132d727e (diff) | |
| download | usbmuxd-ec5ff91cfabd30637f8af8f5c79baf4d7818ce57.tar.gz usbmuxd-ec5ff91cfabd30637f8af8f5c79baf4d7818ce57.tar.bz2 | |
Support T2 chip in restore mode
Diffstat (limited to 'src/usb.h')
| -rw-r--r-- | src/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -46,6 +46,7 @@ | |||
| 46 | #define VID_APPLE 0x5ac | 46 | #define VID_APPLE 0x5ac |
| 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 | 50 | ||
| 50 | struct usb_device; | 51 | struct usb_device; |
| 51 | 52 | ||
