Re: install hid driver

From: Ray Trent (ratrent_at_nospam.nospam)
Date: 02/18/05


Date: Fri, 18 Feb 2005 13:32:09 -0800

Hard to tell without having the INF. Post it and I'll take a look.

Some possibilities: did you reference the CAT file in the INF's
CatalogFile section? Did you remember to put the cat file in the same
directory as the installation? Does the INF file install on a unique PnP
ID? (I'm not sure GENERIC_SYSTEM_KEYBOARD (or whatever) will work). Is
the version date resource set correctly to a date after that of the
system's normal driver?

Sam M.H. Tsai wrote:
> Hi Mr. Trent:
>
> As you mentioned below. If driver was signed by WHQL it will be installed
> transparently when device plug-in.
>
> My Driver was signed WHQL and we've obtained catalog file. Preinstall driver
> by SetupCopyOEMInf() also work well (OEMxx.inf was created). But when I
> plugged in my USB keyboard device, 'Find New Hardware Wizard' apeared. It
> should installed driver transparently, shouldn't it?
>
> Did I miss any thing in INF file, or somthing I forget to do?
>
> Thanks.
>
> Sam M.H. Tsai
>
> "Ray Trent" wrote:
>
>
>>More or less, the answer is 1) get your driver signed by WHQL, 2) call
>>SetupCopyOemInf to prep the system to install your driver when the
>>device is installed. When the device is plugged in, the driver will be
>>installed transparently.
>>
>>It's a good idea to *also* call UpdateDriverForPlugAndPlayDevices in
>>case the device happens to already be plugged in and a driver installed.
>>
>>Noah538 wrote:
>>
>>>How can I setup or install a filtr driver on a hid device, before the
>>>first time I plug into system (xp/2000)?
>>>
>>>and , How can I install the same filtr for every usb port which
>>>devnodes are different in just only 1 setup process? (so I don't have
>>>to install again when plug into another usb port?)
>>>
>>>Thank you for help.
>>>
>>
>>--
>>.../ray\..
>>

-- 
../ray\..


Relevant Pages

  • Re: assessing winusb potential
    ... I am able to install it on Vista successfully with the following INF. ... This INF is taken from Thesycon (USBIO driver - Third party) and modified. ... refer to the Windows DDK documentation. ...
    (microsoft.public.development.device.drivers)
  • Re: Asus V9250 magic graphics driver - cant see adaptor in Contro
    ... I did what you advised and driver is not installed so i've missed some ... However i relied on inf import to ... adapter is correctly installed (using device manager-install) and compare ... when you install the driver through Device Manager you are ...
    (microsoft.public.windowsxp.embedded)
  • Re: Loading winusb.sys in Window XP
    ... I attached my inf file, ... And when I tried to install the driver, I am getting the error code 37. ... for Driver Service osrusbfx2 using KMDF lib version Major 0x1, ...
    (microsoft.public.development.device.drivers)
  • Re: Windows XP vs Vista update unsigned PNP USB driver
    ... If you update the sys file, its version should be changed, and you need to ... do the same in the DriverVer of the INF file. ... So the INF file should change whenever you update the driver. ... Fresh install of sys file and inf file presents the user with a Security ...
    (microsoft.public.development.device.drivers)
  • Windows XP vs Vista update unsigned PNP USB driver
    ... trying to update the driver, the update logic seems to behave differently on ... Fresh install of sys file and inf file presents the user with a Security ...
    (microsoft.public.development.device.drivers)