summaryrefslogtreecommitdiff
path: root/drivers/media/usb/dvb-usb/cxusb.h
diff options
context:
space:
mode:
authorNibble Max <nibble.max@gmail.com>2014-11-26 09:35:14 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-12-04 13:30:29 -0200
commit2adb177e57417cf8409e86bda2c516e5f99a2099 (patch)
treed99a83d219058f9953dfcbb6b92643183f47fac5 /drivers/media/usb/dvb-usb/cxusb.h
parent0a5a4f32acc131de73c6c4ffc994371384db11fc (diff)
[media] cxusb: remove TechnoTrend CT2-4400 and CT2-4650 devices
Remove TechnoTrend CT2-4400 and CT2-4650 devices from cxusb. They are supported by dvb-usb-dvbsky driver in PATCH 3/3. Signed-off-by: Nibble Max <nibble.max@gmail.com> Reviewed-by: Olli Salonen <olli.salonen@iki.fi> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
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 29f3e2ea2476..527ff7905e15 100644
--- a/drivers/media/usb/dvb-usb/cxusb.h
+++ b/drivers/media/usb/dvb-usb/cxusb.h
@@ -28,14 +28,10 @@
#define CMD_ANALOG 0x50
#define CMD_DIGITAL 0x51
-#define CMD_SP2_CI_WRITE 0x70
-#define CMD_SP2_CI_READ 0x71
-
struct cxusb_state {
u8 gpio_write_state[3];
struct i2c_client *i2c_client_demod;
struct i2c_client *i2c_client_tuner;
- struct i2c_client *i2c_client_ci;
};
#endif