diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-05-14 18:23:56 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2006-05-14 18:23:56 +0200 |
commit | 8a6284b4819ca82de31709838a3a83f2b4e2288b (patch) | |
tree | ed02bf8ba5979a917c847f238db204a1619ac74c /linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |
parent | d7e9bdcf5053c838a7421c8e52fed2a0bd4644fb (diff) | |
download | mediapointer-dvb-s2-8a6284b4819ca82de31709838a3a83f2b4e2288b.tar.gz mediapointer-dvb-s2-8a6284b4819ca82de31709838a3a83f2b4e2288b.tar.bz2 |
[PATCH] Genpix 8PSK->USB driver (Take 2)
From: Alan Nisota <alannisota@gmail.com>
This is a patch which includes support for the GENPIX 8PSK->USB module. The
board supports QPSK, BPSK and 8PSK decoding (though I don't think it will be
DVB-S2 compliant) With the following patch, the boad is equivalent to a budget
card (no CA Module)
The patch which adds 8psk suppot will follow, but is seperate, as it requires
DVB-S2 support
More info on the board can be found at www.genpix-electronics.com (and they
host the requisite firmwares there as well)
Signed off by: Alan Nisota <alannisota@gmail.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index cb239049b..95698918b 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h @@ -31,6 +31,7 @@ #define USB_VID_VISIONPLUS 0x13d3 #define USB_VID_TWINHAN 0x1822 #define USB_VID_ULTIMA_ELECTRONIC 0x05d8 +#define USB_VID_GENPIX 0x09c0 /* Product IDs */ #define USB_PID_ADSTECH_USB2_COLD 0xa333 @@ -104,5 +105,6 @@ #define USB_PID_KYE_DVB_T_WARM 0x701f #define USB_PID_PCTV_200E 0x020e #define USB_PID_PCTV_400E 0x020f - +#define USB_PID_GENPIX_8PSK_COLD 0x0200 +#define USB_PID_GENPIX_8PSK_WARM 0x0201 #endif |