1. 10 6月, 2013 2 次提交
  2. 04 4月, 2013 1 次提交
    • F
      usb: gadget: nokia: include f_ecm.c · 9b192de6
      Felipe Balbi 提交于
      recent changes to gadget framework have
      exposed a flaw in nokia.c where it uses
      f_ecm.c but it wasn't including it like
      other gadget drivers.
      
      This is a temporary patch until all other
      function drivers are converted to new API
      where each function driver becomes a module
      and binding is done through configfs.
      
      Solves a linking error when building g_nokia.ko
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      9b192de6
  3. 03 4月, 2013 5 次提交
  4. 22 1月, 2013 3 次提交
  5. 10 1月, 2013 1 次提交
    • S
      usb: gadget: consider link speed for bMaxPower · 8f900a9a
      Sebastian Andrzej Siewior 提交于
      The USB 2.0 specification says that bMaxPower is the maximum power
      consumption expressed in 2 mA units and the USB 3.0 specification says
      that it is expressed in 8 mA units.
      
      This patch renames bMaxPower to MaxPower and the various /2 and *2 are
      removed. Before reporting the config descriptor, the proper value is
      computer based on the speed, all in-tree users are updated. MaxPower is
      also increased to u16 so we can store the nokia gadget value which is
      larger than the max value allowed for u8.
      Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      8f900a9a
  6. 10 9月, 2012 11 次提交
  7. 02 7月, 2011 1 次提交
  8. 31 3月, 2011 1 次提交
  9. 23 10月, 2010 2 次提交
  10. 03 3月, 2010 1 次提交