aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2004-04-26 04:51:43 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-26 04:51:43 -0700
commit18d0f1510dde10149ba59cc3b97083c99fb3e3b5 (patch)
tree1d99696cce5e8a3d3c575bca1b3c38ae2f889f8b /Documentation
parent830cb0bc45fc6df9d32788928c44f7d1f14dc0c9 (diff)
downloadhistory-18d0f1510dde10149ba59cc3b97083c99fb3e3b5.tar.gz
[PATCH] One more USB fix
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.)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/usb/linux.inf6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/usb/linux.inf b/Documentation/usb/linux.inf
index 9e68660abbcd1b..2f7217d124ff63 100644
--- a/Documentation/usb/linux.inf
+++ b/Documentation/usb/linux.inf
@@ -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