kernel-fxtec-pro1x/drivers/media/video/em28xx
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
..
em28xx-audio.c V4L/DVB (13289): em28xx-audio: Convert printks to em28xx_err 2009-12-05 18:41:13 -02:00
em28xx-cards.c V4L/DVB (13575): em28xx: Use the complete address/command RC5 code for WinTV USB2 2009-12-16 00:18:07 -02:00
em28xx-core.c V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers 2009-12-16 00:17:56 -02:00
em28xx-dvb.c V4L/DVB (13290): em28xx-dvb: Convert printks to em28xx_err and em28xx_info 2009-12-05 18:41:13 -02:00
em28xx-i2c.c V4L/DVB (12343): Stop defining I2C adapter IDs nobody uses 2009-09-12 12:18:13 -03:00
em28xx-input.c V4L/DVB (13680): ir: use unsigned long instead of enum 2010-02-26 15:10:24 -03:00
em28xx-reg.h V4L/DVB (13328): em28xx: Add chip ID for em2800 2009-12-05 18:41:21 -02:00
em28xx-vbi.c V4L/DVB (12882): em28xx: remove text editor tags from em28xx-vbi.c 2009-09-19 00:14:06 -03:00
em28xx-video.c V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments 2009-12-16 00:17:57 -02:00
em28xx.h V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers 2009-12-16 00:17:56 -02:00
Kconfig V4L/DVB (12951): em28xx: add Reddo DVB-C USB TV Box 2009-09-19 00:15:32 -03:00
Makefile V4L/DVB (12742): em28xx: add raw VBI support for NTSC 2009-09-18 23:47:41 -03:00