diff options
author | Patrick Boettcher <devnull@localhost> | 2005-04-22 18:06:32 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-04-22 18:06:32 +0000 |
commit | e94f4020dfb24bb99bab9390d1d4ca10f21b7025 (patch) | |
tree | 524ddba52e7176004aa3a2e912d9463e856d41ce /linux/drivers/media/dvb/dvb-usb/dvb-usb.h | |
parent | 62757cd413fbbab9388d649d52ca3c1fad642838 (diff) | |
download | mediapointer-dvb-s2-e94f4020dfb24bb99bab9390d1d4ca10f21b7025.tar.gz mediapointer-dvb-s2-e94f4020dfb24bb99bab9390d1d4ca10f21b7025.tar.bz2 |
corrected a typo in umt-010.c
Added a new driver for the µDigiTV USB2.0 DVB-T receiver made by Nebula Electronics. It isn't working yet, but with the help of Allan Third it will be very soon. Thanks.
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dvb-usb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h index e8d8136ef..239ff40c3 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h @@ -88,6 +88,10 @@ struct dvb_usb_properties { int (*frontend_attach) (struct dvb_usb_device *); /* each device has to know about its frontends */ int (*tuner_attach) (struct dvb_usb_device *); /* each device has to know about its tuners */ + int (*identify_state) (struct usb_device *, struct dvb_usb_properties *, struct dvb_usb_device_description **, int *); + /* if the state (cold or warm) is not distinguishable by the USB IDs, + * the dvb-usb-device has to provie this callback to determine it*/ + #define REMOTE_NO_KEY_PRESSED 0x00 #define REMOTE_KEY_PRESSED 0x01 #define REMOTE_KEY_REPEAT 0x02 |