All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: CIJOML CIJOMLovic <cijoml@gmail.com>,
	linux-media <linux-media@vger.kernel.org>
Subject: Re: [PATCH TRY 2] Support for EVOLVEO XtraTV stick
Date: Mon, 31 Aug 2015 21:35:16 +0300	[thread overview]
Message-ID: <55E49E64.7050400@iki.fi> (raw)
In-Reply-To: <CAB0z4NpRKDQ=yoSxzo5-9mV-5zTcYTan0JvGvugZVKHkH2xkdA@mail.gmail.com>

On 08/31/2015 09:04 PM, CIJOML CIJOMLovic wrote:
> Hello guys,
>
> please find out down this email patch to support EVOLVEO XtraTV stick.
> This tuner is for android phones with microusb connecter, however with
> reduction it works perfectly with linux kernel:
> The device identify itself at USB bus as Bus 002 Device 004: ID
> 1f4d:a115 G-Tek Electronics Group
> so I have created new vendor group but device named as its commercial name.
>
> Thank you for merging this patch to upstream

VID for GTEK is already defined there.

Could you remove also remote controller default keymap as I think there 
is no remote controller at all.

regards
Antti

>
> Best regards
>
> Michal
>
>
> diff -urN media_build/linux/drivers/media/dvb-core/dvb-usb-ids.h
> media_build.new/linux/drivers/media/dvb-core/dvb-usb-ids.h
> --- media_build/linux/drivers/media/dvb-core/dvb-usb-ids.h
> 2015-05-11 13:20:08.000000000 +0200
> +++ media_build.new/linux/drivers/media/dvb-core/dvb-usb-ids.h
> 2015-06-16 22:26:01.917990493 +0200
> @@ -70,6 +70,8 @@
>   #define USB_VID_EVOLUTEPC            0x1e59
>   #define USB_VID_AZUREWAVE            0x13d3
>   #define USB_VID_TECHNISAT            0x14f7
> +#define USB_VID_GTEK                0x1f4d
> +
>
>   /* Product IDs */
>   #define USB_PID_ADSTECH_USB2_COLD            0xa333
> @@ -388,4 +390,5 @@
>   #define USB_PID_PCTV_2002E_SE                           0x025d
>   #define USB_PID_SVEON_STV27                             0xd3af
>   #define USB_PID_TURBOX_DTT_2000                         0xd3a4
> +#define USB_PID_EVOLVEO_XTRATV_STICK            0xa115
>   #endif
> diff -urN media_build/linux/drivers/media/usb/dvb-usb-v2/af9035.c
> media_build.new/linux/drivers/media/usb/dvb-usb-v2/af9035.c
> --- media_build/linux/drivers/media/usb/dvb-usb-v2/af9035.c
> 2015-05-30 17:32:46.000000000 +0200
> +++ media_build.new/linux/drivers/media/usb/dvb-usb-v2/af9035.c
> 2015-06-16 22:26:14.561990868 +0200
> @@ -2075,6 +2075,8 @@
>           &af9035_props, "PCTV AndroiDTV (78e)", RC_MAP_IT913X_V1) },
>       { DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_79E,
>           &af9035_props, "PCTV microStick (79e)", RC_MAP_IT913X_V2) },
> +    { DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_EVOLVEO_XTRATV_STICK,
> +        &af9035_props, "EVOLVEO XtraTV stick", RC_MAP_IT913X_V2) },
>
>       /* IT930x devices */
>       { DVB_USB_DEVICE(USB_VID_ITETECH, USB_PID_ITETECH_IT9303,
> r
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

-- 
http://palosaari.fi/

  reply	other threads:[~2015-08-31 18:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-31 18:04 [PATCH TRY 2] Support for EVOLVEO XtraTV stick CIJOML CIJOMLovic
2015-08-31 18:35 ` Antti Palosaari [this message]
2016-08-01 20:35   ` CIJOML CIJOMLovic

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=55E49E64.7050400@iki.fi \
    --to=crope@iki.fi \
    --cc=cijoml@gmail.com \
    --cc=linux-media@vger.kernel.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.