diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-01-15 12:03:07 +0100 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2009-01-15 12:03:07 +0100 |
commit | f49a5157c054e2e8a53de306165b19b3cd04aa4c (patch) | |
tree | de26f92173921f89323671bf5f5cc31158db1ba8 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |
parent | 5ec2fc0e30871584087a29363e0a50ac4abf1854 (diff) | |
parent | 2263aaefe6901d5e1bdae1553d404c94b1318b17 (diff) | |
download | mediapointer-dvb-s2-f49a5157c054e2e8a53de306165b19b3cd04aa4c.tar.gz mediapointer-dvb-s2-f49a5157c054e2e8a53de306165b19b3cd04aa4c.tar.bz2 |
merge: v4l-dvb
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h index 732546fa3..e4d04a7fe 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h @@ -138,6 +138,9 @@ unsigned long pvr2_hdw_get_sn(struct pvr2_hdw *); /* Retrieve bus location info of device */ const char *pvr2_hdw_get_bus_info(struct pvr2_hdw *); +/* Retrieve per-instance string identifier for this specific device */ +const char *pvr2_hdw_get_device_identifier(struct pvr2_hdw *); + /* Called when hardware has been unplugged */ void pvr2_hdw_disconnect(struct pvr2_hdw *); @@ -242,8 +245,7 @@ void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *, enum pvr2_v4l_type index,int); /* Direct read/write access to chip's registers: - match_type - how to interpret match_chip (e.g. driver ID, i2c address) - match_chip - chip match value (e.g. I2C_DRIVERD_xxxx) + match - specify criteria to identify target chip (this is a v4l dbg struct) reg_id - register number to access setFl - true to set the register, false to read it val_ptr - storage location for source / result. */ |