From: Inaky Perez-Gonzalez Date: Tue, 8 Apr 2008 20:24:46 +0000 (-0700) Subject: wusb: make ep0_reinit available for modules X-Git-Tag: v2.6.26-rc1~1061^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc721f5194dc98c8108fb155a4fbae1cd746cf41;p=pandora-kernel.git wusb: make ep0_reinit available for modules We need to be able to call ep0_reinit() [renamed to usb_ep0_reinit()] from the WUSB security code. The reason is that when we authenticate the device, it's address changes (from having bit 7 set to having it cleared). Thus, we need to signal the USB stack to reinitialize EP0, so the status with the previous address kept at the HCD layer is cleared and properly reinitialized. Signed-off-by: Inaky Perez-Gonzalez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed