From 32a59f4279e1d72abc2b60f08d6e32e2a0b32478 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 18 Feb 2008 01:25:00 +0100 Subject: * Initial support for n810 - Fix set_altinterface workaround which seems to be checked by nolo 1.7 - n810 has the same USBID than n770 * Define some nolo commands used in query.c in nolo.h * Get SW version with -i too --- src/devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices.c') diff --git a/src/devices.c b/src/devices.c index 203c300..2691770 100644 --- a/src/devices.c +++ b/src/devices.c @@ -37,7 +37,7 @@ struct devices supported_devices[SUPPORTED_DEVICES] = { { "FFFF", 0x000, 0x0000, 0x0000 }, // dummy { "unkn", 0x421, 0x3f00, 0x0000 }, // probably a development board - { "n770", 0x421, 0x0105, 0x0001 }, // my n770 + { "n770/n810", 0x421, 0x0105, 0x0001 }, // my n770 { "n800", 0x421, 0x04c3, 0x0001 }, // a n800 { 0 }, { 0 } -- cgit v1.2.3