Package sparked :: Package hardware :: Module hal
[hide private]
[frames] | no frames]

Module hal

source code

Hardware monitoring classes based on linux' HAL system.

Classes [hide private]
  HardwareMonitor
A generic hardware monitor class based on HAL.
Variables [hide private]
  DBUS_INTERFACE = 'org.freedesktop.DBus'
  HAL_INTERFACE = 'org.freedesktop.Hal'
  HAL_DEVICE_INTERFACE = 'org.freedesktop.Hal.Device'
  HAL_MANAGER_INTERFACE = 'org.freedesktop.Hal.Manager'
  HAL_MANAGER_UDI = '/org/freedesktop/Hal/Manager'
  HAL_SUBSYSTEM_PROPERTIES = {'input': ['device'], 'serial': ['o...
  __package__ = 'sparked.hardware'
Variables Details [hide private]

HAL_SUBSYSTEM_PROPERTIES

Value:
{'input': ['device'],
 'serial': ['originating_device', 'device', 'port', 'type'],
 'video4linux': ['device', 'version']}