public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] au0828: experimental support for Syntek Teledongle [05e1:0400]
@ 2009-08-17 20:25 Malcolm Lewis
  2009-08-17 20:59 ` Michael Krufky
  0 siblings, 1 reply; 7+ messages in thread
From: Malcolm Lewis @ 2009-08-17 20:25 UTC (permalink / raw)
  To: linux-dvb

Hi
I've been using the patches from
http://linuxtv.org/hg/~mkrufky/teledongle/rev/676e2f4475ed
on a Sabrent device in openSuSE and SLED, during testing with the
milestone 5 release of
11.2 and kernel version 2.6.31-rc5-git3-2-desktop there needs to be
some changes to the
au0828-cards.c patch to enable building a kmp module;

--- au0828-cards.c    2009-08-12 18:16:39.435886920 -0500
+++ au0828-cards.c.orig    2009-08-12 18:28:22.176126368 -0500
@@ -116,6 +116,12 @@
         .tuner_addr = ADDR_UNSET,
         .i2c_clk_divider = AU0828_I2C_CLK_250KHZ,
     },
+    [AU0828_BOARD_SYNTEK_TELEDONGLE] = {
+        .name = "Syntek Teledongle [EXPERIMENTAL]",
+         .tuner_type = UNSET,
+        .tuner_addr = ADDR_UNSET,
+        .i2c_clk_divider = AU0828_I2C_CLK_250KHZ,
+    },
 };

 /* Tuner callback function for au0828 boards. Currently only needed
@@ -248,6 +254,7 @@
     case AU0828_BOARD_HAUPPAUGE_HVR950Q:
     case AU0828_BOARD_HAUPPAUGE_HVR950Q_MXL:
     case AU0828_BOARD_HAUPPAUGE_WOODBURY:
+    case AU0828_BOARD_SYNTEK_TELEDONGLE: /* FIXME */
         /* GPIO's
          * 4 - CS5340
          * 5 - AU8522 Demodulator
@@ -325,6 +332,8 @@
         .driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q_MXL },
     { USB_DEVICE(0x2040, 0x8200),
         .driver_info = AU0828_BOARD_HAUPPAUGE_WOODBURY },
+    { USB_DEVICE(0x05e1, 0x0400),
+                .driver_info = AU0828_BOARD_SYNTEK_TELEDONGLE },
     { },
 };


There are two versions I'm building and src for both can be found here;
http://download.opensuse.org/repositories/home:/malcolmlewis/

--
Cheers
Malcolm

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

end of thread, other threads:[~2009-08-20 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-17 20:25 [linux-dvb] au0828: experimental support for Syntek Teledongle [05e1:0400] Malcolm Lewis
2009-08-17 20:59 ` Michael Krufky
2009-08-17 21:20   ` Malcolm Lewis
2009-08-18 11:00   ` Johannes Stezenbach
2009-08-18 14:07     ` Devin Heitmueller
2009-08-20  2:38       ` hermann pitton
2009-08-20 14:32       ` Johannes Stezenbach

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