1. 01 11月, 2011 1 次提交
  2. 11 12月, 2010 1 次提交
  3. 11 8月, 2010 1 次提交
    • A
      USB: convert usb_hcd bitfields into atomic flags · 541c7d43
      Alan Stern 提交于
      This patch (as1393) converts several of the single-bit fields in
      struct usb_hcd to atomic flags.  This is for safety's sake; not all
      CPUs can update bitfield values atomically, and these flags are used
      in multiple contexts.
      
      The flag fields that are set only during registration or removal can
      remain as they are, since non-atomic accesses at those times will not
      cause any problems.
      
      (Strictly speaking, the authorized_default flag should become atomic
      as well.  I didn't bother with it because it gets changed only via
      sysfs.  It can be done later, if anyone wants.)
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      541c7d43
  4. 12 12月, 2009 1 次提交
  5. 23 9月, 2009 1 次提交
  6. 18 4月, 2009 1 次提交
  7. 26 11月, 2008 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. 31 10月, 2008 1 次提交
  10. 17 9月, 2008 1 次提交
    • D
      wusb: WHCI host controller driver · 7e6133aa
      David Vrabel 提交于
      A driver for Wireless USB host controllers that comply with the
      Wireless Host Controller Interface (HCI) specification as published by
      Intel.
      
      The latest publically available version of the specification (0.95) is
      supported (except for isochronous transfers).
      
      Build fixes by Randy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
      7e6133aa