commit | 320f34595c3cf37d180a087a935c050e4ac0e4d5 | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Sat May 07 13:05:18 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 27 14:43:54 2005 -0700 |
tree | c6f8ad80ca2d57d3b6b2584af427f7dd2b6cd5ae | |
parent | 1bbc169621cbe502b9143a27eb12802a0f1d43a0 [diff] |
[PATCH] USB: net2280 updates (sparse, SETUP api change) This is mostly "sparse" related updates, one of which was a missing le32_to_cpu() should have affected big-endian hardware. Notable is the API change: setup packets are now provided in USB byte order. This affects only big-endian hardware, and the gadget drivers have been updated in a separate patch. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>