Skip to content

Commit 957f132

Browse files
author
Carlos Leija
committed
Add DRA7xx to supported USB devices
Change-Id: If33286241d470ea83760479ab26f45b2837a9206 Signed-off-by: Carlos Leija <[email protected]>
1 parent e3a6f49 commit 957f132

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

host/tools/usbboot.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ static int match_omap_bootloader(usb_ifc_info *ifc)
145145
if (ifc->dev_vendor != 0x0451)
146146
return -1;
147147
if ((ifc->dev_product != 0xd010) && (ifc->dev_product != 0xd00f) &&
148-
(ifc->dev_product != 0xd011) && (ifc->dev_product != 0xd012))
148+
(ifc->dev_product != 0xd011) && (ifc->dev_product != 0xd012) &&
149+
(ifc->dev_product != 0xd013))
149150
return -1;
150151
return 0;
151152
}

0 commit comments

Comments
 (0)