linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] au0828: Add USB ID used by many dongles
@ 2012-05-11  6:14 Ismael Luceno
  2012-05-11  6:14 ` [PATCH 2/2] au0828: Move under dvb Ismael Luceno
  0 siblings, 1 reply; 7+ messages in thread
From: Ismael Luceno @ 2012-05-11  6:14 UTC (permalink / raw)
  To: linux-media; +Cc: Ismael Luceno

Tested with Yfeng 680 ATV dongle.

Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com>
---
 drivers/media/video/au0828/au0828-cards.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/media/video/au0828/au0828-cards.c b/drivers/media/video/au0828/au0828-cards.c
index 1c6015a..e3fe9a6 100644
--- a/drivers/media/video/au0828/au0828-cards.c
+++ b/drivers/media/video/au0828/au0828-cards.c
@@ -325,6 +325,8 @@ struct usb_device_id au0828_usb_id_table[] = {
 		.driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q_MXL },
 	{ USB_DEVICE(0x2040, 0x7281),
 		.driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q_MXL },
+	{ USB_DEVICE(0x05e1, 0x0480),
+		.driver_info = AU0828_BOARD_HAUPPAUGE_WOODBURY },
 	{ USB_DEVICE(0x2040, 0x8200),
 		.driver_info = AU0828_BOARD_HAUPPAUGE_WOODBURY },
 	{ USB_DEVICE(0x2040, 0x7260),
-- 
1.7.10


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

end of thread, other threads:[~2012-05-20 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11  6:14 [PATCH 1/2] au0828: Add USB ID used by many dongles Ismael Luceno
2012-05-11  6:14 ` [PATCH 2/2] au0828: Move under dvb Ismael Luceno
2012-05-11 12:04   ` Devin Heitmueller
2012-05-12  3:08     ` Ismael Luceno
2012-05-12 10:21       ` Devin Heitmueller
2012-05-20 13:32         ` Mauro Carvalho Chehab
2012-05-20 13:40           ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).