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/console.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/console.c') diff --git a/src/console.c b/src/console.c index d03343c..3206903 100644 --- a/src/console.c +++ b/src/console.c @@ -1,6 +1,6 @@ /* * 0xFFFF - Open Free Fiasco Firmware Flasher - * Copyright (C) 2007 pancake + * Copyright (C) 2007, 2008 pancake * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,6 +46,7 @@ void cmd_help(char *line) void cmd_info(char *line) { + get_sw_version(); get_hw_revision(); // get hardware revision: get_root_device(); // only for flashing get_usb_mode(); -- cgit v1.2.3