[Openib-windows] [PATCH] MT23108: Fix INF to allow automated installation

Fab Tillier ftillier at silverstorm.com
Wed May 10 16:57:21 PDT 2006


Hi Leo,

The SetupAPI function UpdateDriverForPlugAndPlayDevices expects the ClassGUID in
the INF to be explicit (and not a string substitution).

This patch changes the INF file to list the ClassGUID explicitly.

Please apply.

Thanks,

- Fab

Index: hw/mt23108/kernel/infinihost.inf
===================================================================
--- hw/mt23108/kernel/infinihost.inf	(revision 334)
+++ hw/mt23108/kernel/infinihost.inf	(working copy)
@@ -4,7 +4,7 @@
 [Version]
 Signature="$Windows NT$"
 Class=InfiniBandHca
-ClassGUID=%HcaClassGuid%
+ClassGUID={58517E00-D3CF-40c9-A679-CEE5752F4491}
 Provider=%OPENIB%
 DriverVer=04/26/2006,1.0.0000.331
 
@@ -170,7 +170,6 @@
 HKR,"Parameters","DebugFlags",%REG_DWORD%,0x80000000
 
 [Strings]
-HcaClassGuid = "{58517E00-D3CF-40c9-A679-CEE5752F4491}"
 OPENIB = "OpenIB Alliance"
 MTL = "Mellanox Technologies Ltd."
 MT23108.ServiceDesc = "Mellanox MT23108 InfiniBand HCA Driver"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mt23108_inf.patch
Type: application/octet-stream
Size: 690 bytes
Desc: not available
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20060510/481ed77a/attachment.obj>


More information about the ofw mailing list