Lines Matching refs:LIBMTP_INFO
361 LIBMTP_INFO("avoid probing device using kernel interface \"%s\"\n", devname);
371 LIBMTP_INFO("dev->config is NULL in probe_device_descriptor yet dev->descriptor.bNumConfigurations > 0\n");
711 LIBMTP_INFO(" Using kernel interface \"%s\"\n", devname);
715 LIBMTP_INFO(" bcdUSB: %d\n", dev->descriptor.bcdUSB);
716 LIBMTP_INFO(" bDeviceClass: %d\n", dev->descriptor.bDeviceClass);
717 LIBMTP_INFO(" bDeviceSubClass: %d\n", dev->descriptor.bDeviceSubClass);
718 LIBMTP_INFO(" bDeviceProtocol: %d\n", dev->descriptor.bDeviceProtocol);
719 LIBMTP_INFO(" idVendor: %04x\n", dev->descriptor.idVendor);
720 LIBMTP_INFO(" idProduct: %04x\n", dev->descriptor.idProduct);
721 LIBMTP_INFO(" IN endpoint maxpacket: %d bytes\n", ptp_usb->inep_maxpacket);
722 LIBMTP_INFO(" OUT endpoint maxpacket: %d bytes\n", ptp_usb->outep_maxpacket);
723 LIBMTP_INFO(" Raw device info:\n");
724 LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.bus_location);
725 LIBMTP_INFO(" Device number: %d\n", ptp_usb->rawdevice.devnum);
726 LIBMTP_INFO(" Device entry info:\n");
727 LIBMTP_INFO(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor);
728 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id);
729 LIBMTP_INFO(" Product: %s\n", ptp_usb->rawdevice.device_entry.product);
730 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id);
731 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags);
873 LIBMTP_INFO("unexpected toread size 0x%04x, 0x%04x remaining bytes\n",
954 LIBMTP_INFO("LIBMTP panic: unable to read in zero packet, response 0x%04x", zeroresult);
1437 LIBMTP_INFO("Could not read in extra byte for %d bytes long file, return value 0x%04x\n", ptp_usb->inep_maxpacket, result);
1443 LIBMTP_INFO("Reading in zero packet after header\n");
1452 LIBMTP_INFO("LIBMTP panic: unable to read in zero packet, response 0x%04x", zeroresult);
1792 LIBMTP_INFO("Clearing stall on IN endpoint\n");
1805 LIBMTP_INFO("Clearing stall on OUT endpoint\n");