summaryrefslogtreecommitdiff
path: root/drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h
diff options
context:
space:
mode:
authorBrad Love <brad@nextdimension.cc>2019-06-05 16:22:11 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-13 14:31:25 -0400
commitdd60bf4360312559654a5efdac5108fee6fc9fdf (patch)
tree0298f37dd21a41134c220381b73da65d1cc7556e /drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h
parent6f6be371608e88922970a3968f963720ba3871f0 (diff)
media: pvrusb2: Add Hauppauge HVR1955/1975 devices
Includes support to identify and use two Hauppauge device. - LGDT3306a ATSC/QAM demod - si2177 tuner - cx25840 decoder for analog tv/composite/s-video/audio HVR-1975 dual-frontend: - LGDT3306a ATSC/QAM demod - si2168 DVB-C/T/T2 demod - si2177 tuner - cx25840 decoder for analog tv/composite/s-video/audio Signed-off-by: Brad Love <brad@nextdimension.cc> Reviewed-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h')
-rw-r--r--drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h b/drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h
index 0a01de4e54db..640b033815ec 100644
--- a/drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h
+++ b/drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h
@@ -38,6 +38,10 @@
#define FX2CMD_FWPOST1 0x52u
+/* These 2 only exist on Model 160xxx */
+#define FX2CMD_HCW_DEMOD_RESET_PIN 0xd4u
+#define FX2CMD_HCW_MAKO_SLEEP_PIN 0xd5u
+
#define FX2CMD_POWER_OFF 0xdcu
#define FX2CMD_POWER_ON 0xdeu