1. 07 1月, 2009 1 次提交
  2. 26 11月, 2008 1 次提交
  3. 25 11月, 2008 1 次提交
    • D
      wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactive · 56968d0c
      David Vrabel 提交于
      ASL/PZL updates while the WUSB channel is inactive (i.e., the PZL and
      ASL are stopped) may not complete.  This causes hangs when removing the
      whci-hcd module if a device is still connected (removing the device
      does an endpoint_disable which results in an ASL update to remove the
      qset).
      
      If the WUSB channel is inactive the update can simply be skipped as the
      WHC doesn't care about the state of the ASL/PZL.
      Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
      56968d0c
  4. 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