https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8cf363feb146d40228a5048ea204ad9ea0fc1112

commit 8cf363feb146d40228a5048ea204ad9ea0fc1112
Author:     Stanislav Motylkov <[email protected]>
AuthorDate: Tue Jan 5 02:58:04 2021 +0300
Commit:     Stanislav Motylkov <[email protected]>
CommitDate: Tue Jan 5 02:58:04 2021 +0300

    [UNIATA] Fix one of INF sections that made device unrecognized
    
    In fact, UniATA todo.txt file mentions it implicitly:
    - 159.fix bug with invalid INF section under XP+    (43e2)
    
    CORE-17398
---
 drivers/storage/ide/uniata/uniata_comm.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/storage/ide/uniata/uniata_comm.inf 
b/drivers/storage/ide/uniata/uniata_comm.inf
index 12ea786cbf5..afdebae4028 100644
--- a/drivers/storage/ide/uniata/uniata_comm.inf
+++ b/drivers/storage/ide/uniata/uniata_comm.inf
@@ -54,7 +54,7 @@ uniata.sys
 ;
 
 [uniata_Inst.Services]
-AddService =
+AddService = , 0x00000002
 
 ;
 ; Source file information

Reply via email to