9
0
Fork 0

scripts: imx imx-usb-loader: add i.MX6SL support

Add the i.MX6SL USB id to the list of known ids.

Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Kurz 2016-11-21 08:35:13 +01:00 committed by Sascha Hauer
parent 05d48a72a9
commit 65fa5bc56d
1 changed files with 7 additions and 0 deletions

View File

@ -135,6 +135,13 @@ struct mach_id imx_ids[] = {
.header_type = HDR_MX53,
.mode = MODE_HID,
.max_transfer = 1024,
}, {
.vid = 0x15a2,
.pid = 0x0063,
.name = "i.MX6sl",
.header_type = HDR_MX53,
.mode = MODE_HID,
.max_transfer = 1024,
}, {
.vid = 0x15a2,
.pid = 0x0071,