summaryrefslogtreecommitdiffstats
path: root/src/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb.h')
-rw-r--r--src/usb.h1
1 files changed, 1 insertions, 0 deletions
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 @@
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
50struct usb_device; 51struct usb_device;
51 52