0443becf97
The catalog signature covers the INF bytes; git's CRLF-to-LF normalization made SetupCopyOEMInfW reject the package with ERROR_FILE_HASH_NOT_IN_CATALOG, so the drivers could never install. Restore the pristine upstream bytes and mark both driver asset trees -text so checkout cannot corrupt them again.
6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
# Signed driver packages: catalog signatures cover the INF bytes, so
|
|
# any line-ending normalization corrupts the package (SetupCopyOEMInfW
|
|
# fails with ERROR_FILE_HASH_NOT_IN_CATALOG).
|
|
common/vboxusb/assets/** -text
|
|
common/usbipvhci/assets/** -text
|