V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LP

Reports from users that using the new API for tuning DTV was failing,
and the cache was missing some essential items.

Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Steven Toth 2008-10-06 21:55:46 -03:00 committed by Mauro Carvalho Chehab
parent cc7d705e7a
commit a4de91be46
2 changed files with 36 additions and 1 deletions

View file

@ -268,8 +268,11 @@ struct dvb_frontend_event {
#define DTV_DELIVERY_SYSTEM 17
#define DTV_API_VERSION 35
#define DTV_API_VERSION 35
#define DTV_CODE_RATE_HP 36
#define DTV_CODE_RATE_LP 37
#define DTV_MAX_COMMAND DTV_API_VERSION
#define DTV_MAX_COMMAND DTV_CODE_RATE_LP
typedef enum fe_pilot {
PILOT_ON,