diff options
author | Mike Isely <isely@pobox.com> | 2009-11-25 00:49:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:42:09 -0500 |
commit | c21c2db414bb38086f99c586ffdf019eedb9cad8 (patch) | |
tree | 0ac27999d9946e7416344cbf90afc875e6086c3a /drivers/media/video/pvrusb2/pvrusb2-devattr.h | |
parent | 09ea33e5c696958e8b1ae6d5ab184476b16592f1 (diff) |
V4L/DVB (13495): pvrusb2: Support 16KB FX2 firmware
New FX2 firmware from Hauppauge is no longer 8KB in size - it's 16KB.
This is true for HVR-1950 and HVR-1900 devices. Without this change,
new pvrusb2 users with that hardware are unable to use the driver
(because the CD shipped with the hardware only has the 16KB firmware).
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-devattr.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/drivers/media/video/pvrusb2/pvrusb2-devattr.h index ea04ecf8aa39..e5b9594eb5f6 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h | |||
@@ -176,6 +176,7 @@ struct pvr2_device_desc { | |||
176 | unsigned int flag_has_analogtuner:1; /* Has analog tuner */ | 176 | unsigned int flag_has_analogtuner:1; /* Has analog tuner */ |
177 | unsigned int flag_has_composite:1; /* Has composite input */ | 177 | unsigned int flag_has_composite:1; /* Has composite input */ |
178 | unsigned int flag_has_svideo:1; /* Has s-video input */ | 178 | unsigned int flag_has_svideo:1; /* Has s-video input */ |
179 | unsigned int flag_fx2_16kb:1; /* 16KB FX2 firmware OK here */ | ||
179 | }; | 180 | }; |
180 | 181 | ||
181 | extern struct usb_device_id pvr2_device_table[]; | 182 | extern struct usb_device_id pvr2_device_table[]; |