Track binary driver/installer payloads via Git LFS
Reverses the earlier '.gitignore + filter-repo' approach: 849 binary files (.cab .sys .dll .inf .cat .exe .msi .msp .mst .jar .icm .chm .jsa .prn .dl_ .da_ .ch_ .in_ .ex_ .ds_, case-insensitive) now flow through LFS (.gitattributes), while the repo tree stays small. Rationale: fresh clones should be buildable without out-of-band driver fetches. LFS keeps the blobs on Gitea's LFS storage; the repo ships pointer files (~140 bytes each). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
42
.gitattributes
vendored
Normal file
42
.gitattributes
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
*.exe filter=lfs diff=lfs merge=lfs -text
|
||||
*.EXE filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.ZIP filter=lfs diff=lfs merge=lfs -text
|
||||
*.msi filter=lfs diff=lfs merge=lfs -text
|
||||
*.MSI filter=lfs diff=lfs merge=lfs -text
|
||||
*.msp filter=lfs diff=lfs merge=lfs -text
|
||||
*.MSP filter=lfs diff=lfs merge=lfs -text
|
||||
*.mst filter=lfs diff=lfs merge=lfs -text
|
||||
*.MST filter=lfs diff=lfs merge=lfs -text
|
||||
*.cab filter=lfs diff=lfs merge=lfs -text
|
||||
*.CAB filter=lfs diff=lfs merge=lfs -text
|
||||
*.sys filter=lfs diff=lfs merge=lfs -text
|
||||
*.SYS filter=lfs diff=lfs merge=lfs -text
|
||||
*.dll filter=lfs diff=lfs merge=lfs -text
|
||||
*.DLL filter=lfs diff=lfs merge=lfs -text
|
||||
*.inf filter=lfs diff=lfs merge=lfs -text
|
||||
*.INF filter=lfs diff=lfs merge=lfs -text
|
||||
*.cat filter=lfs diff=lfs merge=lfs -text
|
||||
*.CAT filter=lfs diff=lfs merge=lfs -text
|
||||
*.dl_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.DL_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.da_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.DA_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.ch_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.CH_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.in_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.IN_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.ex_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.EX_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.ds_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.DS_ filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.JAR filter=lfs diff=lfs merge=lfs -text
|
||||
*.icm filter=lfs diff=lfs merge=lfs -text
|
||||
*.ICM filter=lfs diff=lfs merge=lfs -text
|
||||
*.chm filter=lfs diff=lfs merge=lfs -text
|
||||
*.CHM filter=lfs diff=lfs merge=lfs -text
|
||||
*.jsa filter=lfs diff=lfs merge=lfs -text
|
||||
*.JSA filter=lfs diff=lfs merge=lfs -text
|
||||
*.prn filter=lfs diff=lfs merge=lfs -text
|
||||
*.PRN filter=lfs diff=lfs merge=lfs -text
|
||||
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,27 +1,7 @@
|
||||
*.exe
|
||||
*.zip
|
||||
*.msi
|
||||
*.msp
|
||||
*.mst
|
||||
*.cab
|
||||
*.sys
|
||||
*.dll
|
||||
*.inf
|
||||
*.cat
|
||||
*.dl_
|
||||
*.da_
|
||||
*.ch_
|
||||
*.in_
|
||||
*.ex_
|
||||
*.ds_
|
||||
*.EXE
|
||||
*.ZIP
|
||||
*.MSI
|
||||
*.CAB
|
||||
*.SYS
|
||||
*.DLL
|
||||
*.INF
|
||||
*.CAT
|
||||
# Binaries tracked via Git LFS (see .gitattributes)
|
||||
# Keep these ignored only if you don't want LFS pointers:
|
||||
# *.exe *.cab *.dll *.sys *.inf *.cat etc.
|
||||
|
||||
Thumbs.db
|
||||
Output/
|
||||
.claude/
|
||||
|
||||
BIN
BlueSSOFix/EAP-PEAP.msi
LFS
Normal file
BIN
BlueSSOFix/EAP-PEAP.msi
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/DrvX64.cab
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/DrvX64.cab
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/PrinterDriverInstaller_x64.msi
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/PrinterDriverInstaller_x64.msi
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/msi/Binary.DIFxApp.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/msi/Binary.DIFxApp.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/msi/Binary.DIFxAppA.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/msi/Binary.DIFxAppA.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/msi/Binary.HIDCustomActions.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/msi/Binary.HIDCustomActions.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/GR.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/GR.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/LM.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/LM.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/Mon.exe
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/Mon.exe
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/PnP.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/PnP.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/Port.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/Port.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/PortUi.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/PortUi.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/Tbo.exe
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/Tbo.exe
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/UI.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/UI.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/resEn.dll
LFS
Normal file
BIN
HIDCardPrinter/HIDDTC4500e/extracted/x64/resEn.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/DTC4500e.inf
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/DTC4500e.inf
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/DTC4500e_x64.cat
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/DTC4500e_x64.cat
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/GR.dll
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/GR.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/LM.dll
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/LM.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/PnP.dll
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/PnP.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/Port.dll
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/Port.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/PortUi.dll
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/PortUi.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/UI.dll
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/UI.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/drivers/HID_DTC4500e/resEn.dll
LFS
Normal file
BIN
HIDCardPrinter/drivers/HID_DTC4500e/resEn.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500e.inf
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500e.inf
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eGR.dll
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eGR.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eLM.dll
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eLM.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eMon.exe
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eMon.exe
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500ePNP.dll
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500ePNP.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eResEN.dll
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eResEN.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eUI.dll
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500eUI.dll
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500e_x64.cat
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500e_x64.cat
LFS
Normal file
Binary file not shown.
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500etbo.exe
LFS
Normal file
BIN
HIDCardPrinter/dtc4500e.inf_amd64_4237feed00506723/DTC4500etbo.exe
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZid412.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZid412.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZipr12.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZipr12.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZisc12.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZisc12.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZius12.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZius12.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZs2k12.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/HPZs2k12.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/Hpzc3212.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/Hpzc3212.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/difxapi.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/difxapi.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/hppldcoi.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/Win2000/hppldcoi.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/WinXP/hppaufd0.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/Drivers/Dot4/WinXP/hppaufd0.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/P6i2zhcn.cab
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/P6i2zhcn.cab
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/fxcompchannel.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/fxcompchannel.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbcfgre.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbcfgre.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbdrvjct1004.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbdrvjct1004.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio200l.cat
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio200l.cat
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio200l.inf
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio200l.inf
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio200le.cat
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio200le.cat
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio200le.inf
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio200le.inf
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio32.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuio32.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuiocert.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuiocert.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuiodm32.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpbuiodm32.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpc6r355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpc6r355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcc3355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcc3355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcdmc32.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcdmc32.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcev355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcev355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpchl355.cab
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpchl355.cab
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcjpm.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcjpm.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcls355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcls355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcpe355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcpe355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcpn355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcpn355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcpp355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcpp355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcsat20.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcsat20.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcss355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcss355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcst355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcst355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcu355c.cab
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcu355c.cab
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcu355c.cat
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcu355c.cat
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcu355c.inf
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcu355c.inf
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcui355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcui355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpcur355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpcur355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpfie355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpfie355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpfxbulk.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpfxbulk.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpfxcomw.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpfxcomw.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpfxgen.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpfxgen.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmdp355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmdp355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmews01.cat
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmews01.cat
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmews01.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmews01.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmews01.inf
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmews01.inf
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmja355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmja355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmldm01.cat
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmldm01.cat
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmldm01.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmldm01.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmldm01.inf
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmldm01.inf
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmlm225.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmlm225.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmml355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmml355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmnndps.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmnndps.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmnque.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmnque.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmpm082.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmpm082.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmprein.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmprein.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmpw082.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmpw082.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmsl355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmsl355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmtp355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmtp355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmur355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmur355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hpmux355.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hpmux355.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hppcbulkio.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hppcbulkio.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hppccompio.dll
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hppccompio.dll
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hppcgenio.sys
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hppcgenio.sys
LFS
Normal file
Binary file not shown.
BIN
HPOfflineInstaller/drivers/hp_x32/hppewnd.cat
LFS
Normal file
BIN
HPOfflineInstaller/drivers/hp_x32/hppewnd.cat
LFS
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user