V4L/DVB (6695): pvrusb2: Implement functions to pass descriptive hardware info
authorMike Isely <isely@pobox.com>
Mon, 26 Nov 2007 04:58:20 +0000 (01:58 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:03:02 +0000 (19:03 -0200)
commit78a47101ac0ac75019a740d62c70ccb16ff7c7c1
treea329cea6e4ebb8145d29e076075bad9595af5318
parentf66fbd71f24f5f0264bb8526cfb91ea5c6219f50
V4L/DVB (6695): pvrusb2: Implement functions to pass descriptive hardware info

Implement additional pvrusb2 device info table entries for a device
identifier and a device description.  Export this information via the
driver's internal API.  Make this information available via the sysfs
driver interface.  Also propagate this information into the v4l2
capability structure.  An app can now retrieve and report a
descriptive string about the particular type of hardware device it is
operating.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-hdw.c
drivers/media/video/pvrusb2/pvrusb2-hdw.h
drivers/media/video/pvrusb2/pvrusb2-sysfs.c
drivers/media/video/pvrusb2/pvrusb2-v4l2.c