Closed mariobalanica closed 3 years ago
I noticed that INF files are being detected as binary, so no diff available for them. I think it should be possible to modify .gitattributes
to fix this.
@idigdoug merged the required changes in his PR: https://github.com/raspberrypi/windows-drivers/pull/4 Closing this.
@binarymaster yeah, it's due to the UTF-16 encoding requirement of INFs. I'll have a look at what can be added in the .gitattributes to fix this. Thanks!
Building the drivers with Inf2Cat enabled works fine now. Also fixed some deprecation warnings.