summaryrefslogtreecommitdiff
path: root/drivers/media/video/em28xx/em28xx-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-29 05:46:43 +0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 22:53:43 +0300
commit8c2399895dc1b5e8976884d4898e68e61ec23e54 (patch)
tree5b8bbf752ea82aa4260912a7c89f4fff55239efc /drivers/media/video/em28xx/em28xx-cards.c
parent6a18eaf61aadcd7f002ddfa26031525570e6f8b6 (diff)
downloadlinux-8c2399895dc1b5e8976884d4898e68e61ec23e54.tar.xz
V4L/DVB (9767): em28xx: improve board description messages
Print manufacturer/product info from USB device and also card entry. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index a8c815728a28..01757c018b5e 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1354,7 +1354,8 @@ void em28xx_pre_card_setup(struct em28xx *dev)
em28xx_set_model(dev);
- em28xx_info("Found %s\n", dev->board.name);
+ em28xx_info("Identified as %s (card=%d)\n",
+ dev->board.name, dev->model);
/* Set the default GPO/GPIO for legacy devices */
dev->reg_gpo_num = EM2880_R04_GPO;