From: Inaky Perez-Gonzalez Date: Sat, 26 Aug 2006 02:35:30 +0000 (-0700) Subject: wusb: handle wusb device ep0 speed settings X-Git-Tag: v2.6.19-rc1~899^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb6e0ae8f9f3a215d6a7f99c8486b0301cc5db9;p=pandora-kernel.git wusb: handle wusb device ep0 speed settings This patch teaches the USB stack handling of WUSB devices (those whose speed is USB_SPEED_VARIABLE). For these devices, we need to set ep0's maxpacketsize to 512 (even though the device descriptor reports it as 0xff). New code being pushed to linuxuwb.org requires this patch to connect WUSB devices. Signed-off-by: Inaky Perez-Gonzalez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed