Linux Kernel
3.7.1
|
#include <dvb_usb.h>
Data Fields | |
const char * | map_name |
u64 | allowed_protos |
int(* | change_protocol )(struct rc_dev *dev, u64 rc_type) |
int(* | query )(struct dvb_usb_device *d) |
unsigned int | interval |
enum rc_driver_type | driver_type |
bool | bulk_mode |
structure for remote controller configuration : name of rc codes table : protocol(s) supported by the driver : callback to change protocol : called to query an event from the device : time in ms between two queries : used to point if a device supports raw mode : device supports bulk mode for rc (disable polling mode)
enum rc_driver_type driver_type |