Dear All,

I am developing an AVStream device driver for an MPEG2 USB box. Now I
want to implement the remote controller (IR) function. But I don't know what
kind of device drivers (HID, IrDA NDIS and etc) should I implement? Where
could I get remote controller (IR) sample driver codes? Any comments are very
appreciated.

Thanks,
Edward

Re: AVStream : Remote controller (IR) by Max

Max
Fri May 27 12:05:23 CDT 2005

I've never implemented anything like this myself, but from what I know
people usually either write a HID minidriver for that function or better yet
do it entirely in the firmware so that it is enumerated by OS as the
separate HID device served by drivers shipped in the box (that's how
MediaCenter remote control is done).

-- Max.


"Edward Hsu" <EdwardHsu@discussions.microsoft.com> wrote in message
news:7BE1EE34-C4CC-4EEF-9030-C28A55364A4D@microsoft.com...
> Dear All,
>
> I am developing an AVStream device driver for an MPEG2 USB box. Now I
> want to implement the remote controller (IR) function. But I don't know
> what
> kind of device drivers (HID, IrDA NDIS and etc) should I implement? Where
> could I get remote controller (IR) sample driver codes? Any comments are
> very
> appreciated.
>
> Thanks,
> Edward