kernel-fxtec-pro1x/drivers/media/video/cx88
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
..
cx88-alsa.c
cx88-blackbird.c V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments 2009-12-16 00:17:57 -02:00
cx88-cards.c V4L/DVB (13407): Add Prof 7301 PCI DVB-S2 card 2009-12-05 18:41:43 -02:00
cx88-core.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
cx88-dsp.c
cx88-dvb.c V4L/DVB (13407): Add Prof 7301 PCI DVB-S2 card 2009-12-05 18:41:43 -02:00
cx88-i2c.c
cx88-input.c V4L/DVB (13680): ir: use unsigned long instead of enum 2010-02-26 15:10:24 -03:00
cx88-mpeg.c V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers 2009-12-16 00:17:56 -02:00
cx88-reg.h
cx88-tvaudio.c
cx88-vbi.c
cx88-video.c V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments 2009-12-16 00:17:57 -02:00
cx88-vp3054-i2c.c
cx88-vp3054-i2c.h
cx88.h V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers 2009-12-16 00:17:56 -02:00
Kconfig V4L/DVB (13407): Add Prof 7301 PCI DVB-S2 card 2009-12-05 18:41:43 -02:00
Makefile