search for: find_applications

Displaying 2 results from an estimated 2 matches for "find_applications".

2009 Jul 24
2
[PATCH] Initial drop of virt-v2v
...my $guestos = shift; + carp("find_drivers called without guestos argument") + unless defined($guestos); + + my @drivers = (); + foreach my $module ($class->modules()) { + push(@drivers, $module->find_drivers($guestos)); + } + + return @drivers; +} + +sub find_applications +{ + my $class = shift; + + my $guestos = shift; + carp("find_applications called without guestos argument") + unless defined($guestos); + + my @applications = (); + foreach my $module ($class->modules()) { + push(@applications, $module->find_drivers($gu...
2005 Oct 18
2
usb doesn't build on mac os x (10.4)
I am having problems building usb on mac os x. First, mac os x doesn't seem to have asm/types.h, just sys/types.h. I can't find hiddev.h on mac os x either. Also, it doesn't have usb.h but instead IOKIT/usb/USB.h. I am using mac os x (10.4), and the latest cvs of nut. Is the new usb support going to work on mac os x? Is anyone working on it? It seems that libusb is available