Re: install hid driver
From: Sam M.H. Tsai (Tsai_at_discussions.microsoft.com)
Date: 02/18/05
- Next message: Sam M.H. Tsai: "Re: install hid driver"
- Previous message: Gabriel Bogdan: "Re: NDIS IM Send-Receive"
- In reply to: Ray Trent: "Re: install hid driver"
- Next in thread: Sam M.H. Tsai: "Re: install hid driver"
- Reply: Sam M.H. Tsai: "Re: install hid driver"
- Reply: Ray Trent: "Re: install hid driver"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Feb 2005 04:41:04 -0800
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\..
>
- Next message: Sam M.H. Tsai: "Re: install hid driver"
- Previous message: Gabriel Bogdan: "Re: NDIS IM Send-Receive"
- In reply to: Ray Trent: "Re: install hid driver"
- Next in thread: Sam M.H. Tsai: "Re: install hid driver"
- Reply: Sam M.H. Tsai: "Re: install hid driver"
- Reply: Ray Trent: "Re: install hid driver"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|