diff options
author | Mike Isely <isely@pobox.com> | 2007-12-02 23:45:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:03:07 -0500 |
commit | 4ca7f7092815cad5cb3a9377dce211202fe4b328 (patch) | |
tree | 05d567a1eea59e34656465ee27fbde30c0b9dc4f /drivers/media/video/pvrusb2/pvrusb2-devattr.h | |
parent | e802c14b91e3fddd50652270756124a69e550113 (diff) |
V4L/DVB (6708): pvrusb2: Expand comment in device attributes description
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-devattr.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/drivers/media/video/pvrusb2/pvrusb2-devattr.h index 830f27961e1e..a9c3d99b602d 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h | |||
@@ -94,7 +94,13 @@ struct pvr2_device_desc { | |||
94 | char flag_has_wm8775; | 94 | char flag_has_wm8775; |
95 | 95 | ||
96 | /* Device has IR hardware that can be faked into looking like a | 96 | /* Device has IR hardware that can be faked into looking like a |
97 | normal Hauppauge i2c IR receiver. */ | 97 | normal Hauppauge i2c IR receiver. This is currently very |
98 | specific to the 24xxx device, where Hauppauge had replaced their | ||
99 | 'standard' I2C IR receiver with a bunch of FPGA logic controlled | ||
100 | directly via the FX2. Turning this on tells the pvrusb2 driver | ||
101 | to virtualize the presence of the non-existant IR receiver chip and | ||
102 | implement the virtual receiver in terms of appropriate FX2 | ||
103 | commands. */ | ||
98 | char flag_has_hauppauge_custom_ir; | 104 | char flag_has_hauppauge_custom_ir; |
99 | }; | 105 | }; |
100 | 106 | ||