Bug 42926 - mceusb: add Formosa device ID 0xe042
Summary: mceusb: add Formosa device ID 0xe042
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Input Devices (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_input-devices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 06:57 UTC by Nico
Modified: 2012-08-31 17:05 UTC (History)
1 user (show)

See Also:
Kernel Version: 3.2.11
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Nico 2012-03-14 06:57:38 UTC
Hello, this is my first Kernel-Bug-Report, i hope everything will be all right.

Please add the following lines in mceusb.c ...

/* Formosa21 / eHome Infrared Receiver */ 
{ USB_DEVICE(VENDOR_FORMOSA, 0xe042) }, 

... for IR-Receiver:

lsusb
Bus 003 Device 003: ID 147a:e042 Formosa Industrial Computing, Inc. 


exactly like here:
http://www.spinics.net/lists/linux-media/msg45332.html
http://patchwork.linuxtv.org/patch/10311/


Thanks, Nico
Comment 1 Nico 2012-05-10 05:48:53 UTC
Workaround for Kernel 3.x:

echo 147a e042 > /sys/bus/usb/drivers/mceusb/new_id


Thanks to foosel - http://bit.ly/IVqWe1

Note You need to log in before you can comment on or make changes to this bug.