← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 626633] [NEW] Missing MCE remote from default config file

 

Public bug reported:

Binary package hint: lirc

Ubuntu release 10.04
Lirc version 0.8.6

There is missing support in the default lirc_mceusb.c for the mce remote
with the following id: ID 147a:e03e Formosa Industrial Computing, Inc.

The following needs to be in the code:

static struct usb_device_id mceusb_dev_table[] = {

	/* Formosa Industrial Computing, Inc. */
	{ USB_DEVICE(VENDOR_FORMOSA, 0xe03e) },

}

** Affects: lirc (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Missing MCE remote from default config file
https://bugs.launchpad.net/bugs/626633
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to lirc in ubuntu.

Status in “lirc” package in Ubuntu: New

Bug description:
Binary package hint: lirc

Ubuntu release 10.04
Lirc version 0.8.6

There is missing support in the default lirc_mceusb.c for the mce remote with the following id: ID 147a:e03e Formosa Industrial Computing, Inc. 

The following needs to be in the code:

static struct usb_device_id mceusb_dev_table[] = {

	/* Formosa Industrial Computing, Inc. */
	{ USB_DEVICE(VENDOR_FORMOSA, 0xe03e) },

}





Follow ups

References