1. 05 9月, 2014 4 次提交
  2. 04 9月, 2014 1 次提交
  3. 21 8月, 2014 1 次提交
  4. 10 7月, 2014 1 次提交
  5. 19 6月, 2014 1 次提交
  6. 15 5月, 2014 1 次提交
  7. 26 4月, 2014 3 次提交
  8. 16 4月, 2014 2 次提交
  9. 08 3月, 2014 2 次提交
  10. 06 3月, 2014 5 次提交
  11. 05 3月, 2014 4 次提交
  12. 18 12月, 2013 1 次提交
    • R
      usb: gadget: add "maxpacket_limit" field to struct usb_ep · e117e742
      Robert Baldyga 提交于
      This patch adds "maxpacket_limit" to struct usb_ep. This field contains
      maximum value of maxpacket supported by driver, and is set in driver probe.
      This value should be used by autoconfig() function, because value of field
      "maxpacket" is set to value from endpoint descriptor when endpoint becomes
      enabled. So when autoconfig() function will be called again for this endpoint,
      "maxpacket" value will contain wMaxPacketSize from descriptior instead of
      maximum packet size for this endpoint.
      
      For this reason this patch adds new field "maxpacket_limit" which contains
      value of maximum packet size (which defines maximum endpoint capabilities).
      This value is used in ep_matches() function used by autoconfig().
      
      Value of "maxpacket_limit" should be set in UDC driver probe function, using
      usb_ep_set_maxpacket_limit() function, defined in gadget.h. This function
      set choosen value to both "maxpacket_limit" and "maxpacket" fields.
      
      This patch modifies UDC drivers by adding support for maxpacket_limit.
      Signed-off-by: NRobert Baldyga <r.baldyga@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      e117e742
  13. 10 12月, 2013 1 次提交
  14. 26 11月, 2013 1 次提交
  15. 18 9月, 2013 1 次提交
  16. 29 7月, 2013 11 次提交