]> git.hungrycats.org Git - linux/commitdiff
[PATCH] One more USB fix
authorDavid Brownell <david-b@pacbell.net>
Mon, 26 Apr 2004 11:51:43 +0000 (04:51 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 26 Apr 2004 11:51:43 +0000 (04:51 -0700)
Here's another fix it'd be good to merge ...

No changes to the Linux code at all, but it'll makes the Windows
configuration of a Linux device running the Ethernet/RNDIS gadget behave
correctly on more versions of Windows.  (It might prevent some
Bluescreening too.)

Documentation/usb/linux.inf

index 9e68660abbcd1b569827b811f73197b6a3c7dfd3..2f7217d124ff632317dbd20436adb5c27a49fcd1 100644 (file)
@@ -31,7 +31,7 @@ DriverVer           = 03/30/2004,0.0.0.0
 %LinuxDevice%    = RNDIS, USB\VID_0525&PID_a4a2
 
 [LinuxDevices.NT.5.1]
-%LinuxDevice%    = RNDIS.NT.5.1, USB\VID_0525&PID_a4a1
+%LinuxDevice%    = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2
 
 [ControlFlags]
 ExcludeFromSelect=*
@@ -57,7 +57,7 @@ HKR, Ndi\Interfaces, LowerRange,       0, "ethernet"
 HKR, Ndi\Install,    ndis3,            0, "RNDIS_Install_98"
 HKR, Ndi\Install,    ndis4,            0, "RNDIS_Install_98"
 HKR, Ndi\Install,    ndis5,            0, "RNDIS_Install_98"
-HKR, Ndi,            DeviceId,         0, "USB\VID_0525&PID_a4a1"
+HKR, Ndi,            DeviceId,         0, "USB\VID_0525&PID_a4a2"
 
 [RNDIS_Install_98]
 CopyFiles=RNDIS_CopyFiles_98
@@ -89,7 +89,7 @@ HKR, Ndi\Interfaces, LowerRange,       0, "ethernet"
 HKR, Ndi\Install,    ndis3,            0, "RNDIS_Install_ME"
 HKR, Ndi\Install,    ndis4,            0, "RNDIS_Install_ME"
 HKR, Ndi\Install,    ndis5,            0, "RNDIS_Install_ME"
-HKR, Ndi,            DeviceId,         0, "USB\VID_0525&PID_a4a1"
+HKR, Ndi,            DeviceId,         0, "USB\VID_0525&PID_a4a2"
 
 [RNDIS_Install_ME]
 CopyFiles=RNDIS_CopyFiles_ME