summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/dibusb.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-10-13 11:33:26 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-10-13 11:33:26 -0300
commita9ef1387521824ade7ec1897edff9ea818183afa (patch)
tree385ba75b78cd5a73a7be47815daf49a8b3c02001 /linux/drivers/media/dvb/dvb-usb/dibusb.h
parentb8ebfdd7de56e85303b60ab999b39806006fc46c (diff)
downloadmediapointer-dvb-s2-a9ef1387521824ade7ec1897edff9ea818183afa.tar.gz
mediapointer-dvb-s2-a9ef1387521824ade7ec1897edff9ea818183afa.tar.bz2
Fixed oops for Nova-T USB2
From: Patrick Boettcher <pb@linuxtv.org> 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 'linux/drivers/media/dvb/dvb-usb/dibusb.h')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/dibusb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dibusb.h b/linux/drivers/media/dvb/dvb-usb/dibusb.h
index 5153fb943..b60781032 100644
--- a/linux/drivers/media/dvb/dvb-usb/dibusb.h
+++ b/linux/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;