take care of the different USB request sizes (necessary for IOWarrior 56)

This commit is contained in:
marschap
2007-12-01 17:41:58 +00:00
parent e72155b514
commit 715bf58d22
2 changed files with 58 additions and 55 deletions
+3
View File
@@ -53,6 +53,9 @@
#define IOWLCD_BUSY 0x80
#define IOWLCD_ADDR_MASK 0x7F
/* IOW56 uses a different USB request size */
#define IOWLCD_SIZE ((p->productID == 0x1503) ? 64 : 8)
/* IOWarriors drive HD44780 cmpatible displays that have these cells: */
#define CELLWIDTH LCD_DEFAULT_CELLWIDTH
#define CELLHEIGHT LCD_DEFAULT_CELLHEIGHT