diff options
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 | ||