summaryrefslogtreecommitdiff
path: root/drivers/media/usb/dvb-usb/cxusb.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2019-06-05 07:16:21 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-05 15:26:40 -0400
commit4f62e840f827a31d42db91f8ffb9a01420488589 (patch)
tree3c5b72a76da7640ae92d921fdc69f56685d89cc5 /drivers/media/usb/dvb-usb/cxusb.h
parenteb42ac1b411ccad9bfe65dbeb65acc243981bbdb (diff)
media: cxusb: Revert "media: cxusb: add raw mode support for, Medion MD95700"
This patch shouldn't have been included in the pull request as it adds a non-standard raw mode that is for debugging only. So revert commit ead14a70754f8d7f5dbcb0553c7f11eb0fc4a6ac. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb/dvb-usb/cxusb.h')
-rw-r--r--drivers/media/usb/dvb-usb/cxusb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/usb/dvb-usb/cxusb.h b/drivers/media/usb/dvb-usb/cxusb.h
index eb70fbb02680..9e374e53125b 100644
--- a/drivers/media/usb/dvb-usb/cxusb.h
+++ b/drivers/media/usb/dvb-usb/cxusb.h
@@ -133,7 +133,6 @@ struct cxusb_medion_dev {
bool stop_streaming;
u32 width, height;
u32 field_order;
- bool raw_mode;
struct cxusb_medion_auxbuf auxbuf;
v4l2_std_id norm;
@@ -157,9 +156,6 @@ struct cxusb_medion_vbuffer {
struct list_head list;
};
-/* Capture streaming parameters extendedmode field flags */
-#define CXUSB_EXTENDEDMODE_CAPTURE_RAW 1
-
/* defines for "debug" module parameter */
#define CXUSB_DBG_RC BIT(0)
#define CXUSB_DBG_I2C BIT(1)