Parcourir la source

fixed play all video stuck issue by modified usb driver

lixh il y a 2 ans
Parent
commit
d4e052cded
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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