public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: "Éric Piel" <eric.piel@tremplin-utc.net>
To: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Michael Krufky <mkrufky@kernellabs.com>,
	Uri Shkolnik <uris@siano-ms.com>,
	linux-media@vger.kernel.org
Subject: [PATCH] sms1xxx: load smsdvb also for the hauppauge tiger cards
Date: Sun, 04 Oct 2009 13:35:49 +0200	[thread overview]
Message-ID: <4AC88895.2040601@tremplin-utc.net> (raw)

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:

             reply	other threads:[~2009-10-04 11:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-04 11:35 Éric Piel [this message]
2009-10-04 17:57 ` [PATCH] sms1xxx: load smsdvb also for the hauppauge tiger cards Michael Krufky

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=4AC88895.2040601@tremplin-utc.net \
    --to=eric.piel@tremplin-utc.net \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=mkrufky@kernellabs.com \
    --cc=uris@siano-ms.com \
    /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