1. 13 6月, 2017 1 次提交
  2. 27 4月, 2016 1 次提交
  3. 26 8月, 2014 1 次提交
  4. 24 5月, 2014 1 次提交
  5. 09 3月, 2014 1 次提交
  6. 24 8月, 2013 1 次提交
  7. 22 8月, 2013 1 次提交
  8. 06 4月, 2013 1 次提交
  9. 08 1月, 2013 1 次提交
  10. 24 8月, 2011 1 次提交
  11. 09 7月, 2011 1 次提交
  12. 29 6月, 2011 1 次提交
  13. 08 6月, 2011 2 次提交
    • M
      staging: usbip: userspace: rename usbip device and interface · 35dd0c2d
      matt mooney 提交于
      Add prefix of usbip_ to internal usb device and interface to avoid
      confusion with the kernel types. This also identifies the types as
      being part of the usbip library.
      Signed-off-by: Nmatt mooney <mfm@muteddisk.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      35dd0c2d
    • M
      staging: usbip: userspace tools v1.0.0 · e9837bbb
      matt mooney 提交于
      The new and improved (well somewhat, with a ways to go) userspace utility.
      
          mfm:pts/8[~/tmp/userspace]
          May26 05:18:31 % ./src/usbip help
          usage: usbip [--debug] [version]
                       [help] <command> <args>
      
            attach     Attach a remote USB device
            detach     Detach a remote USB device
            list       List exported or local USB devices
            bind       Bind device to usbip-host.ko
            unbind     Unbind device from usbip-host.ko
      
      This first commit of the userspace `usbip' utility uses to same
      implementation as the old tools, `usbip' and  `usbip_bind_driver'.
      Nothing significant has changed so compatibility with windows has
      _not_ been broken. However, the tools remain broken in many ways
      due to the old implementation.
      Signed-off-by: Nmatt mooney <mfm@muteddisk.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e9837bbb