diff options
author | Mike Isely <isely@pobox.com> | 2006-02-22 23:38:12 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2006-02-22 23:38:12 -0600 |
commit | f48560d691ad084882dcee76c279efaef43a445c (patch) | |
tree | 9e710a9e2840cdfaded87375f56ef5c7de49a4fc /v4l_experimental/pvrusb2/pvrusb2-hdw.h | |
parent | b14f71c46ef88934d27e315739528fb38dfaf238 (diff) | |
download | mediapointer-dvb-s2-f48560d691ad084882dcee76c279efaef43a445c.tar.gz mediapointer-dvb-s2-f48560d691ad084882dcee76c279efaef43a445c.tar.bz2 |
Implement pvrusb2 driver function to discover eeprom address
From: Mike Isely <isely@pobox.com>
The FX2 firmware in the PVR USB2 device can report the I2C address of
the resident eeprom device. Implement code to retrieve this information.
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-hdw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-hdw.h b/v4l_experimental/pvrusb2/pvrusb2-hdw.h index 8d5f5620e..9683d8d7c 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-hdw.h +++ b/v4l_experimental/pvrusb2/pvrusb2-hdw.h @@ -353,6 +353,9 @@ int pvr2_hdw_cmd_soft_reset(struct pvr2_hdw *); /* Stop / start video stream transport */ int pvr2_hdw_cmd_usbstream(struct pvr2_hdw *hdw,int runFl); +/* Find I2C address of eeprom */ +int pvr2_hdw_get_eeprom_addr(struct pvr2_hdw *); + /* Direct manipulation of GPIO bits */ int pvr2_hdw_gpio_get_dir(struct pvr2_hdw *hdw,u32 *); int pvr2_hdw_gpio_get_out(struct pvr2_hdw *hdw,u32 *); |