Skip to content

Commit

Permalink
Resolve #210
Browse files Browse the repository at this point in the history
  • Loading branch information
Bingxing Wang committed Jul 31, 2019
1 parent ed353b4 commit 1a88b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AmtPtpDeviceUsbKm/Hid.c
Expand Up @@ -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:
{
Expand Down Expand Up @@ -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:
{
Expand Down

0 comments on commit 1a88b18

Please sign in to comment.