From a40d20387dc7997de29f33aaff522e6bedd50ba1 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 9 Dec 2013 16:11:10 +0700 Subject: complete dcd 17xx control xfer with soft DMA keyboard LED set report run ok with lpc17xx there is problem with cdc set line encoding --- tinyusb/class/cdc_device.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tinyusb/class') diff --git a/tinyusb/class/cdc_device.c b/tinyusb/class/cdc_device.c index 39619fbd5..b4e63d1fa 100644 --- a/tinyusb/class/cdc_device.c +++ b/tinyusb/class/cdc_device.c @@ -197,11 +197,10 @@ tusb_error_t cdcd_control_request_subtask(uint8_t coreid, tusb_control_request_t case CDC_REQUEST_SET_LINE_CODING: dcd_pipe_control_xfer(coreid, p_request->bmRequestType_bit.direction, &cdcd_line_coding[coreid], min16_of(sizeof(cdc_line_coding_t), p_request->wLength), false ); - // TODO notify application on xfer complete + // TODO notify application on xfer completea break; case CDC_REQUEST_SET_CONTROL_LINE_STATE: // TODO extract DTE present -// dcd_pipe_control_xfer(coreid, p_request->bmRequestType_bit.direction, NULL, 0); break; -- cgit v1.3.1