From: Riccardo Boninsegna <rboninsegna2@gmail.com>
To: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: sean@mess.org, mchehab@kernel.org
Subject: [PATCH] media: rc: mceusb: add support for 04eb:e033
Date: Sun, 29 Mar 2026 14:11:31 +0200 [thread overview]
Message-ID: <20260329141131.2b3acb25@gmail.com> (raw)
From 42c23a7c8f45eb44ebb56fbbd94ca6318e643bcb Mon Sep 17 00:00:00 2001
From: Riccardo Boninsegna <rboninsegna2@gmail.com>
Date: Sun, 29 Mar 2026 12:37:09 +0200
Subject: [PATCH] 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>
---
Hello everyone, yesterday I've bought this MCE IR receiver "for VISTA!"
from 2008 and it didn't work (not recognized by LIRC);
luckily adding its VID:PID to the driver was enough for it to work:
# sudo mode2
Using driver devinput on device auto
Trying device: /dev/input/event15
Using device: /dev/input/event15
Running as regular user riki
code: 0xad0ec96900000000f3c1030000000000040004000d740f80
code: 0xad0ec96900000000f3c10300000000000000000000000000
This is my first use of git patches, which I've "learnt" on
http://docs.kernel.org/process/submitting-patches.html using
git://linuxtv.org/media.git as a base, so apologies for any style issues!
Greetings from Italy
drivers/media/rc/mceusb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c
index 6a9e4382a224..39ba7f6a2549 100644
--- a/drivers/media/rc/mceusb.c
+++ b/drivers/media/rc/mceusb.c
@@ -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 },
base-commit: fd55319692151de2b89c21356d1445bce364769b
--
2.47.3
reply other threads:[~2026-03-29 12:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260329141131.2b3acb25@gmail.com \
--to=rboninsegna2@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=sean@mess.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.