Pārlūkot izejas kodu

USB: musb: forward debug mode feature to gadget

This is a patch for the musb usb controller.

It allows forwarding of the debug mode feature to its gadget in order
to be able to act as an ehci debug device.

This patch has been tested on an IGEPv2 board running a 2.6.35-rc1
kernel.

Signed-off-by: Stephane Duverger <stephane.duverger@gmail.com>
Cc: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
stephane duverger 15 gadi atpakaļ
vecāks
revīzija
d0390d92bf
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      drivers/usb/musb/musb_gadget_ep0.c

+ 3 - 0
drivers/usb/musb/musb_gadget_ep0.c

@@ -402,6 +402,9 @@ __acquires(musb->lock)
 					musb->g.a_alt_hnp_support = 1;
 					musb->g.a_alt_hnp_support = 1;
 					break;
 					break;
 #endif
 #endif
+				case USB_DEVICE_DEBUG_MODE:
+					handled = 0;
+					break;
 stall:
 stall:
 				default:
 				default:
 					handled = -EINVAL;
 					handled = -EINVAL;