Functions | |
| int | get_sysfs_mnt_path () |
| Get the mount path for sysfs. | |
| int | wait_for_sysfs_info (char *devpath, char *hotplug_type) |
| int | main (int argc, char *argv[], char *envp[]) |
| Entry point. | |
Variables | |
| char * | sysfs_mnt_path [255] |
| char * | file_list_usb [] |
| char * | file_list_usbif [] |
| char * | file_list_scsi_device [] = { NULL } |
| char * | file_list_scsi_host [] = { NULL } |
| char * | file_list_block [] |
| char * | file_list_pci [] |
|
|
Get the mount path for sysfs. A side-effect is that sysfs_mnt_path is set on success.
Definition at line 65 of file hal_hotplug.c. Referenced by main(). |
|
||||||||||||||||
|
Entry point.
Definition at line 248 of file hal_hotplug.c. References get_sysfs_mnt_path(). |
|
|
Initial value: { "dev",
"size",
NULL
}
Definition at line 123 of file hal_hotplug.c. |
|
|
Initial value: { "device",
"vendor",
"subsystem_device",
"subsystem_vendor",
"class",
NULL
}
Definition at line 128 of file hal_hotplug.c. |
|
|
Initial value: { "idProduct",
"idVendor",
"bcdDevice",
"bMaxPower",
"bmAttributes",
"manufacturer",
"product",
"bDeviceClass",
"bDeviceSubClass",
"bDeviceProtocol",
"bNumConfigurations",
"bConfigurationValue",
"bNumInterfaces",
NULL
}
Definition at line 95 of file hal_hotplug.c. |
|
|
Initial value: { "bInterfaceClass",
"bInterfaceSubClass",
"bInterfaceProtocol",
"bInterfaceNumber",
NULL
}
Definition at line 112 of file hal_hotplug.c. |
1.3.6-20040222