- update drivers to use new API
(get rid of those pseudo options named 'Arguments' in the config file) - replace printf / printf calls by debug / report calls in some drivers - sort and extend LCDd.conf
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
static int iow_lcd_wcmd(usb_dev_handle *udh, unsigned char data[8])
|
||||
{
|
||||
return(usb_control_msg(udh, USB_DT_HID, USB_REQ_SET_REPORT, 0, 1,
|
||||
data, 8, iowTimeout) == 8) ? IOW_OK : IOW_ERROR;
|
||||
data, 8, iowTimeout) == 8) ? IOW_OK : IOW_ERROR;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user