commit | 35a0e0bf6f6b2b900d461e9f35c286953b2b1afc | [log] [tgz] |
---|---|---|
author | Tatyana Brokhman <tlinder@codeaurora.org> | Wed Jun 29 16:41:49 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jul 01 14:27:05 2011 -0700 |
tree | b052f9d8c8bdcde4663d4e3a27c23541bf05b586 | |
parent | 9ea35331d052a5af1ba4e6244c52485f82587b60 [diff] |
usb: gadget: add max_speed to usb_composite_driver This field is used by the Gadget drivers to specify the maximum speed they support, meaning: the maximum speed they can provide descriptors for. The driver speed will be set in consideration of this value. [ balbi@ti.com : dropped the ifdeffery ] Signed-off-by: Tatyana Brokhman <tlinder@codeaurora.org> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>