Mea Culpa. I meant a Compaq NC-6000 laptop. Sorry. I really looked
for a Compaq driver.
http://h20000.www2.hp.com/bizsuppor...esId=367367&swLang=8&taskId=135&swEnvOID=1093
This driver is for WinXP.
http://h20000.www2.hp.com/bizsuppor...&swLang=8&mode=2&taskId=135&swItem=ob-29679-1
"- Fixes issue that occurred when using an
external PS/2 mouse and selecting an
action with mouse button 2 (MB2)."
No mention of USB there.
In the SynHid.inf file...
[SynMfg]
%USB\Vid_06CB&Pid_0001.DeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0001
%USB\Vid_06CB&Pid_0001.DeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0002
%USB\Vid_06CB&Pid_0001.DeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0003
%USB\Vid_06CB&Pid_0001.DeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0006
%USB\Vid_06CB&Pid_0001.DeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0007
%USB\Vid_06CB&Pid_0001.DeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0008
%USB\Vid_06CB&Pid_0002.DeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0009&MI_00
%USB\Vid_06CB&Pid_0002.DeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0009&MI_01
Then, looking that up here, the description looks rather generic.
Like, a lot of devices map to the same entries. And this isn't
a surprise, because the thing primarily starts life as a mouse
emulation, and when this filter driver is installed, it examines
the stream of coordinates and adds extra (virtual) features.
And since this is a USB connected device, you would think
adding the "USB disable" feature when a USB mouse was present,
would make sense. Trouble is, that update is from 2005.
http://www.linux-usb.org/usb.ids
06cb Synaptics, Inc.
0001 TouchPad
0002 Integrated TouchPad
I look at the old driver, to get some idea of the hardware identity.
Your Touchpad is either 0001 or 0002.
*******
So if I randomly select the next Touchpad driver I can find...
http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=us&lc=en&dlc=en&softwareitem=ob-48345-1
The synhid.inf in there covers more devices, including 0001 and 0002.
This is in the WinNT5 folder (there is also a WinWDF folder for Vista).
The driver download size is roughly 3x the previous one.
DriverVer=01/12/2007, 9.1.11.0
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0001
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0002
%USB.SynDeviceDesc%=USB_cPad_Inst, USB\Vid_06CB&Pid_0003
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0006
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0007
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0008
%USB_Comp.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0009&MI_00
%USB_Comp.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0009&MI_01
I "look through" a driver file, using 7ZIP. It can open
archive files, using the right-click menu in the file explorer
in Windows. What it can't do, is look in the .cab files
of an InstallShield, but in the case of some of the HP
drivers, things like the .INF files are out in the open.
http://www.7-zip.org/
There's no way of knowing whether the "USB disconnect" feature is in
there or not.
The HP site offers this generic advice, and it looks like the
mouse control panel is augmented by the Synaptics driver. There
is a disable option in the control panel (a manual feature).
No mention of automatic USB disable when a mouse is plugged in.
My Acer tablet doesn't do that (touchpad still runs, when my
USB mouse is present).
http://h10025.www1.hp.com/ewfrf/wc/...cc=ad&dlc=en&lc=en&jumpid=reg_r1002_usen#N903
http://h10025.www1.hp.com/ewfrf-JAVA/Doc/images/444/c03523757.jpg
*******
So how do you play with those safely ?
1) You could back up all of C: and fool around safely.
2) You could set a "Restore Point" using System Restore.
Which for ordinary drivers, might be sufficient to remove
the driver if something bad happens. System Restore doesn't
handle all file types well, which is why I don't trust it
as much as (1) as a remedy for bad drivers.
3) Device Manager has a "roll back driver" option, which works
to a depth of one. If a new driver turns out to be a disaster,
that option is available to you. That option might be suitable
for things like Promise "installer-less, INF based" driver updates.
Option 1 is more work, but in a "take no prisoners" software
situation, it's an option I rely on quite often. It's why
my C: partition has been trimmed down, and the cruft put
elsewhere. Making the time to backup C:, less than ten minutes.
Have fun,
Paul