Signed-off-by: Chen-Yu Tsai <w...@csie.org>
---
 fel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fel.c b/fel.c
index 97f265e..c34de19 100644
--- a/fel.c
+++ b/fel.c
@@ -167,6 +167,7 @@ void aw_fel_get_version(libusb_device_handle *usb)
        case 0x1633: soc_name="A31";break;
        case 0x1651: soc_name="A20";break;
        case 0x1650: soc_name="A23";break;
+       case 0x1639: soc_name="A80";break;
        }
 
        printf("%.8s soc=%08x(%s) %08x ver=%04x %02x %02x scratchpad=%08x %08x 
%08x\n", buf.signature, buf.soc_id, soc_name, buf.unknown_0a, buf.protocol, 
buf.unknown_12, buf.unknown_13, buf.scratchpad, buf.pad[0], buf.pad[1]);
-- 
2.1.0

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to