[Dsctl-devel] SF.net SVN: dsctl: [137] src/commands.h
Status: Alpha
Brought to you by:
roger-linux
|
From: <rog...@us...> - 2007-07-31 21:20:02
|
Revision: 137
http://dsctl.svn.sourceforge.net/dsctl/?rev=137&view=rev
Author: roger-linux
Date: 2007-07-31 14:19:58 -0700 (Tue, 31 Jul 2007)
Log Message:
-----------
Misc arrangements for firwmare upload command.
Signed-off-by: Roger <ro...@es...>
Acked-by: Roger <ro...@es...>
Modified Paths:
--------------
src/commands.h
Modified: src/commands.h
===================================================================
--- src/commands.h 2007-07-31 09:09:33 UTC (rev 136)
+++ src/commands.h 2007-07-31 21:19:58 UTC (rev 137)
@@ -39,7 +39,7 @@
/***********************************************************************
* Function Declarations
***********************************************************************/
-/* TODO: Copy code from commands.c or implement uncoded functions */
+/* TODO: Copy code from commands.c / Implement below functions */
void get_current_tgid_status(int fd);
int push_key(int fd, char key_code, char key_mode);
@@ -188,6 +188,13 @@
int get_gps_rmc_data(int fd); /* TODO: Untested! */
int get_window_voltage(int fd);
+/* Undocumented Uniden Firmware Mode Commands */
+int fw_mode_model_info(int fd, char *fwm_model);
+int fw_mode_set_speed(int fd, char *fwm_speed);
+int fw_mode_pgl(int fd, int pgl_value);
+int fw_mode_ule(int fd);
+int fw_mode_scb(int fd, int scb_value);
+int fw_mode_program(int fd);
/* Elongated Functions - Using above lower-level scanner command functions */
int dump(int fd, FILE *outfile);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|