add Nicolas Croiset <ncroiset@vdldiffusion.com> patch to implement the output()

function (slightly modified); include information of usb into the PrivateData
structure
This commit is contained in:
marschap
2005-06-27 17:16:37 +00:00
parent 71240d4b2e
commit 7930848431
3 changed files with 54 additions and 8 deletions
+4 -1
View File
@@ -41,6 +41,9 @@
#define CF633_Read_Reporting_and_Status 30
#define CF633_Send_Data_to_LCD 31
#define CF633_Key_Legends 32
#define CF633_Set_Baud_Rate 33
#define CF633_Set_GPIO_Pin 34
#define CF633_Read_GPIO_Pin 35
/* Those are all the possible keys we know off */
#define KEY_UP_PRESS 1
@@ -86,7 +89,7 @@ typedef struct _reveivebuffer {
/* command management */
#define MAX_DATA_LENGTH 22 /* CF635 spec says 0..22 */
#define MAX_COMMAND 32
#define MAX_COMMAND 35 /* CF635 spec says 0..35 */
typedef struct {
ubyte command;