Digital TV device node properties. 
- Parameters
- 
  
    | path | path for the /dev file handler |  | sysname | Kernel's system name for the device (dvb?.frontend?, for example) |  | dvb_type | type of the DVB device, as defined by enum dvb_dev_type |  | bus_addr | address of the device at the bus. For USB devices, it will be like: usb:3-1.1.4; for PCI devices: pci:0000:01:00.0) |  | bus_id | Id of the device at the bus (optional, PCI ID or USB ID) |  | manufacturer | Device's manufacturer name (optional, only on USB) |  | product | Device's product name (optional, only on USB) |  | serial | Device's serial name (optional, only on USB) |  
 
- Examples
- dvb-fe-tool.c, dvbv5-scan.c, and dvbv5-zap.c.
Definition at line 86 of file dvb-dev.h.