diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-06 05:50:01 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-06 05:50:01 +0000 |
commit | 94aacf31922e599622b662c95ffe5fb5cccf372d (patch) | |
tree | 8a934fa0523e34ce638f1b077db4a977ef9ad028 /v4l | |
parent | 0ca5f95393da32065c0ed630d5e4d4c9c749c5c8 (diff) | |
download | mediapointer-dvb-s2-94aacf31922e599622b662c95ffe5fb5cccf372d.tar.gz mediapointer-dvb-s2-94aacf31922e599622b662c95ffe5fb5cccf372d.tar.bz2 |
- Fixed autodetection of max size by if alternate setting
- Fixed some debug messages
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 30844dc57..dc72675ee 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,15 @@ +2005-11-06 05:46 mchehab + + * ../linux/drivers/media/video/em28xx/em28xx-core.c: + (em28xx_set_alternate): + * ../linux/drivers/media/video/em28xx/em28xx-video.c: + (em28xx_init_dev), (em28xx_usb_probe), (em28xx_usb_disconnect): + * ../linux/drivers/media/video/em28xx/em28xx.h: + - Fixed autodetection of max size by if alternate setting + - Fixed some debug messages + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-11-06 03:43 mchehab * ../linux/drivers/media/video/cx88/cx88-tvaudio.c: |