public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sms1xxx: load smsdvb also for the hauppauge tiger cards
@ 2009-10-04 11:35 Éric Piel
  2009-10-04 17:57 ` Michael Krufky
  0 siblings, 1 reply; 2+ messages in thread
From: Éric Piel @ 2009-10-04 11:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Michael Krufky, Uri Shkolnik, linux-media

Hello,

Here is a patch to get my DVB-T receiver directly being recognized useful.
It's against Linus' 2.6.32-rc1.

Eric

==

I've got a hauppauge tiger minicard (2040:2011), and without smsdvb loaded,
it's completely useless (to watch TV). So let's add both the minicard and the
minicard r2 to the list of cards which should trigger the load of smsdvb.

Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net>
---
  drivers/media/dvb/siano/sms-cards.c |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/media/dvb/siano/sms-cards.c b/drivers/media/dvb/siano/sms-cards.c
index 0420e28..e216389 100644
--- a/drivers/media/dvb/siano/sms-cards.c
+++ b/drivers/media/dvb/siano/sms-cards.c
@@ -294,6 +294,8 @@ int sms_board_load_modules(int id)
  	case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_A:
  	case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_B:
  	case SMS1XXX_BOARD_HAUPPAUGE_WINDHAM:
+	case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD:
+	case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2:
  		request_module("smsdvb");
  		break;
  	default:

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

* Re: [PATCH] sms1xxx: load smsdvb also for the hauppauge tiger cards
  2009-10-04 11:35 [PATCH] sms1xxx: load smsdvb also for the hauppauge tiger cards Éric Piel
@ 2009-10-04 17:57 ` Michael Krufky
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Krufky @ 2009-10-04 17:57 UTC (permalink / raw)
  To: Éric Piel; +Cc: Mauro Carvalho Chehab, Uri Shkolnik, linux-media

On Sun, Oct 4, 2009 at 7:35 AM, Éric Piel <eric.piel@tremplin-utc.net> wrote:
> Hello,
>
> Here is a patch to get my DVB-T receiver directly being recognized useful.
> It's against Linus' 2.6.32-rc1.
>
> Eric
>
> ==
>
> I've got a hauppauge tiger minicard (2040:2011), and without smsdvb loaded,
> it's completely useless (to watch TV). So let's add both the minicard and
> the
> minicard r2 to the list of cards which should trigger the load of smsdvb.
>
> Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net>


Acked-by Michael Krufky <mkrufky@kernellabs.com>

Mauro, please merge this.


> ---
>  drivers/media/dvb/siano/sms-cards.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/media/dvb/siano/sms-cards.c
> b/drivers/media/dvb/siano/sms-cards.c
> index 0420e28..e216389 100644
> --- a/drivers/media/dvb/siano/sms-cards.c
> +++ b/drivers/media/dvb/siano/sms-cards.c
> @@ -294,6 +294,8 @@ int sms_board_load_modules(int id)
>        case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_A:
>        case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_B:
>        case SMS1XXX_BOARD_HAUPPAUGE_WINDHAM:
> +       case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD:
> +       case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2:
>                request_module("smsdvb");
>                break;
>        default:
>

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

end of thread, other threads:[~2009-10-04 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 11:35 [PATCH] sms1xxx: load smsdvb also for the hauppauge tiger cards Éric Piel
2009-10-04 17:57 ` Michael Krufky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox