Browse Source

fixed play all video stuck issue by modified usb driver

lixh 2 years ago
parent
commit
d4e052cded
1 changed files with 1 additions and 1 deletions
  1. 1 1
      linux/drivers/usb/musb/musbhsdma.c

+ 1 - 1
linux/drivers/usb/musb/musbhsdma.c

@@ -191,7 +191,7 @@ static int dma_channel_program(struct dma_channel *channel,
 	struct musb_dma_controller *controller = musb_channel->controller;
 	struct musb *musb = controller->private_data;
 
-#if 0//NICHOLAS_ADD
+#if NICHOLAS_ADD
 	if(len <= 64)
 		return false;
 #endif