Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274524
b: refs/heads/master
c: 7a707b8
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent bb705a3 commit df10118
Show file tree
Hide file tree
Showing 145 changed files with 145 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35a246363ec41e7b19f7887a97ef3d01ab41356a
refs/heads/master: 7a707b89202f905bd9f9fbde326933c59a81214c
1 change: 1 addition & 0 deletions trunk/drivers/media/common/saa7146_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <media/saa7146.h>
#include <linux/module.h>

LIST_HEAD(saa7146_devices);
DEFINE_MUTEX(saa7146_devices_lock);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/common/saa7146_fops.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <media/saa7146_vv.h>
#include <linux/module.h>

/****************************************************************************/
/* resource management functions, shamelessly stolen from saa7134 driver */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/common/saa7146_video.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <media/saa7146_vv.h>
#include <media/v4l2-chip-ident.h>
#include <linux/module.h>

static int max_memory = 32;

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/common/tuners/tuner-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

#include <linux/i2c.h>
#include <linux/module.h>
#include <media/tuner.h>
#include <media/tuner-types.h>

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/frontends/dibx000_common.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <linux/i2c.h>
#include <linux/module.h>

#include "dibx000_common.h"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/siano/sms-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "sms-cards.h"
#include "smsir.h"
#include <linux/module.h>

static int sms_dbg;
module_param_named(cards_dbg, sms_dbg, int, 0644);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/siano/smssdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <linux/mmc/card.h>
#include <linux/mmc/sdio_func.h>
#include <linux/mmc/sdio_ids.h>
#include <linux/module.h>

#include "smscoreapi.h"
#include "sms-cards.h"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/siano/smsusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <linux/usb.h>
#include <linux/firmware.h>
#include <linux/slab.h>
#include <linux/module.h>

#include "smscoreapi.h"
#include "sms-cards.h"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/radio/radio-timb.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/module.h>
#include <media/timb_radio.h>

#define DRIVER_NAME "timb-radio"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/radio/radio-wl1273.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/interrupt.h>
#include <linux/mfd/wl1273-core.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <media/v4l2-common.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-device.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/radio/si4713-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/regulator/consumer.h>
#include <linux/module.h>
#include <media/v4l2-device.h>
#include <media/v4l2-ioctl.h>
#include <media/v4l2-common.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/ir-jvc-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/

#include <linux/bitrev.h>
#include <linux/module.h>
#include "rc-core-priv.h"

#define JVC_NBITS 16 /* dev(8) + func(8) */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/ir-lirc-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <linux/sched.h>
#include <linux/wait.h>
#include <linux/module.h>
#include <media/lirc.h>
#include <media/lirc_dev.h>
#include <media/rc-core.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/ir-nec-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/

#include <linux/bitrev.h>
#include <linux/module.h>
#include "rc-core-priv.h"

#define NEC_NBITS 32
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/ir-rc5-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

#include "rc-core-priv.h"
#include <linux/module.h>

#define RC5_NBITS 14
#define RC5X_NBITS 20
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/ir-rc5-sz-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

#include "rc-core-priv.h"
#include <linux/module.h>

#define RC5_SZ_NBITS 15
#define RC5_UNIT 888888 /* ns */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/ir-rc6-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/

#include "rc-core-priv.h"
#include <linux/module.h>

/*
* This decoder currently supports:
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/ir-sony-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/

#include <linux/bitrev.h>
#include <linux/module.h>
#include "rc-core-priv.h"

#define SONY_UNIT 600000 /* ns */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* ADS Tech Instant TV DVB-T PCI Remote */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-alink-dtu-m.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* A-Link DTU(m) slim remote, 6 rows, 3 columns. */
static struct rc_map_table alink_dtu_m[] = {
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-anysee.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table anysee[] = {
{ 0x0800, KEY_0 },
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-apac-viewcomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Attila Kondoros <attila.kondoros@chello.hu> */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-asus-pc39.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/*
* Marc Fargas <telenieko@telenieko.com>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* ATI TV Wonder HD 600 USB
Devin Heitmueller <devin.heitmueller@gmail.com>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-avermedia-a16d.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table avermedia_a16d[] = {
{ 0x20, KEY_LIST},
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-avermedia-cardbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Oldrich Jedlicka <oldium.pro@seznam.cz> */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-avermedia-dvbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Matt Jesson <dvb@jesson.eclipse.co.uk */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-avermedia-m135a.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/*
* Avermedia M135A with RM-JX and RM-K6 remote controls
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/*
* Avermedia M733A with IR model RM-K6
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-avermedia-rm-ks.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Initial keytable is from Jose Alberto Reguero <jareguero@telefonica.net>
and Felipe Morales Moreno <felipe.morales.moreno@gmail.com> */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-avermedia.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Alex Hermann <gaaf@gmx.net> */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-avertv-303.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* AVERTV STUDIO 303 Remote */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-azurewave-ad-tu700.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table azurewave_ad_tu700[] = {
{ 0x0000, KEY_TAB }, /* Tab */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-behold-columbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Beholder Intl. Ltd. 2008
* Dmitry Belimov d.belimov@google.com
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-behold.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/*
* Igor Kuznetsov <igk72@ya.ru>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-budget-ci-old.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/*
* From reading the following remotes:
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-cinergy-1400.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Cinergy 1400 DVB-T */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-cinergy.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table cinergy[] = {
{ 0x00, KEY_0 },
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-dib0700-nec.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table dib0700_nec_table[] = {
/* Key codes for the Pixelview SBTVD remote */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-dib0700-rc5.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table dib0700_rc5_table[] = {
/* Key codes for the tiny Pinnacle remote*/
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-digitalnow-tinytwin.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table digitalnow_tinytwin[] = {
{ 0x0000, KEY_MUTE }, /* [symbol speaker] */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-digittrade.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Digittrade DVB-T USB Stick remote controller. */
/* Imported from af9015.h.
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-dm1105-nec.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* DVBWorld remotes
Igor M. Liplianin <liplianin@me.by>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* DigitalNow DNTV Live DVB-T Remote */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* DigitalNow DNTV Live! DVB-T Pro Remote */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-em-terratec.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table em_terratec[] = {
{ 0x01, KEY_CHANNEL },
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-encore-enltv-fm53.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Encore ENLTV-FM v5.3
Mauro Carvalho Chehab <mchehab@infradead.org>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-encore-enltv.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Encore ENLTV-FM - black plastic, white front cover with white glowing buttons
Juan Pablo Sormani <sorman@gmail.com> */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-encore-enltv2.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* Encore ENLTV2-FM - silver plastic - "Wand Media" written at the botton
Mauro Carvalho Chehab <mchehab@infradead.org> */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/keymaps/rc-evga-indtube.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include <media/rc-map.h>
#include <linux/module.h>

/* EVGA inDtube
Devin Heitmueller <devin.heitmueller@gmail.com>
Expand Down
Loading

0 comments on commit df10118

Please sign in to comment.