Re: install hid driver
From: Ray Trent (ratrent_at_nospam.nospam)
Date: 02/18/05
- Next message: Ray Trent: "Re: PREfast: Different outcome if compiled with or without?"
- Previous message: Matt Kane: "ERROR_CRC when reading from USB"
- In reply to: Sam M.H. Tsai: "Re: install hid driver"
- Next in thread: Sam M.H. Tsai: "Re: install hid driver"
- Reply: Sam M.H. Tsai: "Re: install hid driver"
- Messages sorted by: [ date ] [ thread ]
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\..
- Next message: Ray Trent: "Re: PREfast: Different outcome if compiled with or without?"
- Previous message: Matt Kane: "ERROR_CRC when reading from USB"
- In reply to: Sam M.H. Tsai: "Re: install hid driver"
- Next in thread: Sam M.H. Tsai: "Re: install hid driver"
- Reply: Sam M.H. Tsai: "Re: install hid driver"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|