commit | 16f16d117c1eb99451e4c73c87546eef05c66790 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Oct 24 15:41:19 2005 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 16:47:51 2005 -0700 |
tree | 9f08a567e25f97a8d7ee0715657067013fb3467c | |
parent | 0a1ef3b5a765a6f20e7b8caf295aad3276243966 [diff] |
[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>