MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Static Public Attributes
hardwareprofile.hwdata.DeviceMap Class Reference

List of all members.

Public Member Functions

def __init__
def device_map
def vendor
def device
def subdevice

Static Public Attributes

dictionary vendors = {}

Detailed Description

Definition at line 37 of file hwdata.py.


Constructor & Destructor Documentation

def hardwareprofile.hwdata.DeviceMap.__init__ (   self,
  bus = 'pci' 
)

Definition at line 40 of file hwdata.py.


Member Function Documentation

def hardwareprofile.hwdata.DeviceMap.device_map (   self,
  bus = 'pci' 
)

Definition at line 44 of file hwdata.py.

Referenced by hardwareprofile.hwdata.DeviceMap.__init__().

def hardwareprofile.hwdata.DeviceMap.vendor (   self,
  vend,
  subvend = None,
  alt = 'N/A',
  bus = 'pci' 
)

Definition at line 134 of file hwdata.py.

def hardwareprofile.hwdata.DeviceMap.device (   self,
  vend,
  dev,
  subvend = None,
  subdevice = None,
  alt = 'N/A',
  bus = 'pci' 
)

Definition at line 149 of file hwdata.py.

def hardwareprofile.hwdata.DeviceMap.subdevice (   self,
  vend,
  dev,
  subvend,
  subdevice,
  alt = 'N/A',
  bus = 'pci' 
)

Definition at line 174 of file hwdata.py.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends