diff options
author | Mike Isely <isely@pobox.com> | 2007-12-02 22:45:26 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2007-12-02 22:45:26 -0600 |
commit | ca31a764dce00de5f60c73c819d4d4a3be4e32f7 (patch) | |
tree | 185a7d84a00272fbc1b37247e99ca7125e1fc595 | |
parent | e39a15b8e87d62fd7bc1974bd27012d80048ddef (diff) | |
download | mediapointer-dvb-s2-ca31a764dce00de5f60c73c819d4d4a3be4e32f7.tar.gz mediapointer-dvb-s2-ca31a764dce00de5f60c73c819d4d4a3be4e32f7.tar.bz2 |
pvrusb2: Expand comment in device attributes description.
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h index 830f27961..a9c3d99b6 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h @@ -94,7 +94,13 @@ struct pvr2_device_desc { char flag_has_wm8775; /* Device has IR hardware that can be faked into looking like a - normal Hauppauge i2c IR receiver. */ + normal Hauppauge i2c IR receiver. This is currently very + specific to the 24xxx device, where Hauppauge had replaced their + 'standard' I2C IR receiver with a bunch of FPGA logic controlled + directly via the FX2. Turning this on tells the pvrusb2 driver + to virtualize the presence of the non-existant IR receiver chip and + implement the virtual receiver in terms of appropriate FX2 + commands. */ char flag_has_hauppauge_custom_ir; }; |