mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
media: rc: mceusb: Add support for 04eb:e033
This is a Sonix SN8P2202XG microcontroller with firmware compatible with the already supported Northstar 04eb:e004, implementing an MCE IR receiver (PCB seems to be tracked for a transmitter too but missing related parts). Found in a Skintek SK-CR-IN+IR ( http://www.skintek.it/SK-CR-IN+IR.php ) internal 3.5 inch USB card reader and MCE receiver combo (implemented by, and wired as, separate USB devices) PCB marking: AU6475 966816 STIR REV:A02 MCE Signed-off-by: Riccardo Boninsegna <rboninsegna2@gmail.com> Signed-off-by: Sean Young <sean@mess.org>
This commit is contained in:
parent
d9c8c4adf2
commit
0692c2602e
|
|
@ -397,6 +397,8 @@ static const struct usb_device_id mceusb_dev_table[] = {
|
|||
{ USB_DEVICE(VENDOR_COMPRO, 0x3082) },
|
||||
/* Northstar Systems, Inc. eHome Infrared Transceiver */
|
||||
{ USB_DEVICE(VENDOR_NORTHSTAR, 0xe004) },
|
||||
/* Northstar Systems, Inc. eHome Infrared Transceiver - variant */
|
||||
{ USB_DEVICE(VENDOR_NORTHSTAR, 0xe033) },
|
||||
/* TiVo PC IR Receiver */
|
||||
{ USB_DEVICE(VENDOR_TIVO, 0x2000),
|
||||
.driver_info = TIVO_KIT },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user