[mythtv-users] MCEUSB blasting

John Drescher drescherjm at gmail.com
Fri Mar 11 20:00:32 UTC 2011


> USB Device ID, please?
>
> I've got a report from one person that the GP-IR02BK is now shipping with
> device ID 1784:0011 instead of 1784:0008, but that the 0011 also needs
> the gen3 init routine the 0008 required to get tx working.
>

I assume I need to add { USB_DEVICE(VENDOR_TOPSEED, 0x0011) },
to the following struct in drivers/lirc_mceusb/lirc_mceusb.c:

static struct usb_device_id gen3_list[] = {
	{ USB_DEVICE(VENDOR_PINNACLE, 0x0225) },
	{ USB_DEVICE(VENDOR_TOPSEED, 0x0008) },
	{}
};

Correct?

John

> --
> Jarod Wilson
> jarod at wilsonet.com
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>



-- 
John M. Drescher


More information about the mythtv-users mailing list