[Openib-windows] RE: [PATCH] MT23108: Fix INF to allow automated installation
Leonid Keller
leonid at mellanox.co.il
Thu May 11 01:43:45 PDT 2006
Applied, thanks
> -----Original Message-----
> From: Fab Tillier [mailto:ftillier at silverstorm.com]
> Sent: Thursday, May 11, 2006 2:57 AM
> To: Leonid Keller
> Cc: openib-windows at openib.org
> Subject: [PATCH] MT23108: Fix INF to allow automated installation
>
> 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"
>
More information about the ofw
mailing list