Home | History | Annotate | Download | only in src

Lines Matching refs:LIBMTP_INFO

285        LIBMTP_INFO("configdescriptor %d get failed with ret %d in probe_device_descriptor yet dev->descriptor.bNumConfigurations > 0\n", i, ret);
366 LIBMTP_INFO("avoid probing device using attached kernel interface\n");
725 LIBMTP_INFO(" Interface has a kernel driver attached.\n");
730 LIBMTP_INFO(" bcdUSB: %d\n", desc.bcdUSB);
731 LIBMTP_INFO(" bDeviceClass: %d\n", desc.bDeviceClass);
732 LIBMTP_INFO(" bDeviceSubClass: %d\n", desc.bDeviceSubClass);
733 LIBMTP_INFO(" bDeviceProtocol: %d\n", desc.bDeviceProtocol);
734 LIBMTP_INFO(" idVendor: %04x\n", desc.idVendor);
735 LIBMTP_INFO(" idProduct: %04x\n", desc.idProduct);
736 LIBMTP_INFO(" IN endpoint maxpacket: %d bytes\n", ptp_usb->inep_maxpacket);
737 LIBMTP_INFO(" OUT endpoint maxpacket: %d bytes\n", ptp_usb->outep_maxpacket);
738 LIBMTP_INFO(" Raw device info:\n");
739 LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.bus_location);
740 LIBMTP_INFO(" Device number: %d\n", ptp_usb->rawdevice.devnum);
741 LIBMTP_INFO(" Device entry info:\n");
742 LIBMTP_INFO(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor);
743 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id);
744 LIBMTP_INFO(" Product: %s\n", ptp_usb->rawdevice.device_entry.product);
745 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id);
746 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags);
888 LIBMTP_INFO("unexpected toread size 0x%04x, 0x%04x remaining bytes\n",
970 LIBMTP_INFO("LIBMTP panic: unable to read in zero packet, response 0x%04x", zeroresult);
1463 LIBMTP_INFO("Could not read in extra byte for %d byte long file, return value 0x%04x\n", ptp_usb->inep_maxpacket, result);
1468 LIBMTP_INFO("Reading in zero packet after header\n");
1478 LIBMTP_INFO("LIBMTP panic: unable to read in zero packet, response 0x%04x", zeroresult);
1940 LIBMTP_INFO("Clearing stall on IN endpoint\n");
1953 LIBMTP_INFO("Clearing stall on OUT endpoint\n");