diff options
author | Mike Isely <devnull@localhost> | 2005-12-07 06:53:52 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2005-12-07 06:53:52 +0000 |
commit | 588894f8c4fbf9521d0d0bc44f1fd9dd30965c8c (patch) | |
tree | bcd093d960e521d0c779c014dfe7fbee991b94ea /v4l_experimental/pvrusb2/pvrusb2-main.c | |
parent | 33fded5ab4ceef643c51eec11cf91f315008b02e (diff) | |
download | mediapointer-dvb-s2-588894f8c4fbf9521d0d0bc44f1fd9dd30965c8c.tar.gz mediapointer-dvb-s2-588894f8c4fbf9521d0d0bc44f1fd9dd30965c8c.tar.bz2 |
Support tda9887 in pvrusb2 driver
Note that these changes become benign if tda9887 is not needed by
for a particular tuner type or if tda9887 itself eventually goes
away.
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-main.c')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-main.c b/v4l_experimental/pvrusb2/pvrusb2-main.c index 4ae24f6b8..2afc3de28 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-main.c +++ b/v4l_experimental/pvrusb2/pvrusb2-main.c @@ -1,6 +1,6 @@ /* * - * $Id: pvrusb2-main.c,v 1.1 2005/11/14 13:31:24 mchehab Exp $ + * $Id: pvrusb2-main.c,v 1.2 2005/12/07 06:53:52 mcisely Exp $ * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * Copyright (C) 2004 Aurelien Alleaume <slts@free.fr> @@ -135,6 +135,7 @@ static int __init pvr_init(void) request_module("tveeprom"); request_module("msp3400"); request_module("saa7115"); + request_module("tda9887"); class_ptr = pvr2_sysfs_class_create(); |