libhd  5.0
Data Fields
cdb_isdn_card Struct Reference

#include <hd.h>

Data Fields

int handle
 internal identifier idx in database More...
 
int vhandle
 internal identifier to vendor database More...
 
char * name
 cardname More...
 
char * lname
 vendor short name + cardname More...
 
char * Class
 CLASS of the card. More...
 
char * bus
 bus type More...
 
int revision
 revision used with USB More...
 
int vendor
 Vendor ID for ISAPNP and PCI cards. More...
 
int device
 Device ID for ISAPNP and PCI cards. More...
 
int subvendor
 Subvendor ID for PCI cards. More...
 
int subdevice
 Subdevice ID for PCI cards. More...
 
unsigned int features
 feature flags More...
 
int line_cnt
 count of ISDN ports More...
 
int vario_cnt
 count of driver varios More...
 
int vario
 referenz to driver vario record More...
 

Field Documentation

◆ bus

char* cdb_isdn_card::bus

bus type

Referenced by add_current_item(), init_cdbisdn(), and WriteCards().

◆ Class

char* cdb_isdn_card::Class

◆ device

int cdb_isdn_card::device

Device ID for ISAPNP and PCI cards.

Referenced by compare_id(), hd_cdbisdn_get_card_from_id(), and new_entry().

◆ features

unsigned int cdb_isdn_card::features

feature flags

◆ handle

int cdb_isdn_card::handle

internal identifier idx in database

Referenced by new_entry(), and SortCards().

◆ line_cnt

int cdb_isdn_card::line_cnt

count of ISDN ports

◆ lname

char* cdb_isdn_card::lname

vendor short name + cardname

Referenced by add_current_item(), hddb_add_info(), init_cdbisdn(), isdn_driver(), and WriteCards().

◆ name

char* cdb_isdn_card::name

◆ revision

int cdb_isdn_card::revision

revision used with USB

Referenced by add_current_item().

◆ subdevice

int cdb_isdn_card::subdevice

Subdevice ID for PCI cards.

A value of 0xffff is ANY_ID

Referenced by compare_id(), hd_cdbisdn_get_card_from_id(), and new_entry().

◆ subvendor

int cdb_isdn_card::subvendor

Subvendor ID for PCI cards.

A value of 0xffff is ANY_ID

Referenced by add_current_item(), compare_id(), hd_cdbisdn_get_card_from_id(), and new_entry().

◆ vario

int cdb_isdn_card::vario

referenz to driver vario record

Referenced by del_vario(), dsl_driver(), get_dsl_info(), isdn_driver(), new_vario(), and SortVarios().

◆ vario_cnt

int cdb_isdn_card::vario_cnt

count of driver varios

Referenced by del_vario(), and new_vario().

◆ vendor

int cdb_isdn_card::vendor

Vendor ID for ISAPNP and PCI cards.

Referenced by compare_id(), hd_cdbisdn_get_card_from_id(), and new_entry().

◆ vhandle

int cdb_isdn_card::vhandle

internal identifier to vendor database

Referenced by add_current_item(), new_entry(), and SortVendors().


The documentation for this struct was generated from the following file: