kernel-ark/drivers/media/video/saa7134
Mauro Carvalho Chehab 971e8298de V4L/DVB (13680): ir: use unsigned long instead of enum
When preparing the linux-next patches, I got those errors:

include/media/ir-core.h:29: warning: left shift count >= width of type
In file included from include/media/ir-common.h:29,
                 from drivers/media/video/ir-kbd-i2c.c:50:
drivers/media/video/ir-kbd-i2c.c: In function ‘ir_probe’:
drivers/media/video/ir-kbd-i2c.c:324: warning: left shift count >= width of type

Unfortunately, enum is 32 bits on i386. As we define IR_TYPE_OTHER as 1<<63,
it won't work on non 64 bits arch.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-02-26 15:10:24 -03:00
..
Kconfig V4L/DVB (12463): Add support for Compro VideoMate S350 DVB-S PCI card. 2009-09-12 12:18:57 -03:00
Makefile V4L/DVB (11967): v4l: i2c modules must be linked before the v4l2 drivers 2009-06-16 19:07:41 -03:00
saa6752hs.c V4L/DVB (12487): Fix control AC-3 of the 6752HS 2009-09-12 12:19:11 -03:00
saa7134-alsa.c V4L/DVB (12586): Update ALSA capture controls according to selected source. 2009-09-12 12:19:41 -03:00
saa7134-cards.c V4L/DVB (13591): add support for IR on FlyDVB Trio (saa7134) 2009-12-16 00:18:25 -02:00
saa7134-core.c V4L/DVB (13966): DVB-T regression fix for saa7134 cards 2010-01-17 11:31:38 -02:00
saa7134-dvb.c V4L/DVB (13204): saa7134: add support for the Leadtek DTV1000S 2009-12-05 18:40:52 -02:00
saa7134-empress.c V4L/DVB: saa7134: remove stray unlock_kernel 2010-01-29 18:34:06 -02:00
saa7134-i2c.c
saa7134-input.c V4L/DVB (13680): ir: use unsigned long instead of enum 2010-02-26 15:10:24 -03:00
saa7134-reg.h
saa7134-ts.c V4L/DVB (13966): DVB-T regression fix for saa7134 cards 2010-01-17 11:31:38 -02:00
saa7134-tvaudio.c
saa7134-vbi.c
saa7134-video.c V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments 2009-12-16 00:17:57 -02:00
saa7134.h V4L/DVB (13233): i2c_board_info can be local 2009-12-05 18:41:01 -02:00