• Home
  • Raw
  • Download

Lines Matching refs:LIBMTP_INFO

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