[PATCH] Added support for Asus My Cinema U3000H dvb-t (dibcom based device)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all, since I think it was not added I send again a patch adding the Asus-U3000H device for dvb-t.

---------- Forwarded message ----------
From: Albert Comerma <albert.comerma@xxxxxxxxx>
Date: 2008/8/16
Subject: [PATCH] Added support for Asus My Cinema U3000H dvb-t (dibcom based device)
To: linux-dvb <linux-dvb@xxxxxxxxxxx>, Patrick Boettcher <patrick.boettcher@xxxxxxx>, zePh7r <zeph7r@xxxxxxxxx>


Hi all, this patch add support for the Asus My Cinema U3000H, tested by Rui.
I copy the header of the patch;

#This patch introduces support for dvb-t for the following dibcom based cards:
#       Asus My Cinema U3000 Hybrid (USB-ID: 0b05:1736)
#               Signed-off-by: Rui <zeph7r@xxxxxxxxx>
#               Signed-off-by: Albert Comerma <albert.comerma@xxxxxxxxx>

Albert

#This patch introduces support for dvb-t for the following dibcom based cards:
#       Asus My Cinema U3000 Hybrid (USB-ID: 0b05:1736)
#               Signed-off-by: Rui <zeph7r@xxxxxxxxx>
#		Signed-off-by: Albert Comerma <albert.comerma@xxxxxxxxx>
diff -r cc624bf7489c linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	Tue Aug 05 21:00:11 2008 +0300
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	Sat Aug 16 16:48:12 2008 +0200
@@ -1117,7 +1117,8 @@ struct usb_device_id dib0700_usb_id_tabl
 	{ USB_DEVICE(USB_VID_TERRATEC,	USB_PID_TERRATEC_CINERGY_HT_EXPRESS) },
 	{ USB_DEVICE(USB_VID_TERRATEC,	USB_PID_TERRATEC_CINERGY_T_XXS) },
 	{ USB_DEVICE(USB_VID_LEADTEK,   USB_PID_WINFAST_DTV_DONGLE_STK7700P_2) },
-	{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009) },
+/* 35 */{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009) },
+	{ USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3000H) },
 	{ 0 }		/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1403,7 +1404,7 @@ struct dvb_usb_device_properties dib0700
 			},
 		},
 
-		.num_device_descs = 3,
+		.num_device_descs = 4,
 		.devices = {
 			{   "Terratec Cinergy HT USB XE",
 				{ &dib0700_usb_id_table[27], NULL },
@@ -1417,6 +1418,10 @@ struct dvb_usb_device_properties dib0700
 				{ &dib0700_usb_id_table[32], NULL },
 				{ NULL },
 			},
+			{   "Asus My Cinema-U3000Hybrid",
+				{ &dib0700_usb_id_table[36], NULL },
+				{ NULL },
+			},
 		},
 		.rc_interval      = DEFAULT_RC_INTERVAL,
 		.rc_key_map       = dib0700_rc_keys,
diff -r cc624bf7489c linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	Tue Aug 05 21:00:11 2008 +0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	Sat Aug 16 16:48:12 2008 +0200
@@ -205,6 +205,7 @@
 #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_WARM		0x0513
 #define USB_PID_GIGABYTE_U7000				0x7001
 #define USB_PID_ASUS_U3000				0x171f
+#define USB_PID_ASUS_U3000H				0x1736
 #define USB_PID_ASUS_U3100				0x173f
 #define USB_PID_YUAN_EC372S				0x1edc
 #define USB_PID_DW2102					0x2102
_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux