commit | 93075544d6c6e9aaa14c44edb6eb3f71144bdeeb | [log] [tgz] |
---|---|---|
author | Mike Isely <isely@isely.net> | Sun Feb 10 20:23:14 2008 -0600 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 24 21:16:36 2008 -0700 |
tree | 2727ca11d0740e79d523c7e367010194b70e19cd | |
parent | 9544e833f977d1d3e102a070718d613cd234ce8d [diff] |
USB: cypress_m8: Feature buffer fixes cypress_m8: Feature buffer fixes From: Mike Isely <isely@pobox.com> Don't hardcode the feature buffer size; use sizeof() instead. That way we can easily specify the size in a single spot. Speaking of the feature buffer size, the Cypress app note (and further testing with a DeLorme Earthmate) suggests that this size should be 5 not 8 bytes. Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>