• Jeffrey Lee's avatar
    Update HAL USB code for new HAL_KbdScanInterrupt behaviour. Fix data aborts... · 68f485b5
    Jeffrey Lee authored
    Update HAL USB code for new HAL_KbdScanInterrupt behaviour. Fix data aborts during keyboard scanning.
    
    Detail:
      build/c/usbhal, build/h/usbhal - Updated USBHAL_KbdScanInterrupt to behave the same way HAL_KbdScanInterrupt is now expected to behave.
      build/c/ehci, build/c/ohci - Fixed some root hub emulation code which was writing to a global structure before copying it into the destination buffer. Although this works fine in ROM modules it was causing data aborts in the USB HAL libraries due to lack of automatic RW data relocation by the compiler.
      build/Version - Updated version numbers
    Admin:
      Tested on rev C2 BB.
    
    
    Version 0.62. Tagged as 'NetBSD-0_62'
    68f485b5
VersionNum 811 Bytes
/* (0.62)
 *
 * This file is automatically maintained by srccommit, do not edit manually.
 * Last processed by srccommit version: 1.1.
 *
 */
#define Module_MajorVersion_CMHG        0.62
#define Module_MinorVersion_CMHG        
#define Module_Date_CMHG                22 Aug 2011

#define Module_MajorVersion             "0.62"
#define Module_Version                  62
#define Module_MinorVersion             ""
#define Module_Date                     "22 Aug 2011"

#define Module_ApplicationDate          "22-Aug-11"

#define Module_ComponentName            "NetBSD"
#define Module_ComponentPath            "mixed/RiscOS/Sources/HWSupport/USB/NetBSD"

#define Module_FullVersion              "0.62"
#define Module_HelpVersion              "0.62 (22 Aug 2011)"
#define Module_LibraryVersionInfo       "0:62"