summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/dvb-usb.h
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2005-04-22 18:06:32 +0000
committerPatrick Boettcher <devnull@localhost>2005-04-22 18:06:32 +0000
commite94f4020dfb24bb99bab9390d1d4ca10f21b7025 (patch)
tree524ddba52e7176004aa3a2e912d9463e856d41ce /linux/drivers/media/dvb/dvb-usb/dvb-usb.h
parent62757cd413fbbab9388d649d52ca3c1fad642838 (diff)
downloadmediapointer-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.h4
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