diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-10 12:40:42 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-10 12:40:42 +0000 |
commit | d0616b0ea22ac655dcf6179bfd972627b9c05eb4 (patch) | |
tree | 113e90e6ac5a304236a389aa3d87dbae25ef2386 /v4l/ChangeLog | |
parent | 1cf398ff53ade8f68b76983ff33c737cc1252a5e (diff) | |
download | mediapointer-dvb-s2-d0616b0ea22ac655dcf6179bfd972627b9c05eb4.tar.gz mediapointer-dvb-s2-d0616b0ea22ac655dcf6179bfd972627b9c05eb4.tar.bz2 |
em28xx IR fixup and explicit compat_ioctl32 handler
- Commented the code to avoid repeating events when pressing IR keys.
- Included explicit compat_ioctl32 handler.
CC: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index b9c8ed5a6..89302de11 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,19 @@ +2005-11-10 12:33 mchehab + + * ../linux/drivers/media/video/em28xx/em28xx-input.c: + (get_key_em_haup): + - Commented the code to avoid repeating events when + pressing IR keys. + * ../linux/drivers/media/video/em28xx/em28xx-video.c: + - Included explicit compat_ioctl32 handler. + + * ../linux/drivers/media/video/bttv-driver.c: + * ../linux/drivers/media/video/cx88/cx88-video.c: + * ../linux/drivers/media/video/saa7134/saa7134-video.c: + - Fixed compiling with kernels older than 2.6.11. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-11-10 02:27 rmcc * ../linux/Documentation/video4linux/CARDLIST.saa7134: |