Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330666
b: refs/heads/master
c: 355b4b2
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Aug 4, 2012
1 parent 3054979 commit 02d0be8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb29fbeaed617f7a2cf53d276535f8fbdc28db09
refs/heads/master: 355b4b2b5e83986132c77326e2b97780480b8d69
12 changes: 10 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb-v2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ config DVB_USB_V2

Say Y if you own a USB DVB device.

config DVB_USB_FIRMWARE
tristate "Firmware helper routines"
config DVB_USB_CYPRESS_FIRMWARE
tristate "Cypress firmware helper routines"
depends on DVB_USB_V2
help
Common firmware download routine for various Cypress USB interface
chips.

Supported models are:
Cypress AN2135
Cypress AN2235
Cypress FX2

config DVB_USB_AF9015
tristate "Afatech AF9015 DVB-T USB2.0 support"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb-v2/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dvb_usbv2-objs = dvb_usb_core.o dvb_usb_urb.o usb_urb.o
obj-$(CONFIG_DVB_USB_V2) += dvb_usbv2.o

obj-$(CONFIG_DVB_USB_FIRMWARE) += dvb_usb_firmware.o
obj-$(DVB_USB_CYPRESS_FIRMWARE) += dvb_usb_cypress_firmware.o

dvb-usb-af9015-objs = af9015.o
obj-$(CONFIG_DVB_USB_AF9015) += dvb-usb-af9015.o
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* dvb_usb_firmware.c is part of the DVB USB library.
/* cypress_firmware.c is part of the DVB USB library.
*
* Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de)
* see dvb-usb-init.c for copyright information.
Expand All @@ -9,7 +9,7 @@
*/

#include "dvb_usb.h"
#include "dvb_usb_firmware.h"
#include "cypress_firmware.h"

struct usb_cypress_controller {
u8 id;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* dvb_usb_firmware.c is part of the DVB USB library.
/* cypress_firmware.h is part of the DVB USB library.
*
* Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de)
* see dvb-usb-init.c for copyright information.
Expand All @@ -8,8 +8,8 @@
*
*/

#ifndef DVB_USB_FIRMWARE_H
#define DVB_USB_FIRMWARE_H
#ifndef CYPRESS_FIRMWARE_H
#define CYPRESS_FIRMWARE_H

#define CYPRESS_AN2135 0
#define CYPRESS_AN2235 1
Expand Down

0 comments on commit 02d0be8

Please sign in to comment.