1. 03 Apr, 2009 1 commit
  2. 24 Mar, 2009 2 commits
  3. 17 Mar, 2009 1 commit
  4. 07 Jan, 2009 1 commit
    • Harvey Harrison's avatar
      USB: wusb: annotate association types withe proper endianness · d767d888
      Harvey Harrison authored
      
      Also a trivial annotation in rh.c for:
      drivers/usb/wusbcore/rh.c:366:9: warning: incorrect type in assignment (different base types)
      drivers/usb/wusbcore/rh.c:366:9:    expected unsigned short [unsigned] [short] [usertype] <noident>
      drivers/usb/wusbcore/rh.c:366:9:    got restricted __le16 [usertype] <noident>
      drivers/usb/wusbcore/rh.c:367:9: warning: incorrect type in assignment (different base types)
      drivers/usb/wusbcore/rh.c:367:9:    expected unsigned short [unsigned] [short] [usertype] <noident>
      drivers/usb/wusbcore/rh.c:367:9:    got restricted __le16 [usertype] <noident>
      
      Association types annotation fixes piles of warnings similar to:
      drivers/usb/wusbcore/cbaf.c:238:30: warning: incorrect type in initializer (different base types)
      drivers/usb/wusbcore/cbaf.c:238:30:    expected restricted __le16 [usertype] id
      drivers/usb/wusbcore/cbaf.c:238:30:    got int
      drivers/usb/wusbcore/cbaf.c:238:30: warning: incorrect type in initializer (different base types)
      drivers/usb/wusbcore/cbaf.c:238:30:    expected restricted __le16 [usertype] len
      drivers/usb/wusbcore/cbaf.c:238:30:    got int
      Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
      Cc: David Vrabel <david.vrabel@csr.com>
      Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      d767d888
  5. 06 Jan, 2009 1 commit
  6. 22 Dec, 2008 2 commits
  7. 12 Dec, 2008 2 commits
  8. 25 Nov, 2008 1 commit
    • David Vrabel's avatar
      wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactive · 56968d0c
      David Vrabel authored
      
      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: default avatarDavid Vrabel <david.vrabel@csr.com>
      56968d0c
  9. 19 Nov, 2008 1 commit
    • David Vrabel's avatar
      uwb: add basic radio manager · 6fae35f9
      David Vrabel authored
      
      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: default avatarDavid Vrabel <david.vrabel@csr.com>
      6fae35f9
  10. 31 Oct, 2008 1 commit
  11. 28 Oct, 2008 4 commits
  12. 16 Oct, 2008 1 commit
  13. 15 Oct, 2008 1 commit
  14. 17 Sep, 2008 11 commits