From fa6b156a6e41359640346fb80ac0a7119052a32c Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Sat, 19 Feb 2005 09:13:58 +0000 Subject: - added native nova-t support, since only the nova-t firmware works with the nova-t remote control - added keys statically (maybe we should find something to sort this out... cinergyt2 is doing the same) --- linux/drivers/media/dvb/dibusb/dvb-dibusb-firmware.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/dvb/dibusb/dvb-dibusb-firmware.c') diff --git a/linux/drivers/media/dvb/dibusb/dvb-dibusb-firmware.c b/linux/drivers/media/dvb/dibusb/dvb-dibusb-firmware.c index 972548a0c..c8a0efaf4 100644 --- a/linux/drivers/media/dvb/dibusb/dvb-dibusb-firmware.c +++ b/linux/drivers/media/dvb/dibusb/dvb-dibusb-firmware.c @@ -30,11 +30,13 @@ int dibusb_loadfirmware(struct usb_device *udev, struct dibusb_usb_device *dibde int ret = 0,i; if ((ret = request_firmware(&fw, dibdev->dev_cl->firmware, &udev->dev)) != 0) { - err("did not find a valid firmware file. (%s) " + err("did not find the firmware file. (%s) " "Please see linux/Documentation/dvb/ for more details on firmware-problems.", dibdev->dev_cl->firmware); return ret; } + + info("downloading firmware from file '%s'.",dibdev->dev_cl->firmware); p = kmalloc(fw->size,GFP_KERNEL); if (p != NULL) { -- cgit v1.2.3