usbip: restore VBoxUSB INF assets corrupted by line-ending normalization
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user