linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dominik Danelski <dominik@danelski.pl>
To: mchehab@kernel.org, linux-media@vger.kernel.org
Subject: Re: [PATCH] media: em28xx: Add support for Magix Wideowandler 2
Date: Tue, 10 Sep 2019 22:59:49 +0200	[thread overview]
Message-ID: <be4ea159656d26befe62da112a5caa6eecf0cdee.camel@danelski.pl> (raw)
In-Reply-To: <20190901212746.2249-1-dominik@danelski.pl>

W dniu nie, 01.09.2019 o godzinie 23∶27 +0200, użytkownik Dominik Danelski napisał:
> Add support for Magix Wideowandler 2 - analog USB capture card
> 
> Co-author: Cornelius Porosanu <cornelius591@gmail.com>
> Signed-off-by: Dominik Danelski <dominik@danelski.pl>
> ---
>  drivers/media/usb/em28xx/em28xx-cards.c | 20 ++++++++++++++++++++
>  drivers/media/usb/em28xx/em28xx.h       |  1 +
>  2 files changed, 21 insertions(+)
> 
> diff --git a/drivers/media/usb/em28xx/em28xx-cards.c
> b/drivers/media/usb/em28xx/em28xx-cards.c
> index 1283c7ca9ad5..2faeb91c5afd 100644
> --- a/drivers/media/usb/em28xx/em28xx-cards.c
> +++ b/drivers/media/usb/em28xx/em28xx-cards.c
> @@ -2487,6 +2487,24 @@ const struct em28xx_board em28xx_boards[] = {
>  		.ir_codes      = RC_MAP_HAUPPAUGE,
>  		.leds          = hauppauge_dualhd_leds,
>  	},
> +	/*
> +	 * 1b80:e349 Magix USB Videowandler-2
> +	 * (same chips as Honestech VIDBOX NW03)
> +	 * Empia EM2860, Philips SAA7113, Empia EMP202, No Tuner
> +	 */
> +	[EM2861_BOARD_MAGIX_VIDEOWANDLER2] = {
> +		.name                = "Magix USB Videowandler-2",
> +		.tuner_type          = TUNER_ABSENT,
> +		.decoder             = EM28XX_SAA711X,
> +		.input               = { {
> +			.type     = EM28XX_VMUX_COMPOSITE,
> +			.vmux     = SAA7115_COMPOSITE0,
> +			.amux     = EM28XX_AMUX_LINE_IN,
> +		}, {
> +			.type     = EM28XX_VMUX_SVIDEO,
> +			.amux     = EM28XX_AMUX_LINE_IN,
> +		} },
> +	},
>  };
>  EXPORT_SYMBOL_GPL(em28xx_boards);
>  
> @@ -2696,6 +2714,8 @@ struct usb_device_id em28xx_id_table[] = {
>  			.driver_info = EM28178_BOARD_PLEX_PX_BCUD },
>  	{ USB_DEVICE(0xeb1a, 0x5051), /* Ion Video 2 PC MKII / Startech
> svid2usb23 / Raygo R12-41373 */
>  			.driver_info =
> EM2860_BOARD_TVP5150_REFERENCE_DESIGN },
> +	{ USB_DEVICE(0x1b80, 0xe349), /* Magix USB Videowandler-2 */
> +		.driver_info = EM2861_BOARD_MAGIX_VIDEOWANDLER2 },
>  	{ },
>  };
>  MODULE_DEVICE_TABLE(usb, em28xx_id_table);
> diff --git a/drivers/media/usb/em28xx/em28xx.h
> b/drivers/media/usb/em28xx/em28xx.h
> index a551072e62ed..ef8f2729f7b8 100644
> --- a/drivers/media/usb/em28xx/em28xx.h
> +++ b/drivers/media/usb/em28xx/em28xx.h
> @@ -149,6 +149,7 @@
>  #define EM28174_BOARD_HAUPPAUGE_WINTV_DUALHD_01595 100
>  #define EM2884_BOARD_TERRATEC_H6		  101
>  #define EM2882_BOARD_ZOLID_HYBRID_TV_STICK		102
> +#define EM2861_BOARD_MAGIX_VIDEOWANDLER2          103
>  
>  /* Limits minimum and default number of buffers */
>  #define EM28XX_MIN_BUF 4

Hello,
It's been 9 days now without any reponse. Do I need to change anything in my patch to have it accepted?
Regards
Dominik Danelski


  reply	other threads:[~2019-09-10 20:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-01 21:27 [PATCH] media: em28xx: Add support for Magix Wideowandler 2 Dominik Danelski
2019-09-10 20:59 ` Dominik Danelski [this message]
2019-09-11  8:31   ` Sean Young

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=be4ea159656d26befe62da112a5caa6eecf0cdee.camel@danelski.pl \
    --to=dominik@danelski.pl \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@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 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).