1. 30 3月, 2013 5 次提交
  2. 19 2月, 2013 1 次提交
  3. 08 11月, 2012 1 次提交
    • M
      usb: gadget: Remove reference to is_dualspeed from sysfs. · be44f1c8
      Michal Nazarewicz 提交于
      This commit removes the /sys/devices/platform/<UDC>/udc/<UDC>/is_dualspeed
      file and is_dualspeeed line from /sys/devices/platform/ci13xxx_*/udc/device
      file.
      
      The is_dualspeed file is superseded by maximum_speed in the same directory
      and is_dualspeed line in device file is superseded by max_speed line in
      the same file.
      
      The maximum_speed/max_speed specifies maximum speed supported by UDC.
      To check if dualspeeed is supported, check if the value is >= 3.
      Signed-off-by: NMichal Nazarewicz <mina86@mina86.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      be44f1c8
  4. 10 7月, 2012 1 次提交
  5. 12 5月, 2012 1 次提交