summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2005-04-27 08:52:43 +0000
committerPatrick Boettcher <devnull@localhost>2005-04-27 08:52:43 +0000
commita338212da504cc5b6992cb3617c070ab3f2d2e01 (patch)
treea639aac0d55d85b2137219778f238ce735068ef4 /linux
parent26c1dfe7739841fc653fbe489b79129fef42f093 (diff)
downloadmediapointer-dvb-s2-a338212da504cc5b6992cb3617c070ab3f2d2e01.tar.gz
mediapointer-dvb-s2-a338212da504cc5b6992cb3617c070ab3f2d2e01.tar.bz2
added the correct firmware file for the AVerMedia A800
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/a800.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/a800.c b/linux/drivers/media/dvb/dvb-usb/a800.c
index 25ddff991..c6e477d63 100644
--- a/linux/drivers/media/dvb/dvb-usb/a800.c
+++ b/linux/drivers/media/dvb/dvb-usb/a800.c
@@ -1,9 +1,11 @@
-/* DVB USB framework compliant Linux driver for the AVerMedia AverTV DVB-T USB 2.0 (A800)
- * DVB-T receiver.
+/* DVB USB framework compliant Linux driver for the AVerMedia AverTV DVB-T
+ * USB2.0 (A800) DVB-T receiver.
*
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de)
*
- * Thanks to AVerMedia who kindly provided information.
+ * Thanks to
+ * - AVerMedia who kindly provided information and
+ * - Glen Harris who suffered from my mistake during development.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -39,7 +41,7 @@ static struct dvb_usb_properties a800_properties = {
.caps = DVB_USB_HAS_PID_FILTER | DVB_USB_PID_FILTER_CAN_BE_TURNED_OFF | DVB_USB_IS_AN_I2C_ADAPTER,
.usb_ctrl = CYPRESS_FX2,
- .firmware = "dvb-usb-avertv-a800-01.fw",
+ .firmware = "dvb-usb-avertv-a800-02.fw",
.size_of_priv = sizeof(struct dibusb_state),