I need to analyze about 10 kernel mode drivers for HID devices that work on XP and figure out if they would work on Vista. If not what needs to change.
Its the equivalent of doing Application Compatability testing (ACT) for Device Drivers. There is no such tool though - but is there some process or approach that can be used to identify where incompatibilities are and fix those.
Also, is it possible that drivers created for XP using WDM or WDF can be installed on Vista without any changes and work.