Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 341105 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/DeviceHandler.cpp (-1 / +1 lines)
Lines 293-299 Link Here
293
    USBDevice* lastDevice=NULL;
293
    USBDevice* lastDevice=NULL;
294
294
295
    //libusb_init was called by libfprint already
295
    //libusb_init was called by libfprint already
296
//    libusb_init(NULL);
296
    libusb_init(NULL);
297
    libusb_get_device_list(NULL,&devs);
297
    libusb_get_device_list(NULL,&devs);
298
    if(devs==NULL){
298
    if(devs==NULL){
299
        syslog(LOG_ERR,"failed to get usb device list");
299
        syslog(LOG_ERR,"failed to get usb device list");

Return to bug 341105