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/nolo.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/nolo.h (limited to 'src/nolo.h') diff --git a/src/nolo.h b/src/nolo.h new file mode 100644 index 0000000..f0a71a4 --- /dev/null +++ b/src/nolo.h @@ -0,0 +1,7 @@ + +#define NOLO_GET_STATUS 1 +#define NOLO_GET_BOARD_ID 2 +#define NOLO_GET_VERSION 3 +#define NOLO_GET_HWVERSION 4 +#define NOLO_SET_RDFLAGS 16 +#define NOLO_GET_RDFLAGS 17 -- cgit v1.2.3