[PATCH] USB: Fix maxpacket length for ep0 on root hubs
commit16f16d117c1eb99451e4c73c87546eef05c66790
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 24 Oct 2005 19:41:19 +0000 (24 15:41 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:51 +0000 (28 16:47 -0700)
tree9f08a567e25f97a8d7ee0715657067013fb3467c
parent0a1ef3b5a765a6f20e7b8caf295aad3276243966
[PATCH] USB: Fix maxpacket length for ep0 on root hubs

This patch (as591) fixes a rather innocuous bug that has been around for
quite a long time: Virtual root hubs should have a maxpacket length of
64 for endpoint 0.  I didn't realize it was wrong until I started
looking through the endpoint attribute files.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hcd.c