Skip to content

Commit

Permalink
V4L/DVB (6708): pvrusb2: Expand comment in device attributes description
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent e802c14 commit 4ca7f70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion drivers/media/video/pvrusb2/pvrusb2-devattr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 4ca7f70

Please sign in to comment.