microsoft / busiotools

Tools for debugging and testing io buses for Windows
MIT License
192 stars 100 forks source link

Adding i8042prt and HidSpiCx to HidOnlyProfile #95

Closed AndrewYangMSFT closed 3 years ago

AndrewYangMSFT commented 3 years ago

i8042prt is currently only included in the "BusesAllProfile" profile. When choosing "HidOnlyProfile", it's not included.

The PR adds i8042prt to the "HidOnlyProfile" profile as well. Technically, PS/2 isn't HID. But "HidTrace" is the most appropriate among all the existing event collectors here.

The PR also adds HidSpiCx to the "HidOnlyProfile" profile as well as the "BusesAllProfile" profile.

In addition, the PR includes the following two more updates for the "BusesAllProfile" profile for correction.

Verification

Tested locally using wpr.exe by specifying !BusesAllProfile, !HidOnlyProfile, !UsbCOnlyProfile and no profile.