1. 25 6月, 2013 2 次提交
  2. 07 6月, 2013 1 次提交
  3. 31 3月, 2011 1 次提交
  4. 26 2月, 2011 1 次提交
  5. 21 5月, 2010 1 次提交
  6. 05 2月, 2010 1 次提交
  7. 12 12月, 2009 1 次提交
  8. 19 11月, 2008 1 次提交
    • D
      uwb: add basic radio manager · 6fae35f9
      David Vrabel 提交于
      The UWB radio manager coordinates the use of the radio between the
      PALs that may be using it.  PALs request use of the radio with
      uwb_radio_start() and the radio manager will start beaconing if its
      not already doing so.  When the last PAL has called uwb_radio_stop()
      beaconing will be stopped.
      
      In the future, the radio manager will have a more sophisticated channel
      selection algorithm, probably following the Channel Selection Policy
      from the WiMedia Alliance when it is finalized.  For now, channel 9
      (BG1, TFC1) is selected.
      
      The user may override the channel selected by the radio manager and may
      force the radio to stop beaconing.
      
      The WUSB Host Controller PAL makes use of this and there are two new
      debug PAL commands that can be used for testing.
      Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
      6fae35f9
  9. 28 10月, 2008 2 次提交
    • 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
    • D
      wusb: do a proper channel stop · 4d2bea4c
      David Vrabel 提交于
      When stopping the WUSB channel the host should send Channel Stop IEs giving
      the WUSB Channel Time of the last MMC.  Both WHCI and HWA hosts provide a
      channel stop command for this.
      Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
      4d2bea4c
  10. 17 9月, 2008 1 次提交
    • I
      wusb: add the Wireless USB core · 90ff96f2
      Inaky Perez-Gonzalez 提交于
      Add support for Ceritified Wireless USB 1.0 to the USB stack.
      
      This has been split into several patches for easier review.
      
      core (this patch):
        - host controller infrastructure
        - cluster reservation
        - UWB PAL registration
        - fake root hub
      
      protocol:
        - MMC management (start/stop, managing IEs)
        - device connection
      
      security:
        - device authentication and authorization
      
      build-system:
        - Kconfig and Kbuild files
      Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
      90ff96f2