Xorg Input Hotplugging
Nicolas Mailhot
nicolas.mailhot at laposte.net
Thu Nov 15 02:27:02 PST 2007
Le jeudi 15 novembre 2007 à 11:43 +0200, Daniel Stone a écrit :
> On Thu, Nov 15, 2007 at 10:22:57AM +0100, ext Nicolas Mailhot wrote:
> > Le jeudi 15 novembre 2007 à 00:48 -0800, David Sharp a écrit :
> > > Also, to quote Daniel Stone:
> > > > Try adding Option "AllowEmptyInput" to the ServerFlags section.
> >
> > This results in a session with no input devices.
>
> If they're not getting added, then your hotplug setup is broken.
I noticed yes :(. If I keep the old in-xorg input setup no input works.
If I remove everything stuff works in semi-broken mode. If I add
AllowEmptyInput nothing works again.
> > > Hope this was what you were looking for.
> >
> > Well, not really.
> >
> > 1. I lost buttons 6 and 7 of my mouse. Somehow the system (xev) now
> > thinks I have a device with buttons 1 2 3 4 5 8 9
> >
> > How do I tell
> > Option "Buttons" "7"
> >
> > in the brave new hotplug world?
>
> I don't have a good answer here: evdev should detect and work
> automatically.
Is it normal than evdev results in a button setup with holes in the
middle now?
> > 2. I lost the keyboard multimedia key. Driver "evdev" resulted in
> > correct XF86Foo in my old setup now it's munged as if it passed trough
> > ps/2 driver. lshal seems to want to apply a layout to this part even if
> > it's clearly not a general-purpose keyboard.
>
> Sounds like your desktop environment (e.g. GNOME) is kicking the layout
> back to pc105 instead of evdev. You'll need to fix that in its
> preferences.
It seems the xorg changed caused GNOME to reset to pc105. However if I
change it to evdev keys break all over the place. So I suppose the new
xorg switched from evdev to kbd :(
> > 3. How do I tell xorg to consider hal-configured device foo instead of
> > fallbacking systematically to the /dev/input/mice multiplexer ?
>
> Option "AllowEmptyInput".
>
> > Etc.
> >
> > I don't need the broad rules I found them myself. I need someone who
> > understands this stuff post examples of conversions of complex setups
> > like mine. Because the current examples are so basic there's no way to
> > deduce from them the new syntax for:
> >
> > > > Section "InputDevice"
> > > > Identifier "nek4k-base"
> > > > Driver "evdev"
> > > > Option "Protocol" "evdev"
> > > > Option "vendor" "1118"
> > > > Option "product" "219"
> > > > Option "Phys" "*/input0"
> > > > Option "XkbModel" "evdev"
> > > > Option "XkbLayout" "fr,ru"
> > > > Option "XkbVariant" "oss,winkeys"
> > > > Option "XkbOptions"
> > > > "grp:lwin_toggle,grp_led:scroll,compose:rwin"
> > > > EndSection
>
> <match key="usb.vendor_id" int="1118">
> <match key="usb.product_id" int="219">
> <merge key="input.xkb.layout" type="string">fr,ru</merge>
> <merge key="input.xkb.options" type="string">grp:lwin_toggle,grl_led:scroll,compose:rwin</merge>
> </match>
> </match>
>
> I'm not sure how to match on the phys.
Phys is needed as you have two different devices on each phys. Phys 0 is
a real pc105 keyboard where xkb layout rules apply. Phys 1 is a set of
multimedia key.
> > > > Section "InputDevice"
> > > > Identifier "track-expl"
> > > > Driver "evdev"
> > > > Option "Protocol" "evdev"
> > > > Option "vendor" "1118"
> > > > Option "product" "36"
> > > > Option "ZAxisMapping" "4 5"
> > > > Option "Buttons" "7"
> > > > EndSection
>
> These don't yet have equivalents, but both shouldn't be necessary.
Pointer seems all right except for the strange 1234589 button
assignment.
Maybe it'll be clearer if I post all my files. What am I doing obviously
wrong input-side?
--
Nicolas Mailhot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 48315 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/hal/attachments/20071115/a0f87a13/attachment-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 10-x11-keyboard-layout.fdi
Type: application/xml
Size: 387 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/hal/attachments/20071115/a0f87a13/attachment-0001.xml
-------------- next part --------------
Section "ServerLayout"
Identifier "Multi head configuration"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
#Option "AllowEmptyInput" "1"
EndSection
Section "extensions"
Option "Composite" "1"
Endsection
Section "Device"
Identifier "pcie"
Driver "nv"
VendorName "NVidia"
BoardName "GeForce 7600 GS"
BusID "PCI:5:0:0"
Option "AccelMethod" "EXA"
Option "monitor-TMDS" "lcd"
Option "monitor-TMDS" "proj"
EndSection
Section "Monitor"
Identifier "lcd"
VendorName "Belinea"
ModelName "10 20 35W"
DisplaySize 434 272
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 75.0
ModeLine "1680x1050 at 75" 150.0 1680 1728 1760 1840 1050 1053 1059 1088 -hsync +vsync
ModeLine "1680x1050 at 60" 146.5 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
ModeLine "1024x768 at 74c" 81.8 1024 1176 1208 1392 768 771 781 796 -hsync +vsync
Option "PreferredMode" "1680x1050 at 60"
Option "Position" "0 0"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "proj"
VendorName "NEC"
ModelName "HT1000"
HorizSync 15.0 - 100.0
VertRefresh 50.0 - 120.0
Option "PreferredMode" "1024x768"
Option "Above" "lcd"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "pcie"
Monitor "lcd"
Monitor "proj"
DefaultDepth 24
EndSection
Section "DRI"
Mode 0666
EndSection
-------------- next part --------------
Dumping 126 device(s) from the Global Device List:
-------------------------------------------------
udi = '/org/freedesktop/Hal/devices/computer'
info.addons = {'hald-addon-cpufreq', 'hald-addon-acpi'} (string list)
info.bus = 'unknown' (string)
info.callouts.add = {'hal-acl-tool --remove-all', 'hal-storage-cleanup-all-mountpoints'} (string list)
info.callouts.session_active = {'hal-acl-tool --reconfigure'} (string list)
info.callouts.session_add = {'hal-acl-tool --reconfigure'} (string list)
info.callouts.session_inactive = {'hal-acl-tool --reconfigure'} (string list)
info.callouts.session_remove = {'hal-acl-tool --reconfigure'} (string list)
info.capabilities = {'cpufreq_control'} (string list)
info.interfaces = {'org.freedesktop.Hal.Device.SystemPowerManagement', 'org.freedesktop.Hal.Device.CPUFreq'} (string list)
info.product = 'Computer' (string)
info.subsystem = 'unknown' (string)
info.udi = '/org/freedesktop/Hal/devices/computer' (string)
org.freedesktop.Hal.Device.SystemPowerManagement.method_argnames = {'num_seconds_to_sleep', 'num_seconds_to_sleep', '', '', '', 'enable_power_save'} (string list)
org.freedesktop.Hal.Device.SystemPowerManagement.method_execpaths = {'hal-system-power-suspend', 'hal-system-power-suspend-hybrid', 'hal-system-power-hibernate', 'hal-system-power-shutdown', 'hal-system-power-reboot', 'hal-system-power-set-power-save'} (string list)
org.freedesktop.Hal.Device.SystemPowerManagement.method_names = {'Suspend', 'SuspendHybrid', 'Hibernate', 'Shutdown', 'Reboot', 'SetPowerSave'} (string list)
org.freedesktop.Hal.Device.SystemPowerManagement.method_signatures = {'i', 'i', '', '', '', 'b'} (string list)
power_management.acpi.linux.version = '20070126' (string)
power_management.can_hibernate = true (bool)
power_management.can_suspend = false (bool)
power_management.can_suspend_hybrid = false (bool)
power_management.can_suspend_to_disk = true (bool)
power_management.can_suspend_to_ram = false (bool)
power_management.is_powersave_set = false (bool)
power_management.type = 'acpi' (string)
smbios.bios.release_date = '12/05/2005' (string)
smbios.bios.vendor = 'Award Software International, Inc.' (string)
smbios.bios.version = 'F4' (string)
smbios.chassis.manufacturer = '' (string)
smbios.chassis.type = 'Desktop' (string)
smbios.system.manufacturer = '' (string)
smbios.system.product = '' (string)
smbios.system.serial = '' (string)
smbios.system.uuid = 'Not Present' (string)
smbios.system.version = '' (string)
system.chassis.manufacturer = '' (string)
system.chassis.type = 'Desktop' (string)
system.firmware.release_date = '12/05/2005' (string)
system.firmware.vendor = 'Award Software International, Inc.' (string)
system.firmware.version = 'F4' (string)
system.formfactor = 'desktop' (string)
system.hardware.primary_video.product = 914 (0x392) (int)
system.hardware.primary_video.vendor = 4318 (0x10de) (int)
system.hardware.product = '' (string)
system.hardware.serial = '' (string)
system.hardware.uuid = 'Not Present' (string)
system.hardware.vendor = '' (string)
system.hardware.version = '' (string)
system.kernel.machine = 'x86_64' (string)
system.kernel.name = 'Linux' (string)
system.kernel.version = '2.6.23.1-49.fc8' (string)
system.product = ' ' (string)
system.vendor = '' (string)
udi = '/org/freedesktop/Hal/devices/acpi_CPU0'
info.capabilities = {'processor'} (string list)
info.category = 'processor' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'AMD Athlon(tm) 64 X2 Dual Core Processor 4400+' (string)
info.udi = '/org/freedesktop/Hal/devices/acpi_CPU0' (string)
linux.acpi_path = '/proc/acpi/processor/CPU0' (string)
linux.acpi_type = 1 (0x1) (int)
linux.hotplug_type = 4 (0x4) (int)
processor.can_throttle = false (bool)
processor.number = 0 (0x0) (int)
udi = '/org/freedesktop/Hal/devices/acpi_CPU1'
info.capabilities = {'processor'} (string list)
info.category = 'processor' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'AMD Athlon(tm) 64 X2 Dual Core Processor 4400+' (string)
info.udi = '/org/freedesktop/Hal/devices/acpi_CPU1' (string)
linux.acpi_path = '/proc/acpi/processor/CPU1' (string)
linux.acpi_type = 1 (0x1) (int)
linux.hotplug_type = 4 (0x4) (int)
processor.can_throttle = false (bool)
processor.number = 1 (0x1) (int)
udi = '/org/freedesktop/Hal/devices/storage_serial_921c8492_bd198e07_ee21f5b7_3a9296b4'
block.device = '/dev/md0' (string)
block.is_volume = false (bool)
block.major = 9 (0x9) (int)
block.minor = 0 (0x0) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_921c8492_bd198e07_ee21f5b7_3a9296b4' (string)
info.capabilities = {'storage.linux_raid', 'storage', 'block'} (string list)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.udi = '/org/freedesktop/Hal/devices/storage_serial_921c8492_bd198e07_ee21f5b7_3a9296b4' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/md0' (string)
storage.automount_enabled_hint = true (bool)
storage.bus = 'linux_raid' (string)
storage.drive_type = 'disk' (string)
storage.firmware_version = '0.90' (string)
storage.hotpluggable = false (bool)
storage.linux_raid.components = {'/org/freedesktop/Hal/devices/volume_uuid_921c8492_bd198e07_ee21f5b7_3a9296b4', '/org/freedesktop/Hal/devices/volume_uuid_921c8492_bd198e07_ee21f5b7_3a9296b4_0'} (string list)
storage.linux_raid.is_syncing = false (bool)
storage.linux_raid.level = 'raid1' (string)
storage.linux_raid.num_components = 2 (0x2) (int)
storage.linux_raid.num_components_active = 2 (0x2) (int)
storage.linux_raid.sysfs_path = '/sys/block/md0' (string)
storage.media_check_enabled = false (bool)
storage.model = 'Software RAID-1 (Mirror)' (string)
storage.no_partitions_hint = false (bool)
storage.originating_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.partitioning_scheme = 'none' (string)
storage.physical_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.removable = false (bool)
storage.removable.media_available = true (bool)
storage.removable.media_size = 2146697216 (0x7ff40000) (uint64)
storage.requires_eject = false (bool)
storage.serial = '921c8492:bd198e07:ee21f5b7:3a9296b4' (string)
storage.size = 2146697216 (0x7ff40000) (uint64)
storage.vendor = 'Linux' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_93f97d02_7949_43e8_a279_5b855bb497c3'
block.device = '/dev/md0' (string)
block.is_volume = true (bool)
block.major = 9 (0x9) (int)
block.minor = 0 (0x0) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_921c8492_bd198e07_ee21f5b7_3a9296b4' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_921c8492_bd198e07_ee21f5b7_3a9296b4' (string)
info.product = 'boot' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_93f97d02_7949_43e8_a279_5b855bb497c3' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/md0/fakevolume' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'ext3' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '1.0' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = true (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = 'boot' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'acl', 'user_xattr', 'data='} (string list)
volume.mount_point = '/boot' (string)
volume.num_blocks = 4192768 (0x3ffa00) (int)
volume.size = 2146697216 (0x7ff40000) (uint64)
volume.unmount.valid_options = {'lazy'} (string list)
volume.uuid = '93f97d02-7949-43e8-a279-5b855bb497c3' (string)
udi = '/org/freedesktop/Hal/devices/storage_serial_60ab7ad8_5e71ed16_57627bc9_17e70637'
block.device = '/dev/md1' (string)
block.is_volume = false (bool)
block.major = 9 (0x9) (int)
block.minor = 1 (0x1) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_60ab7ad8_5e71ed16_57627bc9_17e70637' (string)
info.capabilities = {'storage.linux_raid', 'storage', 'block'} (string list)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.udi = '/org/freedesktop/Hal/devices/storage_serial_60ab7ad8_5e71ed16_57627bc9_17e70637' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/md1' (string)
storage.automount_enabled_hint = true (bool)
storage.bus = 'linux_raid' (string)
storage.drive_type = 'disk' (string)
storage.firmware_version = '0.90' (string)
storage.hotpluggable = false (bool)
storage.linux_raid.components = {'/org/freedesktop/Hal/devices/volume_uuid_60ab7ad8_5e71ed16_57627bc9_17e70637', '/org/freedesktop/Hal/devices/volume_uuid_60ab7ad8_5e71ed16_57627bc9_17e70637_0'} (string list)
storage.linux_raid.is_syncing = false (bool)
storage.linux_raid.level = 'raid1' (string)
storage.linux_raid.num_components = 2 (0x2) (int)
storage.linux_raid.num_components_active = 2 (0x2) (int)
storage.linux_raid.sysfs_path = '/sys/block/md1' (string)
storage.media_check_enabled = false (bool)
storage.model = 'Software RAID-1 (Mirror)' (string)
storage.no_partitions_hint = false (bool)
storage.originating_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.partitioning_scheme = 'none' (string)
storage.physical_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.removable = false (bool)
storage.removable.media_available = true (bool)
storage.removable.media_size = 295789199360 (0x44de690000) (uint64)
storage.requires_eject = false (bool)
storage.serial = '60ab7ad8:5e71ed16:57627bc9:17e70637' (string)
storage.size = 295789199360 (0x44de690000) (uint64)
storage.vendor = 'Linux' (string)
udi = '/org/freedesktop/Hal/devices/volume_part_1_size_295789199360'
block.device = '/dev/md1' (string)
block.is_volume = true (bool)
block.major = 9 (0x9) (int)
block.minor = 1 (0x1) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_60ab7ad8_5e71ed16_57627bc9_17e70637' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_60ab7ad8_5e71ed16_57627bc9_17e70637' (string)
info.product = 'Volume (LVM2_member)' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part_1_size_295789199360' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/md1/fakevolume' (string)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'LVM2_member' (string)
volume.fsusage = 'raid' (string)
volume.fsversion = 'LVM2 001' (string)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount_point = '' (string)
volume.num_blocks = 577713280 (0x226f3480) (int)
volume.size = 295789199360 (0x44de690000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/computer_alsa_timer'
access_control.file = '/dev/snd/timer' (string)
access_control.type = 'sound' (string)
alsa.device_file = '/dev/snd/timer' (string)
alsa.type = 'timer' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'ALSA Timer Device' (string)
info.udi = '/org/freedesktop/Hal/devices/computer_alsa_timer' (string)
linux.device_file = '/dev/snd/timer' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/timer' (string)
udi = '/org/freedesktop/Hal/devices/computer_oss_sequencer_0'
access_control.file = '/dev/sequencer2' (string)
access_control.type = 'sound' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'oss', 'access_control'} (string list)
info.category = 'oss' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'OSS Sequencer Device' (string)
info.udi = '/org/freedesktop/Hal/devices/computer_oss_sequencer_0' (string)
linux.device_file = '/dev/sequencer2' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/sequencer2' (string)
oss.device_file = '/dev/sequencer2' (string)
oss.type = 'sequencer' (string)
udi = '/org/freedesktop/Hal/devices/computer_oss_sequencer'
access_control.file = '/dev/sequencer' (string)
access_control.type = 'sound' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'oss', 'access_control'} (string list)
info.category = 'oss' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'OSS Sequencer Device' (string)
info.udi = '/org/freedesktop/Hal/devices/computer_oss_sequencer' (string)
linux.device_file = '/dev/sequencer' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/sequencer' (string)
oss.device_file = '/dev/sequencer' (string)
oss.type = 'sequencer' (string)
udi = '/org/freedesktop/Hal/devices/computer_alsa_sequencer'
access_control.file = '/dev/snd/seq' (string)
access_control.type = 'sound' (string)
alsa.device_file = '/dev/snd/seq' (string)
alsa.type = 'sequencer' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'ALSA Sequencer Device' (string)
info.udi = '/org/freedesktop/Hal/devices/computer_alsa_sequencer' (string)
linux.device_file = '/dev/snd/seq' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/seq' (string)
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_1'
button.has_state = false (bool)
button.type = 'power' (string)
info.addons.singleton = {'hald-addon-input'} (string list)
info.capabilities = {'input', 'button'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Power Button (CM)' (string)
info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_1' (string)
input.device = '/dev/input/event5' (string)
input.product = 'Power Button (CM)' (string)
linux.device_file = '/dev/input/event5' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/class/input/input5/event5' (string)
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0'
button.has_state = false (bool)
button.type = 'power' (string)
info.addons.singleton = {'hald-addon-input'} (string list)
info.capabilities = {'input', 'button'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Power Button (FF)' (string)
info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0' (string)
input.device = '/dev/input/event4' (string)
input.product = 'Power Button (FF)' (string)
linux.device_file = '/dev/input/event4' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/class/input/input4/event4' (string)
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input'
info.capabilities = {'input', 'input.mouse'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Macintosh mouse button emulation' (string)
info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input' (string)
input.device = '/dev/input/event0' (string)
input.product = 'Macintosh mouse button emulation' (string)
input.x11_driver = 'evdev' (string)
linux.device_file = '/dev/input/event0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/class/input/input0/event0' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0c01'
info.bus = 'pnp' (string)
info.linux.driver = 'system' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'System Board' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0c01' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:08' (string)
pnp.description = 'System Board' (string)
pnp.id = 'PNP0c01' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0c02_1'
info.bus = 'pnp' (string)
info.linux.driver = 'system' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'General ID for reserving resources required by PnP motherboard registers. (Not device specific.)' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0c02_1' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:07' (string)
pnp.description = 'General ID for reserving resources required by PnP motherboard registers. (Not device specific.)' (string)
pnp.id = 'PNP0c02' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0c04'
info.bus = 'pnp' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Math Coprocessor' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0c04' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:06' (string)
pnp.description = 'Math Coprocessor' (string)
pnp.id = 'PNP0c04' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0800'
info.bus = 'pnp' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'AT-style speaker sound' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0800' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:05' (string)
pnp.description = 'AT-style speaker sound' (string)
pnp.id = 'PNP0800' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0b00'
info.bus = 'pnp' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'AT Real-Time Clock' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0b00' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:04' (string)
pnp.description = 'AT Real-Time Clock' (string)
pnp.id = 'PNP0b00' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0200'
info.bus = 'pnp' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'AT DMA Controller' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0200' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:03' (string)
pnp.description = 'AT DMA Controller' (string)
pnp.id = 'PNP0200' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0c02_0'
info.bus = 'pnp' (string)
info.linux.driver = 'system' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'General ID for reserving resources required by PnP motherboard registers. (Not device specific.)' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0c02_0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:02' (string)
pnp.description = 'General ID for reserving resources required by PnP motherboard registers. (Not device specific.)' (string)
pnp.id = 'PNP0c02' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0c02'
info.bus = 'pnp' (string)
info.linux.driver = 'system' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'General ID for reserving resources required by PnP motherboard registers. (Not device specific.)' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0c02' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:01' (string)
pnp.description = 'General ID for reserving resources required by PnP motherboard registers. (Not device specific.)' (string)
pnp.id = 'PNP0c02' (string)
udi = '/org/freedesktop/Hal/devices/pnp_PNP0a08'
info.bus = 'pnp' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'PnP Device (PNP0a08)' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_PNP0a08' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:00' (string)
pnp.id = 'PNP0a08' (string)
udi = '/org/freedesktop/Hal/devices/platform_vesafb_0'
info.bus = 'platform' (string)
info.linux.driver = 'vesafb' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Platform Device (vesafb.0)' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_vesafb_0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'platform' (string)
linux.sysfs_path = '/sys/devices/platform/vesafb.0' (string)
platform.id = 'vesafb.0' (string)
udi = '/org/freedesktop/Hal/devices/platform_serial8250'
info.bus = 'platform' (string)
info.linux.driver = 'serial8250' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Platform Device (serial8250)' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_serial8250' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'platform' (string)
linux.sysfs_path = '/sys/devices/platform/serial8250' (string)
platform.id = 'serial8250' (string)
udi = '/org/freedesktop/Hal/devices/platform_pcspkr'
info.bus = 'platform' (string)
info.linux.driver = 'pcspkr' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Platform Device (pcspkr)' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_pcspkr' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'platform' (string)
linux.sysfs_path = '/sys/devices/platform/pcspkr' (string)
platform.id = 'pcspkr' (string)
udi = '/org/freedesktop/Hal/devices/platform_pcspkr_logicaldev_input'
info.capabilities = {'input'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/platform_pcspkr' (string)
info.product = 'PC Speaker' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_pcspkr_logicaldev_input' (string)
input.device = '/dev/input/event6' (string)
input.originating_device = '/org/freedesktop/Hal/devices/platform_pcspkr' (string)
input.physical_device = '/org/freedesktop/Hal/devices/platform_pcspkr' (string)
input.product = 'PC Speaker' (string)
linux.device_file = '/dev/input/event6' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/class/input/input6/event6' (string)
udi = '/org/freedesktop/Hal/devices/platform_it87_656'
info.bus = 'platform' (string)
info.linux.driver = 'it87' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Platform Device (it87.656)' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_it87_656' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'platform' (string)
linux.sysfs_path = '/sys/devices/platform/it87.656' (string)
platform.id = 'it87.656' (string)
udi = '/org/freedesktop/Hal/devices/platform_i8042'
info.bus = 'platform' (string)
info.linux.driver = 'i8042' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Platform Device (i8042)' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_i8042' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'platform' (string)
linux.sysfs_path = '/sys/devices/platform/i8042' (string)
platform.id = 'i8042' (string)
udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port'
info.bus = 'serio' (string)
info.parent = '/org/freedesktop/Hal/devices/platform_i8042' (string)
info.product = 'i8042 KBD port' (string)
info.subsystem = 'serio' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'serio' (string)
linux.sysfs_path = '/sys/devices/platform/i8042/serio0' (string)
serio.description = 'i8042 KBD port' (string)
serio.id = 'serio0' (string)
udi = '/org/freedesktop/Hal/devices/pci_1022_1103'
info.bus = 'pci' (string)
info.linux.driver = 'k8temp' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'K8 [Athlon64/Opteron] Miscellaneous Control' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1022_1103' (string)
info.vendor = 'Advanced Micro Devices [AMD]' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:18.3' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:18.3' (string)
pci.product = 'K8 [Athlon64/Opteron] Miscellaneous Control' (string)
pci.product_id = 4355 (0x1103) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'Advanced Micro Devices [AMD]' (string)
pci.vendor_id = 4130 (0x1022) (int)
udi = '/org/freedesktop/Hal/devices/pci_1022_1102'
info.bus = 'pci' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'K8 [Athlon64/Opteron] DRAM Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1022_1102' (string)
info.vendor = 'Advanced Micro Devices [AMD]' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:18.2' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:18.2' (string)
pci.product = 'K8 [Athlon64/Opteron] DRAM Controller' (string)
pci.product_id = 4354 (0x1102) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'Advanced Micro Devices [AMD]' (string)
pci.vendor_id = 4130 (0x1022) (int)
udi = '/org/freedesktop/Hal/devices/pci_1022_1101'
info.bus = 'pci' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'K8 [Athlon64/Opteron] Address Map' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1022_1101' (string)
info.vendor = 'Advanced Micro Devices [AMD]' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:18.1' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:18.1' (string)
pci.product = 'K8 [Athlon64/Opteron] Address Map' (string)
pci.product_id = 4353 (0x1101) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'Advanced Micro Devices [AMD]' (string)
pci.vendor_id = 4130 (0x1022) (int)
udi = '/org/freedesktop/Hal/devices/pci_1022_1100'
info.bus = 'pci' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'K8 [Athlon64/Opteron] HyperTransport Technology Configuration' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1022_1100' (string)
info.vendor = 'Advanced Micro Devices [AMD]' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:18.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:18.0' (string)
pci.product = 'K8 [Athlon64/Opteron] HyperTransport Technology Configuration' (string)
pci.product_id = 4352 (0x1100) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'Advanced Micro Devices [AMD]' (string)
pci.vendor_id = 4130 (0x1022) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_5d_2'
info.bus = 'pci' (string)
info.linux.driver = 'pcieport-driver' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 PCIE Bridge' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_5d_2' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0e.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0e.0' (string)
pci.product = 'CK804 PCIE Bridge' (string)
pci.product_id = 93 (0x5d) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_392'
info.bus = 'pci' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5d_2' (string)
info.product = 'G70 [GeForce 7600 GS]' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_392' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0e.0/0000:05:00.0' (string)
pci.device_class = 3 (0x3) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0e.0/0000:05:00.0' (string)
pci.product = 'G70 [GeForce 7600 GS]' (string)
pci.product_id = 914 (0x392) (int)
pci.subsys_product = 'NX7600GS-T2D256EH' (string)
pci.subsys_product_id = 1570 (0x622) (int)
pci.subsys_vendor = 'Micro-Star International Co., Ltd.' (string)
pci.subsys_vendor_id = 5218 (0x1462) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_5d_1'
info.bus = 'pci' (string)
info.linux.driver = 'pcieport-driver' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 PCIE Bridge' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_5d_1' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0d.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0d.0' (string)
pci.product = 'CK804 PCIE Bridge' (string)
pci.product_id = 93 (0x5d) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_5d_0'
info.bus = 'pci' (string)
info.linux.driver = 'pcieport-driver' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 PCIE Bridge' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_5d_0' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0c.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0c.0' (string)
pci.product = 'CK804 PCIE Bridge' (string)
pci.product_id = 93 (0x5d) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_5d'
info.bus = 'pci' (string)
info.linux.driver = 'pcieport-driver' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 PCIE Bridge' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_5d' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0b.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0b.0' (string)
pci.product = 'CK804 PCIE Bridge' (string)
pci.product_id = 93 (0x5d) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_11ab_4362'
info.bus = 'pci' (string)
info.linux.driver = 'sky2' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5d' (string)
info.product = '88E8053 PCI-E Gigabit Ethernet Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_11ab_4362' (string)
info.vendor = 'Marvell Technology Group Ltd.' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0b.0/0000:02:00.0' (string)
pci.device_class = 2 (0x2) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0b.0/0000:02:00.0' (string)
pci.product = '88E8053 PCI-E Gigabit Ethernet Controller' (string)
pci.product_id = 17250 (0x4362) (int)
pci.subsys_product = 'Marvell 88E8053 Gigabit Ethernet Controller (Gigabyte)' (string)
pci.subsys_product_id = 57344 (0xe000) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'Marvell Technology Group Ltd.' (string)
pci.vendor_id = 4523 (0x11ab) (int)
udi = '/org/freedesktop/Hal/devices/net_00_14_85_0c_3e_a4'
info.capabilities = {'net', 'net.80203'} (string list)
info.category = 'net.80203' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_11ab_4362' (string)
info.product = 'Networking Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/net_00_14_85_0c_3e_a4' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'net' (string)
linux.sysfs_path = '/sys/class/net/eth1' (string)
net.80203.mac_address = 88131518116 (0x14850c3ea4) (uint64)
net.address = '00:14:85:0c:3e:a4' (string)
net.arp_proto_hw_id = 1 (0x1) (int)
net.interface = 'eth1' (string)
net.linux.ifindex = 2 (0x2) (int)
net.originating_device = '/org/freedesktop/Hal/devices/pci_11ab_4362' (string)
net.physical_device = '/org/freedesktop/Hal/devices/pci_11ab_4362' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_57'
info.bus = 'pci' (string)
info.linux.driver = 'forcedeth' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 Ethernet Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_57' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0a.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 128 (0x80) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0a.0' (string)
pci.product = 'CK804 Ethernet Controller' (string)
pci.product_id = 87 (0x57) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 57344 (0xe000) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/net_00_14_85_0c_3e_b4'
info.capabilities = {'net', 'net.80203'} (string list)
info.category = 'net.80203' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_57' (string)
info.product = 'Networking Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/net_00_14_85_0c_3e_b4' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'net' (string)
linux.sysfs_path = '/sys/class/net/eth0' (string)
net.80203.mac_address = 88131518132 (0x14850c3eb4) (uint64)
net.address = '00:14:85:0c:3e:b4' (string)
net.arp_proto_hw_id = 1 (0x1) (int)
net.interface = 'eth0' (string)
net.linux.ifindex = 3 (0x3) (int)
net.originating_device = '/org/freedesktop/Hal/devices/pci_10de_57' (string)
net.physical_device = '/org/freedesktop/Hal/devices/pci_10de_57' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_5c'
info.bus = 'pci' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 PCI Bridge' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_5c' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 1 (0x1) (int)
pci.device_subclass = 4 (0x4) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0' (string)
pci.product = 'CK804 PCI Bridge' (string)
pci.product_id = 92 (0x5c) (int)
pci.subsys_product_id = 0 (0x0) (int)
pci.subsys_vendor_id = 0 (0x0) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_104c_8025'
info.bus = 'pci' (string)
info.linux.driver = 'firewire_ohci' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5c' (string)
info.product = 'TSB82AA2 IEEE-1394b Link Layer Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_104c_8025' (string)
info.vendor = 'Texas Instruments' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:0a.0' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 16 (0x10) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:0a.0' (string)
pci.product = 'TSB82AA2 IEEE-1394b Link Layer Controller' (string)
pci.product_id = 32805 (0x8025) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 4096 (0x1000) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'Texas Instruments' (string)
pci.vendor_id = 4172 (0x104c) (int)
udi = '/org/freedesktop/Hal/devices/ieee1394_guid1485560009ae75'
ieee1394.device = '/dev/fw1' (string)
ieee1394.guid = 5776103948529269 (0x1485560009ae75) (uint64)
ieee1394.product = 'Juju' (string)
ieee1394.product_id = 1 (0x1) (int)
ieee1394.vendor = 'Linux Firewire' (string)
ieee1394.vendor_id = 13634846 (0xd00d1e) (int)
info.bus = 'ieee1394' (string)
info.capabilities = {'ieee1394'} (string list)
info.parent = '/org/freedesktop/Hal/devices/pci_104c_8025' (string)
info.subsystem = 'ieee1394' (string)
info.udi = '/org/freedesktop/Hal/devices/ieee1394_guid1485560009ae75' (string)
linux.device_file = '/dev/fw1' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'firewire' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:0a.0/fw1' (string)
udi = '/org/freedesktop/Hal/devices/pci_1095_3114'
info.bus = 'pci' (string)
info.linux.driver = 'sata_sil' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5c' (string)
info.product = 'SiI 3114 [SATALink/SATARaid] Serial ATA Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1095_3114' (string)
info.vendor = 'Silicon Image, Inc.' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:09.0' (string)
pci.device_class = 1 (0x1) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 128 (0x80) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:09.0' (string)
pci.product = 'SiI 3114 [SATALink/SATARaid] Serial ATA Controller' (string)
pci.product_id = 12564 (0x3114) (int)
pci.subsys_product = 'SiI 3114 SATALink Controller' (string)
pci.subsys_product_id = 12564 (0x3114) (int)
pci.subsys_vendor = 'Silicon Image, Inc.' (string)
pci.subsys_vendor_id = 4245 (0x1095) (int)
pci.vendor = 'Silicon Image, Inc.' (string)
pci.vendor_id = 4245 (0x1095) (int)
udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0'
info.capabilities = {'scsi_host'} (string list)
info.category = 'scsi_host' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1095_3114' (string)
info.product = 'SCSI Host Adapter' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_host' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:09.0/host2' (string)
scsi_host.host = 2 (0x2) (int)
udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0_scsi_device_lun0'
info.bus = 'scsi' (string)
info.linux.driver = 'sr' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0' (string)
info.product = 'SCSI Device' (string)
info.subsystem = 'scsi' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0_scsi_device_lun0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:09.0/host2/target2:0:0/2:0:0:0' (string)
scsi.bus = 0 (0x0) (int)
scsi.host = 2 (0x2) (int)
scsi.lun = 0 (0x0) (int)
scsi.model = 'DVDR PX-716A' (string)
scsi.target = 0 (0x0) (int)
scsi.type = 'cdrom' (string)
scsi.vendor = 'PLEXTOR' (string)
udi = '/org/freedesktop/Hal/devices/storage_model_DVDR___PX_716A'
access_control.file = '/dev/sr0' (string)
access_control.type = 'cdrom' (string)
block.device = '/dev/sr0' (string)
block.is_volume = false (bool)
block.major = 11 (0xb) (int)
block.minor = 0 (0x0) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_model_DVDR___PX_716A' (string)
info.addons = {'hald-addon-storage'} (string list)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'storage', 'block', 'storage.cdrom', 'access_control'} (string list)
info.category = 'storage' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Storage', 'org.freedesktop.Hal.Device.Storage'} (string list)
info.parent = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0_scsi_device_lun0' (string)
info.product = 'DVDR PX-716A' (string)
info.udi = '/org/freedesktop/Hal/devices/storage_model_DVDR___PX_716A' (string)
info.vendor = 'PLEXTOR' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sr0' (string)
org.freedesktop.Hal.Device.Storage.method_argnames = {'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Storage.method_execpaths = {'hal-storage-eject', 'hal-storage-closetray'} (string list)
org.freedesktop.Hal.Device.Storage.method_names = {'Eject', 'CloseTray'} (string list)
org.freedesktop.Hal.Device.Storage.method_signatures = {'as', 'as'} (string list)
storage.automount_enabled_hint = true (bool)
storage.bus = 'scsi' (string)
storage.cdrom.bd = false (bool)
storage.cdrom.bdr = false (bool)
storage.cdrom.bdre = false (bool)
storage.cdrom.cdr = true (bool)
storage.cdrom.cdrw = true (bool)
storage.cdrom.dvd = true (bool)
storage.cdrom.dvdplusr = true (bool)
storage.cdrom.dvdplusrdl = true (bool)
storage.cdrom.dvdplusrw = true (bool)
storage.cdrom.dvdplusrwdl = false (bool)
storage.cdrom.dvdr = true (bool)
storage.cdrom.dvdram = false (bool)
storage.cdrom.dvdrw = true (bool)
storage.cdrom.hddvd = false (bool)
storage.cdrom.hddvdr = false (bool)
storage.cdrom.hddvdrw = false (bool)
storage.cdrom.mo = false (bool)
storage.cdrom.mrw = true (bool)
storage.cdrom.mrw_w = true (bool)
storage.cdrom.read_speed = 7056 (0x1b90) (int)
storage.cdrom.support_media_changed = true (bool)
storage.cdrom.support_multisession = true (bool)
storage.cdrom.write_speed = 8467 (0x2113) (int)
storage.cdrom.write_speeds = {'8467', '5645', '2822', '1411', '706'} (string list)
storage.drive_type = 'cdrom' (string)
storage.firmware_version = '1.11' (string)
storage.hotpluggable = false (bool)
storage.lun = 0 (0x0) (int)
storage.media_check_enabled = true (bool)
storage.model = 'DVDR PX-716A' (string)
storage.no_partitions_hint = true (bool)
storage.originating_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.physical_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.removable = true (bool)
storage.removable.media_available = false (bool)
storage.removable.support_async_notification = false (bool)
storage.requires_eject = true (bool)
storage.size = 0 (0x0) (uint64)
storage.vendor = 'PLEXTOR' (string)
udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0_scsi_device_lun0_scsi_generic'
info.capabilities = {'scsi_generic'} (string list)
info.category = 'scsi_generic' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0_scsi_device_lun0' (string)
info.product = 'SCSI Generic Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_0_scsi_device_lun0_scsi_generic' (string)
linux.device_file = '/dev/sg1' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_generic' (string)
linux.sysfs_path = '/sys/class/scsi_generic/sg1' (string)
scsi_generic.device = '/dev/sg1' (string)
udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host'
info.capabilities = {'scsi_host'} (string list)
info.category = 'scsi_host' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1095_3114' (string)
info.product = 'SCSI Host Adapter' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_host' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:09.0/host0' (string)
scsi_host.host = 0 (0x0) (int)
udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_scsi_device_lun0'
info.bus = 'scsi' (string)
info.linux.driver = 'sd' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host' (string)
info.product = 'SCSI Device' (string)
info.subsystem = 'scsi' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_scsi_device_lun0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:09.0/host0/target0:0:0/0:0:0:0' (string)
scsi.bus = 0 (0x0) (int)
scsi.host = 0 (0x0) (int)
scsi.lun = 0 (0x0) (int)
scsi.model = 'Maxtor 6L300S0' (string)
scsi.target = 0 (0x0) (int)
scsi.type = 'disk' (string)
scsi.vendor = 'ATA' (string)
udi = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG'
block.device = '/dev/sda' (string)
block.is_volume = false (bool)
block.major = 8 (0x8) (int)
block.minor = 0 (0x0) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG' (string)
info.capabilities = {'storage', 'block'} (string list)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_scsi_device_lun0' (string)
info.product = 'Maxtor 6L300S0' (string)
info.udi = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG' (string)
info.vendor = 'ATA' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sda' (string)
storage.automount_enabled_hint = true (bool)
storage.bus = 'scsi' (string)
storage.drive_type = 'disk' (string)
storage.firmware_version = 'BANC' (string)
storage.hotpluggable = false (bool)
storage.lun = 0 (0x0) (int)
storage.media_check_enabled = false (bool)
storage.model = 'Maxtor 6L300S0' (string)
storage.no_partitions_hint = false (bool)
storage.originating_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.partitioning_scheme = 'mbr' (string)
storage.physical_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.removable = false (bool)
storage.removable.media_available = true (bool)
storage.removable.media_size = 300090728448 (0x45decd2000) (uint64)
storage.requires_eject = false (bool)
storage.serial = 'SATA_Maxtor_6L300S0_L608B7ZG' (string)
storage.size = 300090728448 (0x45decd2000) (uint64)
storage.vendor = 'ATA' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_60ab7ad8_5e71ed16_57627bc9_17e70637'
block.device = '/dev/sda3' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 3 (0x3) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG' (string)
info.product = 'Volume (linux_raid_member)' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_60ab7ad8_5e71ed16_57627bc9_17e70637' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sda/sda3' (string)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'linux_raid_member' (string)
volume.fsusage = 'raid' (string)
volume.fsversion = '0.90.1' (string)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = '' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount_point = '' (string)
volume.num_blocks = 577713465 (0x226f3539) (int)
volume.partition.flags = {} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 300090728448 (0x45decd2000) (uint64)
volume.partition.number = 3 (0x3) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 4293596160 (0xffeb1400) (uint64)
volume.partition.type = '0xfd' (string)
volume.partition.uuid = '' (string)
volume.size = 295789294080 (0x44de6a7200) (uint64)
volume.uuid = '60ab7ad8:5e71ed16:57627bc9:17e70637' (string)
udi = '/org/freedesktop/Hal/devices/volume_label_swap0'
block.device = '/dev/sda2' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 2 (0x2) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG' (string)
info.product = 'swap0' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_label_swap0' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sda/sda2' (string)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'swap' (string)
volume.fsusage = 'other' (string)
volume.fsversion = '2' (string)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = 'swap0' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount_point = '' (string)
volume.num_blocks = 4192965 (0x3ffac5) (int)
volume.partition.flags = {} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 300090728448 (0x45decd2000) (uint64)
volume.partition.number = 2 (0x2) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 2146798080 (0x7ff58a00) (uint64)
volume.partition.type = '0x82' (string)
volume.partition.uuid = '' (string)
volume.size = 2146798080 (0x7ff58a00) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_921c8492_bd198e07_ee21f5b7_3a9296b4'
block.device = '/dev/sda1' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 1 (0x1) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L608B7ZG' (string)
info.product = 'Volume (linux_raid_member)' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_921c8492_bd198e07_ee21f5b7_3a9296b4' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sda/sda1' (string)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'linux_raid_member' (string)
volume.fsusage = 'raid' (string)
volume.fsversion = '0.90.1' (string)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = '' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount_point = '' (string)
volume.num_blocks = 4192902 (0x3ffa86) (int)
volume.partition.flags = {'boot'} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 300090728448 (0x45decd2000) (uint64)
volume.partition.number = 1 (0x1) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 32256 (0x7e00) (uint64)
volume.partition.type = '0xfd' (string)
volume.partition.uuid = '' (string)
volume.size = 2146765824 (0x7ff50c00) (uint64)
volume.uuid = '921c8492:bd198e07:ee21f5b7:3a9296b4' (string)
udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_scsi_device_lun0_scsi_generic'
info.capabilities = {'scsi_generic'} (string list)
info.category = 'scsi_generic' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_scsi_device_lun0' (string)
info.product = 'SCSI Generic Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1095_3114_scsi_host_scsi_device_lun0_scsi_generic' (string)
linux.device_file = '/dev/sg0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_generic' (string)
linux.sysfs_path = '/sys/class/scsi_generic/sg0' (string)
scsi_generic.device = '/dev/sg0' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4001'
info.bus = 'pci' (string)
info.linux.driver = 'firewire_ohci' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5c' (string)
info.product = 'SB Audigy FireWire Port' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4001' (string)
info.vendor = 'Creative Labs' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:07.2' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 16 (0x10) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:07.2' (string)
pci.product = 'SB Audigy FireWire Port' (string)
pci.product_id = 16385 (0x4001) (int)
pci.subsys_product = 'SB Audigy FireWire Port' (string)
pci.subsys_product_id = 16 (0x10) (int)
pci.subsys_vendor = 'Creative Labs' (string)
pci.subsys_vendor_id = 4354 (0x1102) (int)
pci.vendor = 'Creative Labs' (string)
pci.vendor_id = 4354 (0x1102) (int)
udi = '/org/freedesktop/Hal/devices/ieee1394_guid23c012100510f'
ieee1394.device = '/dev/fw0' (string)
ieee1394.guid = 628925499724047 (0x23c012100510f) (uint64)
ieee1394.product = 'Juju' (string)
ieee1394.product_id = 1 (0x1) (int)
ieee1394.vendor = 'Linux Firewire' (string)
ieee1394.vendor_id = 13634846 (0xd00d1e) (int)
info.bus = 'ieee1394' (string)
info.capabilities = {'ieee1394'} (string list)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4001' (string)
info.subsystem = 'ieee1394' (string)
info.udi = '/org/freedesktop/Hal/devices/ieee1394_guid23c012100510f' (string)
linux.device_file = '/dev/fw0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'firewire' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:07.2/fw0' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4'
info.bus = 'pci' (string)
info.linux.driver = 'EMU10K1_Audigy' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5c' (string)
info.product = 'SB Audigy' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.vendor = 'Creative Labs' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:07.0' (string)
pci.device_class = 4 (0x4) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 1 (0x1) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:07.0' (string)
pci.product = 'SB Audigy' (string)
pci.product_id = 4 (0x4) (int)
pci.subsys_product = 'E-MU 1010' (string)
pci.subsys_product_id = 16385 (0x4001) (int)
pci.subsys_vendor = 'Creative Labs' (string)
pci.subsys_vendor_id = 4354 (0x1102) (int)
pci.vendor = 'Creative Labs' (string)
pci.vendor_id = 4354 (0x1102) (int)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_playback_3'
access_control.file = '/dev/snd/pcmC0D3p' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 3 (0x3) (int)
alsa.device_file = '/dev/snd/pcmC0D3p' (string)
alsa.device_id = 'Multichannel Playback' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.pcm_class = 'generic' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'playback' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'Multichannel Playback ALSA Playback Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_playback_3' (string)
linux.device_file = '/dev/snd/pcmC0D3p' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/pcmC0D3p' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_playback_2'
access_control.file = '/dev/snd/pcmC0D2p' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 2 (0x2) (int)
alsa.device_file = '/dev/snd/pcmC0D2p' (string)
alsa.device_id = 'Multichannel Capture/PT Playback' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.pcm_class = 'generic' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'playback' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'Multichannel Capture/PT Playback ALSA Playback Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_playback_2' (string)
linux.device_file = '/dev/snd/pcmC0D2p' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/pcmC0D2p' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_capture_2'
access_control.file = '/dev/snd/pcmC0D2c' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 2 (0x2) (int)
alsa.device_file = '/dev/snd/pcmC0D2c' (string)
alsa.device_id = 'Multichannel Capture/PT Playback' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.pcm_class = 'generic' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'capture' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'Multichannel Capture/PT Playback ALSA Capture Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_capture_2' (string)
linux.device_file = '/dev/snd/pcmC0D2c' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/pcmC0D2c' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_capture_1'
access_control.file = '/dev/snd/pcmC0D1c' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 1 (0x1) (int)
alsa.device_file = '/dev/snd/pcmC0D1c' (string)
alsa.device_id = 'Mic Capture' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.pcm_class = 'generic' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'capture' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'Mic Capture ALSA Capture Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_capture_1' (string)
linux.device_file = '/dev/snd/pcmC0D1c' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/pcmC0D1c' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_playback_0'
access_control.file = '/dev/snd/pcmC0D0p' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 0 (0x0) (int)
alsa.device_file = '/dev/snd/pcmC0D0p' (string)
alsa.device_id = 'ADC Capture/Standard PCM Playback' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.pcm_class = 'generic' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'playback' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'ADC Capture/Standard PCM Playback ALSA Playback Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_playback_0' (string)
linux.device_file = '/dev/snd/pcmC0D0p' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/pcmC0D0p' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_capture_0'
access_control.file = '/dev/snd/pcmC0D0c' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 0 (0x0) (int)
alsa.device_file = '/dev/snd/pcmC0D0c' (string)
alsa.device_id = 'ADC Capture/Standard PCM Playback' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.pcm_class = 'generic' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'capture' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'ADC Capture/Standard PCM Playback ALSA Capture Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_capture_0' (string)
linux.device_file = '/dev/snd/pcmC0D0c' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/pcmC0D0c' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_mixer__1'
access_control.file = '/dev/mixer' (string)
access_control.type = 'sound' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'oss', 'access_control'} (string list)
info.category = 'oss' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'ADC Capture/Standard PCM Playback OSS Control Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_mixer__1' (string)
linux.device_file = '/dev/mixer' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/mixer' (string)
oss.card = 0 (0x0) (int)
oss.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
oss.device_file = '/dev/mixer' (string)
oss.device_id = 'ADC Capture/Standard PCM Playback' (string)
oss.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.type = 'mixer' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_midi_3'
access_control.file = '/dev/snd/midiC0D3' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 3 (0x3) (int)
alsa.device_file = '/dev/snd/midiC0D3' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'midi' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'E-mu 1010 [4001] (rev.3, serial:0x40011102) ALSA MIDI Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_midi_3' (string)
linux.device_file = '/dev/snd/midiC0D3' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/midiC0D3' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_midi_2'
access_control.file = '/dev/snd/midiC0D2' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 2 (0x2) (int)
alsa.device_file = '/dev/snd/midiC0D2' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'midi' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'E-mu 1010 [4001] (rev.3, serial:0x40011102) ALSA MIDI Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_midi_2' (string)
linux.device_file = '/dev/snd/midiC0D2' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/midiC0D2' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_midi_1'
access_control.file = '/dev/snd/midiC0D1' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 1 (0x1) (int)
alsa.device_file = '/dev/snd/midiC0D1' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'midi' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'E-mu 1010 [4001] (rev.3, serial:0x40011102) ALSA MIDI Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_midi_1' (string)
linux.device_file = '/dev/snd/midiC0D1' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/midiC0D1' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_midi_0'
access_control.file = '/dev/snd/midiC0D0' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 0 (0x0) (int)
alsa.device_file = '/dev/snd/midiC0D0' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'midi' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'E-mu 1010 [4001] (rev.3, serial:0x40011102) ALSA MIDI Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_midi_0' (string)
linux.device_file = '/dev/snd/midiC0D0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/midiC0D0' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_midi_0'
access_control.file = '/dev/midi' (string)
access_control.type = 'sound' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'oss', 'access_control'} (string list)
info.category = 'oss' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'ADC Capture/Standard PCM Playback OSS MIDI Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_midi_0' (string)
linux.device_file = '/dev/midi' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/midi' (string)
oss.card = 0 (0x0) (int)
oss.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
oss.device = 0 (0x0) (int)
oss.device_file = '/dev/midi' (string)
oss.device_id = 'ADC Capture/Standard PCM Playback' (string)
oss.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.type = 'midi' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_hw_specific_2'
access_control.file = '/dev/snd/hwC0D2' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 2 (0x2) (int)
alsa.device_file = '/dev/snd/hwC0D2' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'hw_specific' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'E-mu 1010 [4001] (rev.3, serial:0x40011102) ALSA hardware specific Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_hw_specific_2' (string)
linux.device_file = '/dev/snd/hwC0D2' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/hwC0D2' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_hw_specific_0'
access_control.file = '/dev/snd/hwC0D0' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device = 0 (0x0) (int)
alsa.device_file = '/dev/snd/hwC0D0' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'hw_specific' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'E-mu 1010 [4001] (rev.3, serial:0x40011102) ALSA hardware specific Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_hw_specific_0' (string)
linux.device_file = '/dev/snd/hwC0D0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/hwC0D0' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_pcm_0_0'
access_control.file = '/dev/dsp' (string)
access_control.type = 'sound' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'oss', 'access_control'} (string list)
info.category = 'oss' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'ADC Capture/Standard PCM Playback OSS PCM Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_pcm_0_0' (string)
linux.device_file = '/dev/dsp' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/dsp' (string)
oss.card = 0 (0x0) (int)
oss.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
oss.device = 0 (0x0) (int)
oss.device_file = '/dev/dsp' (string)
oss.device_id = 'ADC Capture/Standard PCM Playback' (string)
oss.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.type = 'pcm' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_control__1'
access_control.file = '/dev/snd/controlC0' (string)
access_control.type = 'sound' (string)
alsa.card = 0 (0x0) (int)
alsa.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
alsa.device_file = '/dev/snd/controlC0' (string)
alsa.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
alsa.type = 'control' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'alsa', 'access_control'} (string list)
info.category = 'alsa' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'E-mu 1010 [4001] (rev.3, serial:0x40011102) ALSA Control Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_alsa_control__1' (string)
linux.device_file = '/dev/snd/controlC0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/controlC0' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_pcm_0'
access_control.file = '/dev/audio' (string)
access_control.type = 'sound' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'oss', 'access_control'} (string list)
info.category = 'oss' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'ADC Capture/Standard PCM Playback OSS PCM Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_pcm_0' (string)
linux.device_file = '/dev/audio' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/audio' (string)
oss.card = 0 (0x0) (int)
oss.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
oss.device = 0 (0x0) (int)
oss.device_file = '/dev/audio' (string)
oss.device_id = 'ADC Capture/Standard PCM Playback' (string)
oss.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.type = 'pcm' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_midi_1'
access_control.file = '/dev/amidi' (string)
access_control.type = 'sound' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'oss', 'access_control'} (string list)
info.category = 'oss' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'ADC Capture/Standard PCM Playback OSS MIDI Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_midi_1' (string)
linux.device_file = '/dev/amidi' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/amidi' (string)
oss.card = 0 (0x0) (int)
oss.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
oss.device = 1 (0x1) (int)
oss.device_file = '/dev/amidi' (string)
oss.device_id = 'ADC Capture/Standard PCM Playback' (string)
oss.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.type = 'midi' (string)
udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_pcm_1'
access_control.file = '/dev/adsp' (string)
access_control.type = 'sound' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'oss', 'access_control'} (string list)
info.category = 'oss' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
info.product = 'ADC Capture/Standard PCM Playback OSS PCM Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1102_4_oss_pcm_1' (string)
linux.device_file = '/dev/adsp' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'sound' (string)
linux.sysfs_path = '/sys/class/sound/adsp' (string)
oss.card = 0 (0x0) (int)
oss.card_id = 'E-mu 1010 [4001] (rev.3, serial:0x40011102)' (string)
oss.device = 1 (0x1) (int)
oss.device_file = '/dev/adsp' (string)
oss.device_id = 'ADC Capture/Standard PCM Playback' (string)
oss.originating_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1102_4' (string)
oss.type = 'pcm' (string)
udi = '/org/freedesktop/Hal/devices/pci_4444_16'
info.bus = 'pci' (string)
info.linux.driver = 'ivtv' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5c' (string)
info.product = 'iTVC16 (CX23416) MPEG-2 Encoder' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_4444_16' (string)
info.vendor = 'Internext Compression Inc' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:06.0' (string)
pci.device_class = 4 (0x4) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0/0000:01:06.0' (string)
pci.product = 'iTVC16 (CX23416) MPEG-2 Encoder' (string)
pci.product_id = 22 (0x16) (int)
pci.subsys_product = 'WinTV PVR 150' (string)
pci.subsys_product_id = 32771 (0x8003) (int)
pci.subsys_vendor = 'Hauppauge computer works Inc.' (string)
pci.subsys_vendor_id = 112 (0x70) (int)
pci.vendor = 'Internext Compression Inc' (string)
pci.vendor_id = 17476 (0x4444) (int)
udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux_3'
access_control.file = '/dev/video32' (string)
access_control.type = 'video4linux' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'video4linux', 'access_control'} (string list)
info.category = 'video4linux' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_4444_16' (string)
info.product = 'Video Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux_3' (string)
linux.device_file = '/dev/video32' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'video4linux' (string)
linux.sysfs_path = '/sys/class/video4linux/video32' (string)
video4linux.device = '/dev/video32' (string)
udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux_2'
access_control.file = '/dev/video24' (string)
access_control.type = 'video4linux' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'video4linux', 'access_control'} (string list)
info.category = 'video4linux' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_4444_16' (string)
info.product = 'Video Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux_2' (string)
linux.device_file = '/dev/video24' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'video4linux' (string)
linux.sysfs_path = '/sys/class/video4linux/video24' (string)
video4linux.device = '/dev/video24' (string)
udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux_1'
access_control.file = '/dev/video0' (string)
access_control.type = 'video4linux' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'video4linux', 'access_control'} (string list)
info.category = 'video4linux' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_4444_16' (string)
info.product = 'Video Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux_1' (string)
linux.device_file = '/dev/video0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'video4linux' (string)
linux.sysfs_path = '/sys/class/video4linux/video0' (string)
video4linux.device = '/dev/video0' (string)
udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux_0'
access_control.file = '/dev/vbi0' (string)
access_control.type = 'video4linux' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'video4linux', 'access_control'} (string list)
info.category = 'video4linux' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_4444_16' (string)
info.product = 'Video Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux_0' (string)
linux.device_file = '/dev/vbi0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'video4linux' (string)
linux.sysfs_path = '/sys/class/video4linux/vbi0' (string)
video4linux.device = '/dev/vbi0' (string)
udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux'
access_control.file = '/dev/radio0' (string)
access_control.type = 'video4linux' (string)
info.callouts.add = {'hal-acl-tool --add-device'} (string list)
info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
info.capabilities = {'video4linux', 'access_control'} (string list)
info.category = 'video4linux' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_4444_16' (string)
info.product = 'Video Device' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_4444_16_video4linux' (string)
linux.device_file = '/dev/radio0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'video4linux' (string)
linux.sysfs_path = '/sys/class/video4linux/radio0' (string)
video4linux.device = '/dev/radio0' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_55'
info.bus = 'pci' (string)
info.linux.driver = 'sata_nv' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 Serial ATA Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_55' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:08.0' (string)
pci.device_class = 1 (0x1) (int)
pci.device_protocol = 133 (0x85) (int)
pci.device_subclass = 1 (0x1) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:08.0' (string)
pci.product = 'CK804 Serial ATA Controller' (string)
pci.product_id = 85 (0x55) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 45059 (0xb003) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_54'
info.bus = 'pci' (string)
info.linux.driver = 'sata_nv' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 Serial ATA Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_54' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:07.0' (string)
pci.device_class = 1 (0x1) (int)
pci.device_protocol = 133 (0x85) (int)
pci.device_subclass = 1 (0x1) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:07.0' (string)
pci.product = 'CK804 Serial ATA Controller' (string)
pci.product_id = 84 (0x54) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 45059 (0xb003) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host'
info.capabilities = {'scsi_host'} (string list)
info.category = 'scsi_host' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_54' (string)
info.product = 'SCSI Host Adapter' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_host' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:07.0/host4' (string)
scsi_host.host = 4 (0x4) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host_scsi_device_lun0'
info.bus = 'scsi' (string)
info.linux.driver = 'sd' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host' (string)
info.product = 'SCSI Device' (string)
info.subsystem = 'scsi' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host_scsi_device_lun0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:07.0/host4/target4:0:0/4:0:0:0' (string)
scsi.bus = 0 (0x0) (int)
scsi.host = 4 (0x4) (int)
scsi.lun = 0 (0x0) (int)
scsi.model = 'Maxtor 6L300S0' (string)
scsi.target = 0 (0x0) (int)
scsi.type = 'disk' (string)
scsi.vendor = 'ATA' (string)
udi = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG'
block.device = '/dev/sdb' (string)
block.is_volume = false (bool)
block.major = 8 (0x8) (int)
block.minor = 16 (0x10) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG' (string)
info.capabilities = {'storage', 'block'} (string list)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host_scsi_device_lun0' (string)
info.product = 'Maxtor 6L300S0' (string)
info.udi = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG' (string)
info.vendor = 'ATA' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdb' (string)
storage.automount_enabled_hint = true (bool)
storage.bus = 'scsi' (string)
storage.drive_type = 'disk' (string)
storage.firmware_version = 'BANC' (string)
storage.hotpluggable = false (bool)
storage.lun = 0 (0x0) (int)
storage.media_check_enabled = false (bool)
storage.model = 'Maxtor 6L300S0' (string)
storage.no_partitions_hint = false (bool)
storage.originating_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.partitioning_scheme = 'mbr' (string)
storage.physical_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.removable = false (bool)
storage.removable.media_available = true (bool)
storage.removable.media_size = 300090728448 (0x45decd2000) (uint64)
storage.requires_eject = false (bool)
storage.serial = 'SATA_Maxtor_6L300S0_L60696YG' (string)
storage.size = 300090728448 (0x45decd2000) (uint64)
storage.vendor = 'ATA' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_60ab7ad8_5e71ed16_57627bc9_17e70637_0'
block.device = '/dev/sdb3' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 19 (0x13) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG' (string)
info.product = 'Volume (linux_raid_member)' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_60ab7ad8_5e71ed16_57627bc9_17e70637_0' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdb/sdb3' (string)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'linux_raid_member' (string)
volume.fsusage = 'raid' (string)
volume.fsversion = '0.90.1' (string)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = '' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount_point = '' (string)
volume.num_blocks = 577713465 (0x226f3539) (int)
volume.partition.flags = {} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 300090728448 (0x45decd2000) (uint64)
volume.partition.number = 3 (0x3) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 4293596160 (0xffeb1400) (uint64)
volume.partition.type = '0xfd' (string)
volume.partition.uuid = '' (string)
volume.size = 295789294080 (0x44de6a7200) (uint64)
volume.uuid = '60ab7ad8:5e71ed16:57627bc9:17e70637' (string)
udi = '/org/freedesktop/Hal/devices/volume_label_swap1'
block.device = '/dev/sdb2' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 18 (0x12) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG' (string)
info.product = 'swap1' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_label_swap1' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdb/sdb2' (string)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'swap' (string)
volume.fsusage = 'other' (string)
volume.fsversion = '2' (string)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = 'swap1' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount_point = '' (string)
volume.num_blocks = 4192965 (0x3ffac5) (int)
volume.partition.flags = {} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 300090728448 (0x45decd2000) (uint64)
volume.partition.number = 2 (0x2) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 2146798080 (0x7ff58a00) (uint64)
volume.partition.type = '0x82' (string)
volume.partition.uuid = '' (string)
volume.size = 2146798080 (0x7ff58a00) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_921c8492_bd198e07_ee21f5b7_3a9296b4_0'
block.device = '/dev/sdb1' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 17 (0x11) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6L300S0_L60696YG' (string)
info.product = 'Volume (linux_raid_member)' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_921c8492_bd198e07_ee21f5b7_3a9296b4_0' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdb/sdb1' (string)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'linux_raid_member' (string)
volume.fsusage = 'raid' (string)
volume.fsversion = '0.90.1' (string)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = '' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount_point = '' (string)
volume.num_blocks = 4192902 (0x3ffa86) (int)
volume.partition.flags = {'boot'} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 300090728448 (0x45decd2000) (uint64)
volume.partition.number = 1 (0x1) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 32256 (0x7e00) (uint64)
volume.partition.type = '0xfd' (string)
volume.partition.uuid = '' (string)
volume.size = 2146765824 (0x7ff50c00) (uint64)
volume.uuid = '921c8492:bd198e07:ee21f5b7:3a9296b4' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host_scsi_device_lun0_scsi_generic'
info.capabilities = {'scsi_generic'} (string list)
info.category = 'scsi_generic' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host_scsi_device_lun0' (string)
info.product = 'SCSI Generic Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_54_scsi_host_scsi_device_lun0_scsi_generic' (string)
linux.device_file = '/dev/sg2' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_generic' (string)
linux.sysfs_path = '/sys/class/scsi_generic/sg2' (string)
scsi_generic.device = '/dev/sg2' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_53'
info.bus = 'pci' (string)
info.linux.driver = 'pata_amd' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 IDE' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_53' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:06.0' (string)
pci.device_class = 1 (0x1) (int)
pci.device_protocol = 138 (0x8a) (int)
pci.device_subclass = 1 (0x1) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:06.0' (string)
pci.product = 'CK804 IDE' (string)
pci.product_id = 83 (0x53) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 20482 (0x5002) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0'
info.capabilities = {'scsi_host'} (string list)
info.category = 'scsi_host' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_53' (string)
info.product = 'SCSI Host Adapter' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_host' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:06.0/host9' (string)
scsi_host.host = 9 (0x9) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0_scsi_device_lun0'
info.bus = 'scsi' (string)
info.linux.driver = 'sd' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0' (string)
info.product = 'SCSI Device' (string)
info.subsystem = 'scsi' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0_scsi_device_lun0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:06.0/host9/target9:0:0/9:0:0:0' (string)
scsi.bus = 0 (0x0) (int)
scsi.host = 9 (0x9) (int)
scsi.lun = 0 (0x0) (int)
scsi.model = 'Maxtor 6Y080L0' (string)
scsi.target = 0 (0x0) (int)
scsi.type = 'disk' (string)
scsi.vendor = 'ATA' (string)
udi = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8TME'
block.device = '/dev/sdd' (string)
block.is_volume = false (bool)
block.major = 8 (0x8) (int)
block.minor = 48 (0x30) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8TME' (string)
info.capabilities = {'storage', 'block'} (string list)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0_scsi_device_lun0' (string)
info.product = 'Maxtor 6Y080L0' (string)
info.udi = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8TME' (string)
info.vendor = 'ATA' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdd' (string)
storage.automount_enabled_hint = true (bool)
storage.bus = 'scsi' (string)
storage.drive_type = 'disk' (string)
storage.firmware_version = 'YAR4' (string)
storage.hotpluggable = false (bool)
storage.lun = 0 (0x0) (int)
storage.media_check_enabled = false (bool)
storage.model = 'Maxtor 6Y080L0' (string)
storage.no_partitions_hint = false (bool)
storage.originating_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.partitioning_scheme = 'mbr' (string)
storage.physical_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.removable = false (bool)
storage.removable.media_available = true (bool)
storage.removable.media_size = 81964302336 (0x1315740000) (uint64)
storage.requires_eject = false (bool)
storage.serial = 'SATA_Maxtor_6Y080L0_Y2VZ8TME' (string)
storage.size = 81964302336 (0x1315740000) (uint64)
storage.vendor = 'ATA' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_3A8018528018174B'
block.device = '/dev/sdd2' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 50 (0x32) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8TME' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8TME' (string)
info.product = 'Données' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_3A8018528018174B' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdd/sdd2' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'ntfs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '3.1' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = 'Données' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'uid=', 'gid=', 'umask=', 'locale=', 'utf8'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 160039530 (0x98a026a) (int)
volume.partition.flags = {} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 81964302336 (0x1315740000) (uint64)
volume.partition.number = 2 (0x2) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 16450560 (0xfb0400) (uint64)
volume.partition.type = '0x07' (string)
volume.partition.uuid = '' (string)
volume.size = 81940239360 (0x131404d400) (uint64)
volume.unmount.valid_options = {'lazy'} (string list)
volume.uuid = '3A8018528018174B' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_A8A2_A939'
block.device = '/dev/sdd1' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 49 (0x31) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8TME' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8TME' (string)
info.product = 'FLASH' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_A8A2_A939' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdd/sdd1' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'vfat' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = 'FAT12' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = 'FLASH' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'utf8', 'shortname=', 'codepage=', 'iocharset=', 'umask=', 'dmask=', 'fmask=', 'uid=', 'flush'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 32067 (0x7d43) (int)
volume.partition.flags = {} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 81964302336 (0x1315740000) (uint64)
volume.partition.number = 1 (0x1) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 32256 (0x7e00) (uint64)
volume.partition.type = '0x01' (string)
volume.partition.uuid = '' (string)
volume.size = 16418304 (0xfa8600) (uint64)
volume.unmount.valid_options = {'lazy'} (string list)
volume.uuid = 'A8A2-A939' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0_scsi_device_lun0_scsi_generic'
info.capabilities = {'scsi_generic'} (string list)
info.category = 'scsi_generic' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0_scsi_device_lun0' (string)
info.product = 'SCSI Generic Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_0_scsi_device_lun0_scsi_generic' (string)
linux.device_file = '/dev/sg4' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_generic' (string)
linux.sysfs_path = '/sys/class/scsi_generic/sg4' (string)
scsi_generic.device = '/dev/sg4' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host'
info.capabilities = {'scsi_host'} (string list)
info.category = 'scsi_host' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_53' (string)
info.product = 'SCSI Host Adapter' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_host' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:06.0/host8' (string)
scsi_host.host = 8 (0x8) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_scsi_device_lun0'
info.bus = 'scsi' (string)
info.linux.driver = 'sd' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host' (string)
info.product = 'SCSI Device' (string)
info.subsystem = 'scsi' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_scsi_device_lun0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:06.0/host8/target8:0:0/8:0:0:0' (string)
scsi.bus = 0 (0x0) (int)
scsi.host = 8 (0x8) (int)
scsi.lun = 0 (0x0) (int)
scsi.model = 'Maxtor 6Y080L0' (string)
scsi.target = 0 (0x0) (int)
scsi.type = 'disk' (string)
scsi.vendor = 'ATA' (string)
udi = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8VGE'
block.device = '/dev/sdc' (string)
block.is_volume = false (bool)
block.major = 8 (0x8) (int)
block.minor = 32 (0x20) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8VGE' (string)
info.capabilities = {'storage', 'block'} (string list)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_scsi_device_lun0' (string)
info.product = 'Maxtor 6Y080L0' (string)
info.udi = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8VGE' (string)
info.vendor = 'ATA' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdc' (string)
storage.automount_enabled_hint = true (bool)
storage.bus = 'scsi' (string)
storage.drive_type = 'disk' (string)
storage.firmware_version = 'YAR4' (string)
storage.hotpluggable = false (bool)
storage.lun = 0 (0x0) (int)
storage.media_check_enabled = false (bool)
storage.model = 'Maxtor 6Y080L0' (string)
storage.no_partitions_hint = false (bool)
storage.originating_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.partitioning_scheme = 'mbr' (string)
storage.physical_device = '/org/freedesktop/Hal/devices/computer' (string)
storage.removable = false (bool)
storage.removable.media_available = true (bool)
storage.removable.media_size = 81964302336 (0x1315740000) (uint64)
storage.requires_eject = false (bool)
storage.serial = 'SATA_Maxtor_6Y080L0_Y2VZ8VGE' (string)
storage.size = 81964302336 (0x1315740000) (uint64)
storage.vendor = 'ATA' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_4020C88A20C8887C'
block.device = '/dev/sdc1' (string)
block.is_volume = true (bool)
block.major = 8 (0x8) (int)
block.minor = 33 (0x21) (int)
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8VGE' (string)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/storage_serial_SATA_Maxtor_6Y080L0_Y2VZ8VGE' (string)
info.product = 'Ouine 1' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_4020C88A20C8887C' (string)
linux.hotplug_type = 3 (0x3) (int)
linux.sysfs_path = '/sys/block/sdc/sdc1' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
storage.model = '' (string)
volume.block_size = 512 (0x200) (int)
volume.fstype = 'ntfs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '3.1' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = 'Ouine 1' (string)
volume.linux.is_device_mapper = false (bool)
volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'uid=', 'gid=', 'umask=', 'locale=', 'utf8'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 160055532 (0x98a40ec) (int)
volume.partition.flags = {'boot'} (string list)
volume.partition.label = '' (string)
volume.partition.media_size = 81964302336 (0x1315740000) (uint64)
volume.partition.number = 1 (0x1) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 32256 (0x7e00) (uint64)
volume.partition.type = '0x07' (string)
volume.partition.uuid = '' (string)
volume.size = 81948432384 (0x131481d800) (uint64)
volume.unmount.valid_options = {'lazy'} (string list)
volume.uuid = '4020C88A20C8887C' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_scsi_device_lun0_scsi_generic'
info.capabilities = {'scsi_generic'} (string list)
info.category = 'scsi_generic' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_scsi_device_lun0' (string)
info.product = 'SCSI Generic Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_53_scsi_host_scsi_device_lun0_scsi_generic' (string)
linux.device_file = '/dev/sg3' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'scsi_generic' (string)
linux.sysfs_path = '/sys/class/scsi_generic/sg3' (string)
scsi_generic.device = '/dev/sg3' (string)
udi = '/org/freedesktop/Hal/devices/pci_10de_5b'
info.bus = 'pci' (string)
info.linux.driver = 'ehci_hcd' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 USB Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_5b' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 32 (0x20) (int)
pci.device_subclass = 3 (0x3) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1' (string)
pci.product = 'CK804 USB Controller' (string)
pci.product_id = 91 (0x5b) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 20484 (0x5004) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_1'
info.bus = 'usb_device' (string)
info.linux.driver = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5b' (string)
info.product = 'EHCI Host Controller' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_1' (string)
info.vendor = 'Linux 2.6.23.1-49.fc8 ehci_hcd' (string)
linux.device_file = '/dev/bus/usb/001/001' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1' (string)
usb_device.bus_number = 1 (0x1) (int)
usb_device.can_wake_up = true (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 1 (0x1) (int)
usb_device.device_revision_bcd = 518 (0x206) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = true (bool)
usb_device.linux.device_number = 1 (0x1) (int)
usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1' (string)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 10 (0xa) (int)
usb_device.product = 'EHCI Host Controller' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.serial = '0000:00:02.1' (string)
usb_device.speed = 480.0 (480) (double)
usb_device.speed_bcd = 294912 (0x48000) (int)
usb_device.vendor = 'Linux 2.6.23.1-49.fc8 ehci_hcd' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version = 2.0 (2) (double)
usb_device.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_4cc_1520_noserial'
info.bus = 'usb_device' (string)
info.linux.driver = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_1' (string)
info.product = 'Unknown (0x1520)' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_4cc_1520_noserial' (string)
info.vendor = 'Philips Semiconductors' (string)
linux.device_file = '/dev/bus/usb/001/002' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8' (string)
usb_device.bus_number = 1 (0x1) (int)
usb_device.can_wake_up = true (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 1 (0x1) (int)
usb_device.device_revision_bcd = 512 (0x200) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = true (bool)
usb_device.linux.device_number = 2 (0x2) (int)
usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8' (string)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 4 (0x4) (int)
usb_device.product_id = 5408 (0x1520) (int)
usb_device.speed = 480.0 (480) (double)
usb_device.speed_bcd = 294912 (0x48000) (int)
usb_device.vendor = 'Philips Semiconductors' (string)
usb_device.vendor_id = 1228 (0x4cc) (int)
usb_device.version = 2.0 (2) (double)
usb_device.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_4cc_1520_noserial_if0'
info.bus = 'usb' (string)
info.linux.driver = 'hub' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_4cc_1520_noserial' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_4cc_1520_noserial_if0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8:1.0' (string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 1 (0x1) (int)
usb.device_revision_bcd = 512 (0x200) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.linux.device_number = 2 (0x2) (int)
usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8:1.0' (string)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 4 (0x4) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 5408 (0x1520) (int)
usb.speed = 480.0 (480) (double)
usb.speed_bcd = 294912 (0x48000) (int)
usb.vendor = 'Philips Semiconductors' (string)
usb.vendor_id = 1228 (0x4cc) (int)
usb.version = 2.0 (2) (double)
usb.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial'
info.bus = 'usb_device' (string)
info.linux.driver = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_4cc_1520_noserial' (string)
info.product = 'Trackball Explorer' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial' (string)
info.vendor = 'Microsoft Corp.' (string)
linux.device_file = '/dev/bus/usb/001/004' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.3' (string)
usb_device.bus_number = 1 (0x1) (int)
usb_device.can_wake_up = true (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 0 (0x0) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 289 (0x121) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = false (bool)
usb_device.linux.device_number = 4 (0x4) (int)
usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.3' (string)
usb_device.max_power = 100 (0x64) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 0 (0x0) (int)
usb_device.product = 'Trackball Explorer' (string)
usb_device.product_id = 36 (0x24) (int)
usb_device.speed = 1.5 (1.5) (double)
usb_device.speed_bcd = 336 (0x150) (int)
usb_device.vendor = 'Microsoft Corp.' (string)
usb_device.vendor_id = 1118 (0x45e) (int)
usb_device.version = 1.1 (1.1) (double)
usb_device.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial_if0'
info.bus = 'usb' (string)
info.linux.driver = 'usbhid' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial' (string)
info.product = 'USB HID Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial_if0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.3/1-8.3:1.0' (string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 0 (0x0) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 289 (0x121) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 3 (0x3) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 2 (0x2) (int)
usb.interface.subclass = 1 (0x1) (int)
usb.is_self_powered = false (bool)
usb.linux.device_number = 4 (0x4) (int)
usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.3/1-8.3:1.0' (string)
usb.max_power = 100 (0x64) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 0 (0x0) (int)
usb.product = 'USB HID Interface' (string)
usb.product_id = 36 (0x24) (int)
usb.speed = 1.5 (1.5) (double)
usb.speed_bcd = 336 (0x150) (int)
usb.vendor = 'Microsoft Corp.' (string)
usb.vendor_id = 1118 (0x45e) (int)
usb.version = 1.1 (1.1) (double)
usb.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial_if0_logicaldev_input'
info.capabilities = {'input', 'input.mouse'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial_if0' (string)
info.product = 'Microsoft Microsoft Trackball Explorer?' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial_if0_logicaldev_input' (string)
input.device = '/dev/input/event3' (string)
input.originating_device = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial_if0' (string)
input.physical_device = '/org/freedesktop/Hal/devices/usb_device_45e_24_noserial_if0' (string)
input.product = 'Microsoft Microsoft Trackball Explorer?' (string)
input.x11_driver = 'evdev' (string)
linux.device_file = '/dev/input/event3' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/class/input/input3/event3' (string)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial'
info.bus = 'usb_device' (string)
info.linux.driver = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_4cc_1520_noserial' (string)
info.product = 'Natural? Ergonomic Keyboard 4000' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial' (string)
info.vendor = 'Microsoft Corp.' (string)
linux.device_file = '/dev/bus/usb/001/003' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.1' (string)
usb_device.bus_number = 1 (0x1) (int)
usb_device.can_wake_up = true (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 0 (0x0) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 371 (0x173) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = false (bool)
usb_device.linux.device_number = 3 (0x3) (int)
usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.1' (string)
usb_device.max_power = 100 (0x64) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 2 (0x2) (int)
usb_device.num_ports = 0 (0x0) (int)
usb_device.product = 'Natural? Ergonomic Keyboard 4000' (string)
usb_device.product_id = 219 (0xdb) (int)
usb_device.speed = 1.5 (1.5) (double)
usb_device.speed_bcd = 336 (0x150) (int)
usb_device.vendor = 'Microsoft Corp.' (string)
usb_device.vendor_id = 1118 (0x45e) (int)
usb_device.version = 2.0 (2) (double)
usb_device.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if1'
info.bus = 'usb' (string)
info.linux.driver = 'usbhid' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial' (string)
info.product = 'USB HID Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if1' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.1/1-8.1:1.1' (string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 0 (0x0) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 371 (0x173) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 3 (0x3) (int)
usb.interface.number = 1 (0x1) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = false (bool)
usb.linux.device_number = 3 (0x3) (int)
usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.1/1-8.1:1.1' (string)
usb.max_power = 100 (0x64) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 2 (0x2) (int)
usb.num_ports = 0 (0x0) (int)
usb.product = 'USB HID Interface' (string)
usb.product_id = 219 (0xdb) (int)
usb.speed = 1.5 (1.5) (double)
usb.speed_bcd = 336 (0x150) (int)
usb.vendor = 'Microsoft Corp.' (string)
usb.vendor_id = 1118 (0x45e) (int)
usb.version = 2.0 (2) (double)
usb.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if1_logicaldev_input'
info.addons.singleton = {'hald-addon-input'} (string list)
info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if1' (string)
info.product = 'Microsoft Natural? Ergonomic Keyboard 4000' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if1_logicaldev_input' (string)
input.device = '/dev/input/event2' (string)
input.originating_device = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if1' (string)
input.physical_device = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if1' (string)
input.product = 'Microsoft Natural? Ergonomic Keyboard 4000' (string)
input.x11_driver = 'evdev' (string)
input.xkb.layout = 'fr,ru' (string)
input.xkb.model = 'evdev' (string)
input.xkb.options = 'grp:lwin_toggle,grp_led:scroll,compose:rwin' (string)
input.xkb.rules = 'base' (string)
input.xkb.variant = 'oss,winkeys' (string)
linux.device_file = '/dev/input/event2' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/class/input/input2/event2' (string)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if0'
info.bus = 'usb' (string)
info.linux.driver = 'usbhid' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial' (string)
info.product = 'USB HID Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.1/1-8.1:1.0' (string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 0 (0x0) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 371 (0x173) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 3 (0x3) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 1 (0x1) (int)
usb.interface.subclass = 1 (0x1) (int)
usb.is_self_powered = false (bool)
usb.linux.device_number = 3 (0x3) (int)
usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8.1/1-8.1:1.0' (string)
usb.max_power = 100 (0x64) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 2 (0x2) (int)
usb.num_ports = 0 (0x0) (int)
usb.product = 'USB HID Interface' (string)
usb.product_id = 219 (0xdb) (int)
usb.speed = 1.5 (1.5) (double)
usb.speed_bcd = 336 (0x150) (int)
usb.vendor = 'Microsoft Corp.' (string)
usb.vendor_id = 1118 (0x45e) (int)
usb.version = 2.0 (2) (double)
usb.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if0_logicaldev_input'
info.addons.singleton = {'hald-addon-input'} (string list)
info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if0' (string)
info.product = 'Microsoft Natural? Ergonomic Keyboard 4000' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if0_logicaldev_input' (string)
input.device = '/dev/input/event1' (string)
input.originating_device = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if0' (string)
input.physical_device = '/org/freedesktop/Hal/devices/usb_device_45e_db_noserial_if0' (string)
input.product = 'Microsoft Natural? Ergonomic Keyboard 4000' (string)
input.x11_driver = 'evdev' (string)
input.xkb.layout = 'fr,ru' (string)
input.xkb.model = 'evdev' (string)
input.xkb.options = 'grp:lwin_toggle,grp_led:scroll,compose:rwin' (string)
input.xkb.rules = 'base' (string)
input.xkb.variant = 'oss,winkeys' (string)
linux.device_file = '/dev/input/event1' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/class/input/input1/event1' (string)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_1_if0'
info.bus = 'usb' (string)
info.linux.driver = 'hub' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_1' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_1_if0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-0:1.0' (string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 1 (0x1) (int)
usb.device_revision_bcd = 518 (0x206) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.linux.device_number = 1 (0x1) (int)
usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-0:1.0' (string)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 10 (0xa) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.serial = '0000:00:02.1' (string)
usb.speed = 480.0 (480) (double)
usb.speed_bcd = 294912 (0x48000) (int)
usb.vendor = 'Linux 2.6.23.1-49.fc8 ehci_hcd' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version = 2.0 (2) (double)
usb.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_5a'
info.bus = 'pci' (string)
info.linux.driver = 'ohci_hcd' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 USB Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_5a' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 16 (0x10) (int)
pci.device_subclass = 3 (0x3) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0' (string)
pci.product = 'CK804 USB Controller' (string)
pci.product_id = 90 (0x5a) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 20484 (0x5004) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_0'
info.bus = 'usb_device' (string)
info.linux.driver = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10de_5a' (string)
info.product = 'OHCI Host Controller' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_0' (string)
info.vendor = 'Linux 2.6.23.1-49.fc8 ohci_hcd' (string)
linux.device_file = '/dev/bus/usb/002/001' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0/usb2' (string)
usb_device.bus_number = 2 (0x2) (int)
usb_device.can_wake_up = true (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 518 (0x206) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = true (bool)
usb_device.linux.device_number = 1 (0x1) (int)
usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0/usb2' (string)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 10 (0xa) (int)
usb_device.product = 'OHCI Host Controller' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.serial = '0000:00:02.0' (string)
usb_device.speed = 12.0 (12) (double)
usb_device.speed_bcd = 4608 (0x1200) (int)
usb_device.vendor = 'Linux 2.6.23.1-49.fc8 ohci_hcd' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version = 1.1 (1.1) (double)
usb_device.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_0_if0'
info.bus = 'usb' (string)
info.linux.driver = 'hub' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_0' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_02_0_if0' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0/usb2/2-0:1.0' (string)
usb.bus_number = 2 (0x2) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 518 (0x206) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.linux.device_number = 1 (0x1) (int)
usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0/usb2/2-0:1.0' (string)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 10 (0xa) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.serial = '0000:00:02.0' (string)
usb.speed = 12.0 (12) (double)
usb.speed_bcd = 4608 (0x1200) (int)
usb.vendor = 'Linux 2.6.23.1-49.fc8 ohci_hcd' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version = 1.1 (1.1) (double)
usb.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_52'
info.bus = 'pci' (string)
info.linux.driver = 'nForce2_smbus' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 SMBus' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_52' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:01.1' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 5 (0x5) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:01.1' (string)
pci.product = 'CK804 SMBus' (string)
pci.product_id = 82 (0x52) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 3089 (0xc11) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_50'
info.bus = 'pci' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 ISA Bridge' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_50' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:01.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 1 (0x1) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:01.0' (string)
pci.product = 'CK804 ISA Bridge' (string)
pci.product_id = 80 (0x50) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 3089 (0xc11) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
udi = '/org/freedesktop/Hal/devices/pci_10de_5e'
info.bus = 'pci' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'CK804 Memory Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10de_5e' (string)
info.vendor = 'nVidia Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:00.0' (string)
pci.device_class = 5 (0x5) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 128 (0x80) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:00.0' (string)
pci.product = 'CK804 Memory Controller' (string)
pci.product_id = 94 (0x5e) (int)
pci.subsys_product = 'GA-K8N Ultra-9 Mainboard' (string)
pci.subsys_product_id = 20480 (0x5000) (int)
pci.subsys_vendor = 'Giga-byte Technology' (string)
pci.subsys_vendor_id = 5208 (0x1458) (int)
pci.vendor = 'nVidia Corporation' (string)
pci.vendor_id = 4318 (0x10de) (int)
Dumped 126 device(s) from the Global Device List.
------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Ceci est une partie de message
=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.freedesktop.org/archives/hal/attachments/20071115/a0f87a13/attachment-0001.pgp
More information about the hal
mailing list