USB Intel PC Camera

Hi all,
I am writing USB driver for intel pc CS 110 Easy camera.
I dont know the vendor commands supported by this camera.
Is anybody have vendor commands supported by the USB Intel PC Camera
If anybody worked on this camera pls mail me the vendor commands or the
link where do i get the vendor commands.
thanx in advance

Rafi maniyar

: MdRafi Maniyar : Networking & Comm. Gp, Tata Elxsi Ltd |
: Phone : +91-80-8410222 Fax : +91-80-8410219 __________|

I have no idea why you would want to write drivers for another vendor’s
hardware that likely already has drivers, but…

I would look and see if there is a Linux driver for this camera, and follow
that. Also, does this camera follow any USB class specification? If not,
and there is no Linux driver, try to see if Intel will give out this info.
If no on all of this, you are doomed.


Bill McKenzie

“Mahammadrafi Maniyar” wrote in message
news:xxxxx@ntdev…
>
> Hi all,
> I am writing USB driver for intel pc CS 110 Easy camera.
> I dont know the vendor commands supported by this camera.
> Is anybody have vendor commands supported by the USB Intel PC Camera
> If anybody worked on this camera pls mail me the vendor commands or the
> link where do i get the vendor commands.
> thanx in advance
> -
> Rafi maniyar
> –
> : MdRafi Maniyar : Networking & Comm. Gp, Tata Elxsi Ltd |
> : Phone : +91-80-8410222 Fax : +91-80-8410219 __________ |
>
>
>
>

One more thing to try. You could use a native driver for this device if
there is one, and add a WDM lower filter driver below this native driver.
Use the filter to watch all URBs sent down by the device and you can attempt
to reverse engineer whatever is needed to initialize the camera.


Bill McKenzie

“Bill McKenzie” wrote in message
news:xxxxx@ntdev…
>
> I have no idea why you would want to write drivers for another vendor’s
> hardware that likely already has drivers, but…
>
> I would look and see if there is a Linux driver for this camera, and
follow
> that. Also, does this camera follow any USB class specification? If not,
> and there is no Linux driver, try to see if Intel will give out this info.
> If no on all of this, you are doomed.
>
> –
> Bill McKenzie
>
>
>
> “Mahammadrafi Maniyar” wrote in message
> news:xxxxx@ntdev…
> >
> > Hi all,
> > I am writing USB driver for intel pc CS 110 Easy camera.
> > I dont know the vendor commands supported by this camera.
> > Is anybody have vendor commands supported by the USB Intel PC Camera
> > If anybody worked on this camera pls mail me the vendor commands or the
> > link where do i get the vendor commands.
> > thanx in advance
> > -
> > Rafi maniyar
> > –
> > : MdRafi Maniyar : Networking & Comm. Gp, Tata Elxsi Ltd |
> > : Phone : +91-80-8410222 Fax : +91-80-8410219 __________ |
> >
> >
> >
> >
>
>
>
>