• Home
  • Raw
  • Download

Lines Matching refs:LIBMTP_INFO

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