From a338212da504cc5b6992cb3617c070ab3f2d2e01 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Wed, 27 Apr 2005 08:52:43 +0000 Subject: added the correct firmware file for the AVerMedia A800 --- linux/drivers/media/dvb/dvb-usb/a800.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'linux') 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), -- cgit v1.2.3