Hi,

[I'm not subscribed to this list.]

The AVerMedia HC82R "AVerTV Hybrid NanoExpress" is a hybrid analogue/DVB-T
ExpressCard with A/V input.

I have a Dell OEM version of this card, which has PCI vendor:product ID
1131:7160, subsystem 1461:0555. The current saa716x source from
http://jusst.de/hg/saa716x doesn't recognise it because its subsystem ID
differs from the normal HC82R value (1461:2355).

For my card:
$ lspci -vvv -nn -d1131:7160
05:00.0 Multimedia controller [0480]: Philips Semiconductors Device
[1131:7160] (rev 03)
        Subsystem: Avermedia Technologies Inc Device [1461:0555]
        ...

For testing, I changed a line in saa716x_hybrid.h from
#define AVERMEDIA_HC82          0x2355
to
#define AVERMEDIA_HC82          0x0555
and with that change my card was recognised when inserted.

Maybe someone would like to write a patch to add support for the alternate
subsystem ID?


Mark


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to