summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-10-12 00:25:09 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:40:59 -0200
commitaa976ca1dfb2e5b3fb67eeaf1ca44182ef3efcdb (patch)
tree1fd691d26f7ba5735c4db67b040f1ce73015ae89 /drivers/media/video/pvrusb2
parent00970beb9b51dd1b25c0d91a3f5fe11dd29e38e2 (diff)
downloadop-kernel-dev-aa976ca1dfb2e5b3fb67eeaf1ca44182ef3efcdb.zip
op-kernel-dev-aa976ca1dfb2e5b3fb67eeaf1ca44182ef3efcdb.tar.gz
V4L/DVB (13226): pvrusb2: Add hardware description to debuginfo output
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-debugifc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-debugifc.c b/drivers/media/video/pvrusb2/pvrusb2-debugifc.c
index fbe3856..010018b 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-debugifc.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-debugifc.c
@@ -142,6 +142,9 @@ int pvr2_debugifc_print_info(struct pvr2_hdw *hdw,char *buf,unsigned int acnt)
{
int bcnt = 0;
int ccnt;
+ ccnt = scnprintf(buf, acnt, "Driver hardware description: %s\n",
+ pvr2_hdw_get_desc(hdw));
+ bcnt += ccnt; acnt -= ccnt; buf += ccnt;
ccnt = scnprintf(buf,acnt,"Driver state info:\n");
bcnt += ccnt; acnt -= ccnt; buf += ccnt;
ccnt = pvr2_hdw_state_report(hdw,buf,acnt);
OpenPOWER on IntegriCloud