diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-10-13 16:33:26 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-14 05:44:28 +0200 |
commit | 6a74216c4590e4d322a45e1085f3553b1fb07f06 (patch) | |
tree | 61864386d594b3c724eab70e58dca6c9cdb5e00c /drivers/media/dvb/dvb-usb/dibusb.h | |
parent | V4L/DVB (4746): HM12 is YUV 4:2:0, not YUV 4:1:1 (diff) | |
download | linux-6a74216c4590e4d322a45e1085f3553b1fb07f06.tar.xz linux-6a74216c4590e4d322a45e1085f3553b1fb07f06.zip |
V4L/DVB (4748): Fixed oops for Nova-T USB2
When using the remote control with the Nova-T USB there was an Oops because of
the recent DVB-USB-Adapter change.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dibusb.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dibusb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dibusb.h b/drivers/media/dvb/dvb-usb/dibusb.h index 5153fb943da1..b60781032742 100644 --- a/drivers/media/dvb/dvb-usb/dibusb.h +++ b/drivers/media/dvb/dvb-usb/dibusb.h @@ -99,7 +99,9 @@ struct dibusb_state { struct dib_fe_xfer_ops ops; int mt2060_present; +}; +struct dibusb_device_state { /* for RC5 remote control */ int old_toggle; int last_repeat_count; |