diff --git a/src/jtag/parport.c b/src/jtag/parport.c
index 8278bda9aabf25e8061b092e2d2fe81a9dbab7b5..9485f7d9d61f4f24b44edaa64bd7eb3c0eeb2782 100644
--- a/src/jtag/parport.c
+++ b/src/jtag/parport.c
@@ -99,6 +99,7 @@ cable_t cables[] =
 	{ "dlc5",				0x10, 0x00, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, 0x10 },
 	{ "triton",				0x80, 0x08, 0x04, 0x01, 0x02, 0x00, 0x00, 0x80, 0x00 },
 	{ "lattice",			0x40, 0x10, 0x04, 0x02, 0x01, 0x08, 0x00, 0x00, 0x18 },
+	{ "flashlink",			0x20, 0x10, 0x02, 0x01, 0x04, 0x20,0x30, 0x20, 0x00 },
 	{ NULL,					0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
 };