From e94f4020dfb24bb99bab9390d1d4ca10f21b7025 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Fri, 22 Apr 2005 18:06:32 +0000 Subject: corrected a typo in umt-010.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- linux/drivers/media/dvb/dvb-usb/dvb-usb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb.h') 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 -- cgit v1.2.3