diff --git a/src/AmtPtpDeviceUsbKm/Hid.c b/src/AmtPtpDeviceUsbKm/Hid.c index 28ae208..131a488 100644 --- a/src/AmtPtpDeviceUsbKm/Hid.c +++ b/src/AmtPtpDeviceUsbKm/Hid.c @@ -55,6 +55,8 @@ AmtPtpGetHidDescriptor( } switch (pContext->DeviceDescriptor.idProduct) { + case USB_DEVICE_ID_APPLE_T2_7A: + case USB_DEVICE_ID_APPLE_T2_7B: case USB_DEVICE_ID_APPLE_T2_7C: case USB_DEVICE_ID_APPLE_T2_7D: { @@ -179,6 +181,8 @@ AmtPtpGetReportDescriptor( } switch (pContext->DeviceDescriptor.idProduct) { + case USB_DEVICE_ID_APPLE_T2_7A: + case USB_DEVICE_ID_APPLE_T2_7B: case USB_DEVICE_ID_APPLE_T2_7C: case USB_DEVICE_ID_APPLE_T2_7D: {