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:
世界
2026-06-10 09:23:04 +08:00
parent bb60072e01
commit 0443becf97
3 changed files with 211 additions and 206 deletions
+5
View File
@@ -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