1. 25 3月, 2009 1 次提交
  2. 23 12月, 2008 1 次提交
  3. 28 10月, 2008 1 次提交
    • D
      wusb: reset WUSB devices with SetAddress(0) · 4656d5de
      David Vrabel 提交于
      Using a Reset Device IE to reset a WUSB device is too heavyweight as it
      causes the devcie to disconnect (which the USB stack does not expect and
      cannot handle).  Instead, do a SetAddress(0); SetAddress(AuthAddr) for
      authenticated devices.
      
      Unauthenticated devices will not be reset and the stack will have to rely
      on the device timing out after TrustTimeout and disconnecting.
      Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
      4656d5de
  4. 17 9月, 2008 1 次提交