linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add support for Delock 61959
@ 2013-04-12 14:18 Jakob Haufe
  2013-04-12 14:40 ` Antti Palosaari
  0 siblings, 1 reply; 3+ messages in thread
From: Jakob Haufe @ 2013-04-12 14:18 UTC (permalink / raw)
  To: linux-media

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Delock 61959 seems to be a relabeled version of Maxmedia UB425-TC with a
different USB ID. PCB is marked as "UB425-TC Ver: A" and this change
makes it work without any obvious problems.

Signed-off-by: Jakob Haufe <sur5r@sur5r.net>
- ---
 drivers/media/usb/em28xx/em28xx-cards.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c
index 1d3866f..82950aa 100644
- --- a/drivers/media/usb/em28xx/em28xx-cards.c
+++ b/drivers/media/usb/em28xx/em28xx-cards.c
@@ -2173,6 +2173,8 @@ struct usb_device_id em28xx_id_table[] = {
                        .driver_info = EM2860_BOARD_EASYCAP },
        { USB_DEVICE(0x1b80, 0xe425),
                        .driver_info = EM2874_BOARD_MAXMEDIA_UB425_TC },
+       { USB_DEVICE(0x1b80, 0xe1cc), /* Delock 61959 */
+                       .driver_info = EM2874_BOARD_MAXMEDIA_UB425_TC },
        { USB_DEVICE(0x2304, 0x0242),
                        .driver_info = EM2884_BOARD_PCTV_510E },
        { USB_DEVICE(0x2013, 0x0251),
- -- 
1.7.10.4


- -- 
ceterum censeo microsoftem esse delendam.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFoF8AACgkQ1YAhDic+adaIPQCfZQ+6gUH/JA6N2QVsa7nrpZyL
vSsAn3e+zMiFiM80Vn1oTGrgnkhDxfcx
=mOcG
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-12 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 14:18 [PATCH] Add support for Delock 61959 Jakob Haufe
2013-04-12 14:40 ` Antti Palosaari
2013-04-12 18:03   ` Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).