1. 21 Jan, 2004 1 commit
  2. 07 Jan, 2004 1 commit
    • Ben Avison's avatar
      Update from John: · df96979f
      Ben Avison authored
      > Reduce root port reset delay to 50ms from 250ms to work with Chicony
      > keyboards (again).  Comment out duplicate free(udev) at end of
      > usbmodule:config_detach.
      
      Version 0.20. Tagged as 'NetBSD-0_20'
      df96979f
  3. 03 Jun, 2003 1 commit
  4. 23 May, 2003 1 commit
    • Ben Avison's avatar
      Added new CallDevice reason code (&80000005) to clear a stall condition on a... · 9b1dc296
      Ben Avison authored
      Added new CallDevice reason code (&80000005) to clear a stall condition on a pipe with a given FileSwitch handle
      
      New usbdevs and usbdevs_data from NetBSD
      Rewrote power source detection to skirt round dodgy devices which say
      they're self powered,set MaxPower=0,and don't respond to a getstatus()
      Copes better with devices being unplugged while a transfer using them is active
      
      Version 0.17. Tagged as 'NetBSD-0_17'
      9b1dc296
  5. 14 May, 2003 1 commit
    • Ben Avison's avatar
      Support for SCSISoftUSB, and some tidying up. · 27401fc0
      Ben Avison authored
      Detail:
        * Errors now use the allocated error number base, &819000, instead of a
          base in the private range, &50000000. "USB transfer failed" errors now
          have use a sub-range of error numbers from &819020; the original BSD
          error number can be retrieved from the bottom 5 bits of the RISC OS
          error number.
        * Service_USB 1 now returns the list in the order in which the devices,
          rather than in the reverse order as previous versions of the module did.
        * A little tweaking of h/usb_port to reduce compiler warnings.
        * Some compiler-satisfying changes to allow use of packed structures.
          (However, the compiler doesn't seem to work correctly yet, so this is
          currently switched out using -DDISABLE_PACKED on the command line.)
        * Added full stops to end of star command help strings for consistency
          with rest of OS.
        * New exports: USBDevFS (moved here from ^.h) and a few files in dev/usb/h
          and sys/h.
      Admin:
        Error number overhaul and new exports are both required by SCSISoftUSB.
      
      Version 0.16. Tagged as 'NetBSD-0_16'
      27401fc0
  6. 15 Apr, 2003 1 commit
  7. 11 Apr, 2003 1 commit
  8. 10 Apr, 2003 1 commit
    • Kevin Bracey's avatar
      Fix for erratic behaviour after having unplugged hubs: TAILQ was being given... · 495f60f3
      Kevin Bracey authored
      Fix for erratic behaviour after having unplugged hubs: TAILQ was being given an entry which wasn't on its list, and the behaviour was to break the list and poke a zero into the reset vector!
      
      Also, some extra IFDEF's so that debug builds will work again.
      A few typos/spelling errors changed.
      
      Version 0.11. Tagged as 'NetBSD-0_11'
      495f60f3
  9. 08 Apr, 2003 1 commit
  10. 08 Mar, 2003 1 commit
  11. 02 Mar, 2003 1 commit
    • Robert Sprowson's avatar
      Found a "busses" lingering in the messages file,also removed a \n which must... · f5d5a094
      Robert Sprowson authored
      Found a "busses" lingering in the messages file,also removed a \n which must have been copied from a printf somewhere.
      
      Old service call detail removed from c.port as it's defined in another
      file differently!
      USBDiscover is now only available for debugging purposes.
      Internationalised the mouse name (default is still "USB mouse").
      
      Version 0.08. Tagged as 'NetBSD-0_08'
      f5d5a094
  12. 22 Feb, 2003 1 commit
  13. 07 Feb, 2003 1 commit
    • Dan Ellis's avatar
      Another fix to the previous buffer overrun fix,such that this time the command... · 7d316e9c
      Dan Ellis authored
      Another fix to the previous buffer overrun fix,such that this time the command aliases actually get executed now.
      
      Timing code changed to work round HAL call not returning the right value
      so temporarily wired to 2000000.
      Change to Makefile so ROM builds don't have annoying throwback windows
      popping up,this is now in the !Mk file.Also "-ff" function names away.
      
      Version 0.05. Tagged as 'NetBSD-0_05'
      7d316e9c
  14. 31 Jan, 2003 1 commit
  15. 29 Jan, 2003 1 commit
  16. 28 Jan, 2003 2 commits