Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 885349
Collapse All | Expand All

(-)a/tools/generic-callout.c (-2 / +1 lines)
Lines 664-670 static gboolean write_sysinfo_extended (const char *mountpoint, Link Here
664
}
664
}
665
665
666
666
667
static char *get_info_from_usb (usb_bus_number, usb_device_number)
667
static char *get_info_from_usb (gint usb_bus_number, gint usb_device_number)
668
{
668
{
669
#ifdef HAVE_LIBUSB
669
#ifdef HAVE_LIBUSB
670
        return read_sysinfo_extended_from_usb (usb_bus_number,
670
        return read_sysinfo_extended_from_usb (usb_bus_number,
671
- 

Return to bug 885349