www.pudn.com > OSBDM08.zip > version.h
#define VERSION_SW 0x01 #define VERSION_HW 0x10 #define VERSION (VERSION_HW+256*VERSION_SW) /* intel endianism */ /* SW Changes: 0.1 12/12/2004 Initial coding */ /* General comments: */ /* Known bugs: 1. device not functional after computer hibernation When the device is attached and the computer is hibernated and then woken up again, the computer does not seem to want to talk to the device anymore. I do not know what to do about this. Other devices (like my mouse) seem to survive the same thing OK, so it must be the device, but what is it? Enabling/disabling the device in device manager brings it into stop and wakes it up again as expected. The computer cuts power to the device during hibernation, what is it expecting?? */