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

* Re: [PATCH] Add support for Delock 61959
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Antti Palosaari @ 2013-04-12 14:40 UTC (permalink / raw)
  To: Jakob Haufe; +Cc: linux-media

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=windows-1252; format=flowed, Size: 1717 bytes --]

On 04/12/2013 05:18 PM, Jakob Haufe wrote:
> -----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>

Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>

> - ---
>   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-----
> N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·¥Š{±™çbj)í…æèw*\x1fjg¬±¨\x1e¶‰šŽŠÝ¢j/êäz¹Þ–Šà2ŠÞ™¨è­Ú&¢)ß¡«a¶Ú\x7fþø\x1e®G«éh®\x0fæj:+v‰¨Šwè†Ù¥
>


-- 
http://palosaari.fi/

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

* Re: [PATCH] Add support for Delock 61959
  2013-04-12 14:40 ` Antti Palosaari
@ 2013-04-12 18:03   ` Antti Palosaari
  0 siblings, 0 replies; 3+ messages in thread
From: Antti Palosaari @ 2013-04-12 18:03 UTC (permalink / raw)
  To: Jakob Haufe; +Cc: linux-media

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=windows-1252; format=flowed, Size: 1974 bytes --]

According to IRC discussion that device has different remote.

New board layout is needed as remote keymap is property of board config.

regards
Antti

On 04/12/2013 05:40 PM, Antti Palosaari wrote:
> On 04/12/2013 05:18 PM, Jakob Haufe wrote:
>> -----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>
>
> Acked-by: Antti Palosaari <crope@iki.fi>
> Reviewed-by: Antti Palosaari <crope@iki.fi>
>
>> - ---
>>   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-----
>> N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·¥Š{±™çbj)í…æèw*\x1fjg¬±¨\x1e¶‰šŽŠÝ¢j/êäz¹Þ–Šà2ŠÞ™¨è­Ú&¢)ß¡«a¶Ú\x7fþø\x1e®G«éh®\x0fæj:+v‰¨Šwè†Ù¥
>>
>>
>
>


-- 
http://palosaari.fi/

^ 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).