Created
January 24, 2018 08:24
-
-
Save haysclark/cb100282f78d6f2eda99cf37fa639c65 to your computer and use it in GitHub Desktop.
Revisions
-
haysclark created this gist
Jan 24, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,708 @@ 0.000016 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST: 0.000055 main (2): gphoto2 2.5.15 0.000060 main (2): gphoto2 has been compiled with the following options: 0.000075 main (2): + clang (C compiler used) 0.000078 main (2): + popt (mandatory, for handling command-line parameters) 0.000081 main (2): + no exif (for displaying EXIF information) 0.000084 main (2): + no cdk (for accessing configuration options) 0.000086 main (2): + no aa (for displaying live previews) 0.000089 main (2): + jpeg (for displaying live previews in JPEG format) 0.000091 main (2): + readline (for easy navigation in the shell) 0.000098 main (2): libgphoto2 2.5.16 0.000101 main (2): libgphoto2 has been compiled with the following options: 0.000103 main (2): + all camlibs 0.000106 main (2): + clang (C compiler used) 0.000109 main (2): + ltdl (for portable loading of camlibs) 0.000111 main (2): + no EXIF (for special handling of EXIF files) 0.000114 main (2): libgphoto2_port 0.12.0 0.000117 main (2): libgphoto2_port has been compiled with the following options: 0.000120 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi 0.000122 main (2): + clang (C compiler used) 0.000125 main (2): + ltdl (for portable loading of iolibs) 0.000128 main (2): + USB (libusb1, for USB cameras) 0.000131 main (2): + serial (for serial cameras) 0.000133 main (2): + no resmgr (serial port access and locking) 0.000136 main (2): + no ttylock (serial port locking) 0.000139 main (2): + no lockdev (serial port locking) 0.000142 main (2): CAMLIBS env var not set, using compile-time default instead 0.000146 main (2): IOLIBS env var not set, using compile-time default instead 0.000148 main (2): invoked with following arguments: 0.000154 main (2): --debug 0.000157 main (2): --debug-logfile=my-logfile.txt 0.000160 main (2): --capture-image 0.000184 load_settings (2): Creating gphoto config directory ('/Users/hays/.gphoto') 0.000242 load_settings (2): Loading settings from file '/Users/hays/.gphoto/settings'. 0.000290 main (2): The user has not specified both a model and a port. Try to figure them out. 0.000315 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0'... 0.000477 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/disk'. 0.000830 foreach_func (2): Loaded '' ('^disk:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/disk'. 0.000837 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/ptpip'. 0.001111 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/ptpip'. 0.001118 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/ptpip'. 0.001122 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/serial'. 0.004209 foreach_func (2): Loaded 'Serial Port Device' ('serial:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/serial'. 0.004219 foreach_func (2): Loaded '' ('^serial:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/serial'. 0.004233 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040603 foreach_func (2): Loaded '' ('^usb:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040625 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:020,008') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040630 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:020,006') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040634 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:020,004') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040638 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usbdiskdirect'. 0.041031 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usbscsi'. 0.041336 gp_port_info_list_count (2): Counting entries (9 available)... 0.041343 gp_port_info_list_count (2): 5 regular entries available. 0.041361 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16'... 0.041498 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/adc65'. 0.041515 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/agfa_cl20'. 0.041520 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/aox'. 0.041524 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ax203'. 0.041527 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/barbie'. 0.041531 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/canon'. 0.041534 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/casio_qv'. 0.041538 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/clicksmart310'. 0.041541 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/digigr8'. 0.041545 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/digita'. 0.041548 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/dimagev'. 0.041552 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/dimera3500'. 0.041555 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/directory'. 0.041559 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/enigma13'. 0.041562 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/fuji'. 0.041566 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/gsmart300'. 0.041569 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/hp215'. 0.041573 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/iclick'. 0.041576 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/jamcam'. 0.041580 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/jd11'. 0.041583 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/jl2005a'. 0.041586 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/jl2005c'. 0.041590 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_dc120'. 0.041606 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_dc210'. 0.041610 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_dc240'. 0.041613 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_dc3200'. 0.041617 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_ez200'. 0.041620 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/konica'. 0.041624 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/konica_qm150'. 0.041627 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/largan'. 0.041630 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/lg_gsm'. 0.041634 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/mars'. 0.041637 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/mustek'. 0.041641 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/panasonic_coolshot'. 0.041644 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/panasonic_dc1000'. 0.041648 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/panasonic_dc1580'. 0.041651 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/panasonic_l859'. 0.041655 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/pccam300'. 0.041658 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/pccam600'. 0.041662 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/pentax'. 0.041665 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/polaroid_pdc320'. 0.041669 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/polaroid_pdc640'. 0.041672 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/polaroid_pdc700'. 0.041676 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ptp2'. 0.041679 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ricoh'. 0.041683 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ricoh_g3'. 0.041686 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/samsung'. 0.041690 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sierra'. 0.041693 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sipix_blink2'. 0.041696 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sipix_web2'. 0.041700 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/smal'. 0.041707 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sonix'. 0.041710 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sony_dscf1'. 0.041714 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sony_dscf55'. 0.041717 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/soundvision'. 0.041721 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/spca50x'. 0.041724 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sq905'. 0.041731 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/st2205'. 0.041735 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/stv0674'. 0.041738 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/stv0680'. 0.041742 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sx330z'. 0.041745 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/topfield'. 0.041748 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/toshiba_pdrm11'. 0.041752 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/tp6801'. 0.041760 gp_abilities_list_load_dir (2): Found 64 camera drivers. 0.074302 gp_port_info_list_count (2): Counting entries (9 available)... 0.074314 gp_port_info_list_count (2): 5 regular entries available. 0.074324 gp_port_new (2): Creating new device... 0.074330 gp_port_info_list_get_info (2): Getting info of entry 0 (9 available)... 0.074578 gp_port_set_settings (2): Setting settings... 0.074587 gp_port_info_list_get_info (2): Getting info of entry 1 (9 available)... 0.074832 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds. 0.074841 gp_port_set_settings (2): Setting settings... 0.074849 gp_port_info_list_get_info (2): Getting info of entry 2 (9 available)... 0.076932 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.076939 gp_port_set_settings (2): Setting settings... 0.076948 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,008, (new int=0, conf=-1, alt=-1) port usb:020,008 0.076952 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.076955 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.077603 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.077739 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x7b4, product 0x130)... found. 0.077767 gp_libusb1_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 86, outep 05, intep 83, class 06, subclass 01 0.077771 gp_abilities_list_detect_usb(2): Found 'Olympus E-M5 Mark II' (0x7b4,0x130) 0.077775 gp_port_info_list_get_info (2): Getting info of entry 3 (9 available)... 0.080182 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.080191 gp_port_set_settings (2): Setting settings... 0.080200 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,006, (new int=0, conf=-1, alt=-1) port usb:020,006 0.080203 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.080206 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.080850 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.081316 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)... 0.081371 gp_port_info_list_get_info (2): Getting info of entry 4 (9 available)... 0.083870 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.083879 gp_port_set_settings (2): Setting settings... 0.083889 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,004, (new int=0, conf=-1, alt=-1) port usb:020,004 0.083892 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.083896 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.084591 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.085132 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)... 0.085206 gp_port_free (2): Freeing port... 0.085211 gp_port_close (2): Closing port... 0.085795 gp_camera_set_abilities (2): Setting abilities ('Olympus E-M5 Mark II')... 0.085807 gp_setting_set (2): Setting key 'model' to value 'Olympus E-M5 Mark II' (gphoto2) 0.085812 save_settings (2): Saving 2 setting(s) to file "/Users/hays/.gphoto/settings" 0.085954 gp_port_info_list_lookup_path(2): Looking for path 'usb:020,008' (9 entries available)... 0.085969 gp_port_info_list_get_info (2): Getting info of entry 2 (9 available)... 0.085975 gp_camera_set_port_info (2): Setting port info for port 'Universal Serial Bus' at 'usb:020,008'... 0.087885 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.087892 gp_port_set_settings (2): Setting settings... 0.087901 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,008, (new int=0, conf=-1, alt=-1) port usb:020,008 0.087904 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.087909 gp_setting_set (2): Setting key 'port' to value 'usb:020,008' (gphoto2) 0.087913 save_settings (2): Saving 2 setting(s) to file "/Users/hays/.gphoto/settings" 0.088005 gp_camera_init (2): Initializing camera... 0.088046 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x7b4, product 0x130)... found. 0.088073 gp_libusb1_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 86, outep 05, intep 83, class 06, subclass 01 0.088077 gp_camera_init (2): Loading '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ptp2'... 0.088419 gp_port_open (2): Opening USB port... 0.088426 gp_libusb1_open (2): () 0.088561 gp_libusb1_open (2): claiming interface 0 0.089099 camera_init (2): maxpacketsize 1024 0.089110 gp_port_set_timeout (2): Setting port timeout to 8000 milliseconds. 0.089120 ptp (2): PTP: Opening session 0.089133 ptp_usb_sendreq (2): Sending PTP_OC 0x1002 (Open session) (0x1) request... 0.089137 gp_port_write (3): Writing 16 = 0x10 bytes to port... 0.089403 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ 0.089414 ptp_usb_getresp (2): Reading PTP_OC 0x1002 (Open session) response... 0.089426 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.793242 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-00 00 00 00 ....... .... 0.793270 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 0.793309 ptp_usb_sendreq (2): Sending PTP_OC 0x1001 (Get device info) request... 0.793317 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.793607 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 01 10-01 00 00 00 ............ 0.793625 ptp_usb_getdata (2): Reading PTP_OC 0x1001 (Get device info) data... 0.793634 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.794752 gp_port_read (3): Read 787 = 0x313 out of 1024 bytes from port: (hexdump of 787 bytes) 0000 13 03 00 00 02 00 01 10-01 00 00 00 64 00 00 00 ............d... 0010 00 00 64 00 00 00 00 26-00 00 00 01 10 02 10 03 ..d....&........ 0020 10 04 10 05 10 06 10 07-10 08 10 09 10 0a 10 0b ................ 0030 10 0f 10 14 10 15 10 16-10 1b 10 20 91 01 98 02 ........... .... 0040 98 03 98 05 98 81 94 82-94 83 94 84 94 85 94 86 ................ 0050 94 87 94 88 94 89 94 8a-94 8b 94 8c 94 8d 94 93 ................ 0060 94 94 94 95 94 a0 94 0c-00 00 00 04 40 05 40 02 ............@.@. 0070 40 09 40 06 40 01 c0 02-c0 03 c0 04 c0 05 c0 06 @.@.@........... 0080 c0 08 c0 0f 01 00 00 01-50 11 50 05 d4 06 d4 07 ........P.P..... 0090 d4 02 d0 03 d0 04 d0 05-d0 06 d0 07 d0 08 d0 09 ................ 00a0 d0 0c d0 0d d0 0e d0 0f-d0 10 d0 11 d0 13 d0 14 ................ 00b0 d0 18 d0 1a d0 1b d0 1c-d0 1d d0 1e d0 1f d0 20 ............... 00c0 d0 21 d0 22 d0 23 d0 24-d0 25 d0 26 d0 27 d0 28 .!.".#.$.%.&.'.( 00d0 d0 29 d0 2a d0 2b d0 2c-d0 2d d0 2e d0 2f d0 30 .).*.+.,.-.../.0 00e0 d0 31 d0 32 d0 33 d0 34-d0 35 d0 36 d0 37 d0 38 .1.2.3.4.5.6.7.8 00f0 d0 39 d0 3a d0 3b d0 3c-d0 3d d0 3e d0 3f d0 40 .9.:.;.<.=.>.?.@ 0100 d0 41 d0 42 d0 43 d0 44-d0 45 d0 46 d0 47 d0 48 .A.B.C.D.E.F.G.H 0110 d0 49 d0 4a d0 4b d0 4c-d0 4d d0 4e d0 4f d0 50 .I.J.K.L.M.N.O.P 0120 d0 51 d0 52 d0 53 d0 54-d0 55 d0 56 d0 57 d0 58 .Q.R.S.T.U.V.W.X 0130 d0 59 d0 5a d0 5b d0 5c-d0 5d d0 5e d0 5f d0 60 .Y.Z.[.\.].^._.` 0140 d0 61 d0 62 d0 63 d0 64-d0 65 d0 66 d0 67 d0 68 .a.b.c.d.e.f.g.h 0150 d0 69 d0 6a d0 6b d0 6c-d0 6d d0 70 d0 71 d0 72 .i.j.k.l.m.p.q.r 0160 d0 73 d0 74 d0 75 d0 77-d0 78 d0 79 d0 7a d0 7b .s.t.u.w.x.y.z.{ 0170 d0 7c d0 7d d0 7f d0 80-d0 81 d0 82 d0 83 d0 84 .|.}............ 0180 d0 85 d0 86 d0 87 d0 8b-d0 8c d0 8e d0 8f d0 97 ................ 0190 d0 9f d0 a2 d0 a3 d0 a4-d0 a6 d0 a7 d0 a8 d0 a9 ................ 01a0 d0 aa d0 ab d0 ac d0 ad-d0 ae d0 b2 d0 b3 d0 b4 ................ 01b0 d0 b5 d0 b6 d0 b7 d0 b8-d0 b9 d0 ba d0 bc d0 bd ................ 01c0 d0 be d0 bf d0 c0 d0 c4-d0 c5 d0 c6 d0 c7 d0 c8 ................ 01d0 d0 c9 d0 cb d0 cc d0 cd-d0 ce d0 cf d0 d0 d0 d1 ................ 01e0 d0 d2 d0 d3 d0 d4 d0 d5-d0 d6 d0 d7 d0 d8 d0 d9 ................ 01f0 d0 da d0 db d0 dc d0 dd-d0 de d0 e1 d0 e2 d0 e3 ................ 0200 d0 e4 d0 e5 d0 e6 d0 e7-d0 e8 d0 e9 d0 ea d0 ec ................ 0210 d0 ed d0 ef d0 f0 d0 f1-d0 f2 d0 f3 d0 f4 d0 f5 ................ 0220 d0 f6 d0 f7 d0 f8 d0 f9-d0 fa d0 fb d0 fc d0 fd ................ 0230 d0 fe d0 ff d0 00 d1 01-d1 02 d1 03 d1 04 d1 05 ................ 0240 d1 06 d1 07 d1 08 d1 09-d1 0a d1 0b d1 0c d1 0d ................ 0250 d1 0e d1 0f d1 10 d1 11-d1 12 d1 13 d1 14 d1 15 ................ 0260 d1 16 d1 17 d1 18 d1 19-d1 1a d1 1b d1 1c d1 1d ................ 0270 d1 1e d1 1f d1 20 d1 21-d1 22 d1 23 d1 25 d1 26 ..... .!.".#.%.& 0280 d1 27 d1 28 d1 2d d1 2e-d1 2f d1 30 d1 31 d1 32 .'.(.-.../.0.1.2 0290 d1 33 d1 34 d1 35 d1 36-d1 37 d1 38 d1 39 d1 3a .3.4.5.6.7.8.9.: 02a0 d1 51 d1 52 d1 06 00 00-00 08 30 0a 30 80 b9 00 .Q.R......0.0... 02b0 38 01 38 01 b1 09 00 00-00 00 30 01 30 06 30 08 8.8.......0.0.0. 02c0 30 0a 30 80 b9 00 38 01-38 01 b1 08 4f 00 4c 00 0.0...8.8...O.L. 02d0 59 00 4d 00 50 00 55 00-53 00 00 00 0b 45 00 2d Y.M.P.U.S....E.- 02e0 00 4d 00 31 00 4d 00 61-00 72 00 6b 00 49 00 49 .M.1.M.a.r.k.I.I 02f0 00 00 00 05 31 00 2e 00-30 00 30 00 00 00 0a 42 ....1...0.0....B 0300 00 48 00 55 00 41 00 35-00 36 00 38 00 32 00 34 .H.U.A.5.6.8.2.4 0310 00 00 00 - ... 0.794870 ptp_usb_getresp (2): Reading PTP_OC 0x1001 (Get device info) response... 0.794880 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.795170 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-01 00 00 00 ....... .... 0.795246 print_debug_deviceinfo (2): Device info: 0.795255 print_debug_deviceinfo (2): Manufacturer: OLYMPUS 0.795262 print_debug_deviceinfo (2): Model: E-M1MarkII 0.795268 print_debug_deviceinfo (2): device version: 1.00 0.795274 print_debug_deviceinfo (2): serial number: 'BHUA56824' 0.795281 print_debug_deviceinfo (2): Vendor extension ID: 0x00000000 0.795287 print_debug_deviceinfo (2): Vendor extension version: 100 0.795293 print_debug_deviceinfo (2): Vendor extension description: (null) 0.795300 print_debug_deviceinfo (2): Functional Mode: 0x0000 0.795306 print_debug_deviceinfo (2): PTP Standard Version: 100 0.795312 print_debug_deviceinfo (2): Supported operations: 0.795335 print_debug_deviceinfo (2): 0x1001 (Get device info) 0.795342 print_debug_deviceinfo (2): 0x1002 (Open session) 0.795348 print_debug_deviceinfo (2): 0x1003 (Close session) 0.795354 print_debug_deviceinfo (2): 0x1004 (Get storage IDs) 0.795361 print_debug_deviceinfo (2): 0x1005 (Get storage info) 0.795367 print_debug_deviceinfo (2): 0x1006 (Get number of objects) 0.795374 print_debug_deviceinfo (2): 0x1007 (Get object handles) 0.795380 print_debug_deviceinfo (2): 0x1008 (Get object info) 0.795386 print_debug_deviceinfo (2): 0x1009 (Get object) 0.795393 print_debug_deviceinfo (2): 0x100a (Get thumbnail) 0.795399 print_debug_deviceinfo (2): 0x100b (Delete object) 0.795405 print_debug_deviceinfo (2): 0x100f (Format storage) 0.795411 print_debug_deviceinfo (2): 0x1014 (Get device property description) 0.795417 print_debug_deviceinfo (2): 0x1015 (Get device property value) 0.795423 print_debug_deviceinfo (2): 0x1016 (Set device property value) 0.795430 print_debug_deviceinfo (2): 0x101b (Get partial object) 0.795441 print_debug_deviceinfo (2): 0x9120 (Unknown VendorExtensionID) 0.795447 print_debug_deviceinfo (2): 0x9801 (Unknown VendorExtensionID) 0.795454 print_debug_deviceinfo (2): 0x9802 (Unknown VendorExtensionID) 0.795460 print_debug_deviceinfo (2): 0x9803 (Unknown VendorExtensionID) 0.795466 print_debug_deviceinfo (2): 0x9805 (Unknown VendorExtensionID) 0.795472 print_debug_deviceinfo (2): 0x9481 (Unknown VendorExtensionID) 0.795478 print_debug_deviceinfo (2): 0x9482 (Unknown VendorExtensionID) 0.795484 print_debug_deviceinfo (2): 0x9483 (Unknown VendorExtensionID) 0.795489 print_debug_deviceinfo (2): 0x9484 (Unknown VendorExtensionID) 0.795495 print_debug_deviceinfo (2): 0x9485 (Unknown VendorExtensionID) 0.795501 print_debug_deviceinfo (2): 0x9486 (Unknown VendorExtensionID) 0.795507 print_debug_deviceinfo (2): 0x9487 (Unknown VendorExtensionID) 0.795513 print_debug_deviceinfo (2): 0x9488 (Unknown VendorExtensionID) 0.795519 print_debug_deviceinfo (2): 0x9489 (Unknown VendorExtensionID) 0.795525 print_debug_deviceinfo (2): 0x948a (Unknown VendorExtensionID) 0.795532 print_debug_deviceinfo (2): 0x948b (Unknown VendorExtensionID) 0.795538 print_debug_deviceinfo (2): 0x948c (Unknown VendorExtensionID) 0.795544 print_debug_deviceinfo (2): 0x948d (Unknown VendorExtensionID) 0.795550 print_debug_deviceinfo (2): 0x9493 (Unknown VendorExtensionID) 0.795556 print_debug_deviceinfo (2): 0x9494 (Unknown VendorExtensionID) 0.795562 print_debug_deviceinfo (2): 0x9495 (Unknown VendorExtensionID) 0.795568 print_debug_deviceinfo (2): 0x94a0 (Unknown VendorExtensionID) 0.795574 print_debug_deviceinfo (2): Events Supported: 0.795580 print_debug_deviceinfo (2): 0x4004 0.795586 print_debug_deviceinfo (2): 0x4005 0.795592 print_debug_deviceinfo (2): 0x4002 0.795597 print_debug_deviceinfo (2): 0x4009 0.795603 print_debug_deviceinfo (2): 0x4006 0.795609 print_debug_deviceinfo (2): 0xc001 0.795615 print_debug_deviceinfo (2): 0xc002 0.795621 print_debug_deviceinfo (2): 0xc003 0.795626 print_debug_deviceinfo (2): 0xc004 0.795632 print_debug_deviceinfo (2): 0xc005 0.795638 print_debug_deviceinfo (2): 0xc006 0.795644 print_debug_deviceinfo (2): 0xc008 0.795650 print_debug_deviceinfo (2): Device Properties Supported: 0.795656 print_debug_deviceinfo (2): 0x5001 0.795662 print_debug_deviceinfo (2): 0x5011 0.795668 print_debug_deviceinfo (2): 0xd405 0.795673 print_debug_deviceinfo (2): 0xd406 0.795679 print_debug_deviceinfo (2): 0xd407 0.795685 print_debug_deviceinfo (2): 0xd002 0.795691 print_debug_deviceinfo (2): 0xd003 0.795696 print_debug_deviceinfo (2): 0xd004 0.795702 print_debug_deviceinfo (2): 0xd005 0.795715 print_debug_deviceinfo (2): 0xd006 0.795721 print_debug_deviceinfo (2): 0xd007 0.795726 print_debug_deviceinfo (2): 0xd008 0.795732 print_debug_deviceinfo (2): 0xd009 0.795738 print_debug_deviceinfo (2): 0xd00c 0.795744 print_debug_deviceinfo (2): 0xd00d 0.795749 print_debug_deviceinfo (2): 0xd00e 0.795755 print_debug_deviceinfo (2): 0xd00f 0.795761 print_debug_deviceinfo (2): 0xd010 0.795767 print_debug_deviceinfo (2): 0xd011 0.795772 print_debug_deviceinfo (2): 0xd013 0.795778 print_debug_deviceinfo (2): 0xd014 0.795784 print_debug_deviceinfo (2): 0xd018 0.795790 print_debug_deviceinfo (2): 0xd01a 0.795795 print_debug_deviceinfo (2): 0xd01b 0.795801 print_debug_deviceinfo (2): 0xd01c 0.795807 print_debug_deviceinfo (2): 0xd01d 0.795813 print_debug_deviceinfo (2): 0xd01e 0.795818 print_debug_deviceinfo (2): 0xd01f 0.795824 print_debug_deviceinfo (2): 0xd020 0.795830 print_debug_deviceinfo (2): 0xd021 0.795836 print_debug_deviceinfo (2): 0xd022 0.795841 print_debug_deviceinfo (2): 0xd023 0.795847 print_debug_deviceinfo (2): 0xd024 0.795853 print_debug_deviceinfo (2): 0xd025 0.795858 print_debug_deviceinfo (2): 0xd026 0.795864 print_debug_deviceinfo (2): 0xd027 0.795870 print_debug_deviceinfo (2): 0xd028 0.795876 print_debug_deviceinfo (2): 0xd029 0.795881 print_debug_deviceinfo (2): 0xd02a 0.795887 print_debug_deviceinfo (2): 0xd02b 0.795893 print_debug_deviceinfo (2): 0xd02c 0.795899 print_debug_deviceinfo (2): 0xd02d 0.795904 print_debug_deviceinfo (2): 0xd02e 0.795910 print_debug_deviceinfo (2): 0xd02f 0.795916 print_debug_deviceinfo (2): 0xd030 0.795922 print_debug_deviceinfo (2): 0xd031 0.795927 print_debug_deviceinfo (2): 0xd032 0.795933 print_debug_deviceinfo (2): 0xd033 0.795939 print_debug_deviceinfo (2): 0xd034 0.795945 print_debug_deviceinfo (2): 0xd035 0.795950 print_debug_deviceinfo (2): 0xd036 0.795956 print_debug_deviceinfo (2): 0xd037 0.795962 print_debug_deviceinfo (2): 0xd038 0.795968 print_debug_deviceinfo (2): 0xd039 0.795973 print_debug_deviceinfo (2): 0xd03a 0.795979 print_debug_deviceinfo (2): 0xd03b 0.795985 print_debug_deviceinfo (2): 0xd03c 0.795991 print_debug_deviceinfo (2): 0xd03d 0.795996 print_debug_deviceinfo (2): 0xd03e 0.796002 print_debug_deviceinfo (2): 0xd03f 0.796008 print_debug_deviceinfo (2): 0xd040 0.796014 print_debug_deviceinfo (2): 0xd041 0.796019 print_debug_deviceinfo (2): 0xd042 0.796025 print_debug_deviceinfo (2): 0xd043 0.796031 print_debug_deviceinfo (2): 0xd044 0.796037 print_debug_deviceinfo (2): 0xd045 0.796042 print_debug_deviceinfo (2): 0xd046 0.796048 print_debug_deviceinfo (2): 0xd047 0.796054 print_debug_deviceinfo (2): 0xd048 0.796060 print_debug_deviceinfo (2): 0xd049 0.796065 print_debug_deviceinfo (2): 0xd04a 0.796071 print_debug_deviceinfo (2): 0xd04b 0.796077 print_debug_deviceinfo (2): 0xd04c 0.796083 print_debug_deviceinfo (2): 0xd04d 0.796088 print_debug_deviceinfo (2): 0xd04e 0.796094 print_debug_deviceinfo (2): 0xd04f 0.796100 print_debug_deviceinfo (2): 0xd050 0.796106 print_debug_deviceinfo (2): 0xd051 0.796111 print_debug_deviceinfo (2): 0xd052 0.796117 print_debug_deviceinfo (2): 0xd053 0.796123 print_debug_deviceinfo (2): 0xd054 0.796129 print_debug_deviceinfo (2): 0xd055 0.796134 print_debug_deviceinfo (2): 0xd056 0.796140 print_debug_deviceinfo (2): 0xd057 0.796146 print_debug_deviceinfo (2): 0xd058 0.796152 print_debug_deviceinfo (2): 0xd059 0.796157 print_debug_deviceinfo (2): 0xd05a 0.796163 print_debug_deviceinfo (2): 0xd05b 0.796169 print_debug_deviceinfo (2): 0xd05c 0.796175 print_debug_deviceinfo (2): 0xd05d 0.796185 print_debug_deviceinfo (2): 0xd05e 0.796191 print_debug_deviceinfo (2): 0xd05f 0.796197 print_debug_deviceinfo (2): 0xd060 0.796203 print_debug_deviceinfo (2): 0xd061 0.796209 print_debug_deviceinfo (2): 0xd062 0.796214 print_debug_deviceinfo (2): 0xd063 0.796220 print_debug_deviceinfo (2): 0xd064 0.796226 print_debug_deviceinfo (2): 0xd065 0.796232 print_debug_deviceinfo (2): 0xd066 0.796237 print_debug_deviceinfo (2): 0xd067 0.796243 print_debug_deviceinfo (2): 0xd068 0.796249 print_debug_deviceinfo (2): 0xd069 0.796255 print_debug_deviceinfo (2): 0xd06a 0.796260 print_debug_deviceinfo (2): 0xd06b 0.796266 print_debug_deviceinfo (2): 0xd06c 0.796272 print_debug_deviceinfo (2): 0xd06d 0.796278 print_debug_deviceinfo (2): 0xd070 0.796283 print_debug_deviceinfo (2): 0xd071 0.796289 print_debug_deviceinfo (2): 0xd072 0.796295 print_debug_deviceinfo (2): 0xd073 0.796301 print_debug_deviceinfo (2): 0xd074 0.796307 print_debug_deviceinfo (2): 0xd075 0.796312 print_debug_deviceinfo (2): 0xd077 0.796318 print_debug_deviceinfo (2): 0xd078 0.796324 print_debug_deviceinfo (2): 0xd079 0.796330 print_debug_deviceinfo (2): 0xd07a 0.796335 print_debug_deviceinfo (2): 0xd07b 0.796341 print_debug_deviceinfo (2): 0xd07c 0.796347 print_debug_deviceinfo (2): 0xd07d 0.796353 print_debug_deviceinfo (2): 0xd07f 0.796358 print_debug_deviceinfo (2): 0xd080 0.796364 print_debug_deviceinfo (2): 0xd081 0.796370 print_debug_deviceinfo (2): 0xd082 0.796376 print_debug_deviceinfo (2): 0xd083 0.796381 print_debug_deviceinfo (2): 0xd084 0.796387 print_debug_deviceinfo (2): 0xd085 0.796393 print_debug_deviceinfo (2): 0xd086 0.796399 print_debug_deviceinfo (2): 0xd087 0.796404 print_debug_deviceinfo (2): 0xd08b 0.796410 print_debug_deviceinfo (2): 0xd08c 0.796416 print_debug_deviceinfo (2): 0xd08e 0.796422 print_debug_deviceinfo (2): 0xd08f 0.796427 print_debug_deviceinfo (2): 0xd097 0.796433 print_debug_deviceinfo (2): 0xd09f 0.796439 print_debug_deviceinfo (2): 0xd0a2 0.796445 print_debug_deviceinfo (2): 0xd0a3 0.796450 print_debug_deviceinfo (2): 0xd0a4 0.796456 print_debug_deviceinfo (2): 0xd0a6 0.796485 print_debug_deviceinfo (2): 0xd0a7 0.796491 print_debug_deviceinfo (2): 0xd0a8 0.796497 print_debug_deviceinfo (2): 0xd0a9 0.796503 print_debug_deviceinfo (2): 0xd0aa 0.796509 print_debug_deviceinfo (2): 0xd0ab 0.796514 print_debug_deviceinfo (2): 0xd0ac 0.796521 print_debug_deviceinfo (2): 0xd0ad 0.796529 print_debug_deviceinfo (2): 0xd0ae 0.796539 print_debug_deviceinfo (2): 0xd0b2 0.796549 print_debug_deviceinfo (2): 0xd0b3 0.796558 print_debug_deviceinfo (2): 0xd0b4 0.796568 print_debug_deviceinfo (2): 0xd0b5 0.796577 print_debug_deviceinfo (2): 0xd0b6 0.796603 print_debug_deviceinfo (2): 0xd0b7 0.796611 print_debug_deviceinfo (2): 0xd0b8 0.796620 print_debug_deviceinfo (2): 0xd0b9 0.796629 print_debug_deviceinfo (2): 0xd0ba 0.796653 print_debug_deviceinfo (2): 0xd0bc 0.796659 print_debug_deviceinfo (2): 0xd0bd 0.796665 print_debug_deviceinfo (2): 0xd0be 0.796671 print_debug_deviceinfo (2): 0xd0bf 0.796677 print_debug_deviceinfo (2): 0xd0c0 0.796683 print_debug_deviceinfo (2): 0xd0c4 0.796688 print_debug_deviceinfo (2): 0xd0c5 0.796694 print_debug_deviceinfo (2): 0xd0c6 0.796700 print_debug_deviceinfo (2): 0xd0c7 0.796706 print_debug_deviceinfo (2): 0xd0c8 0.796712 print_debug_deviceinfo (2): 0xd0c9 0.796718 print_debug_deviceinfo (2): 0xd0cb 0.796723 print_debug_deviceinfo (2): 0xd0cc 0.796729 print_debug_deviceinfo (2): 0xd0cd 0.796735 print_debug_deviceinfo (2): 0xd0ce 0.796750 print_debug_deviceinfo (2): 0xd0cf 0.796756 print_debug_deviceinfo (2): 0xd0d0 0.796762 print_debug_deviceinfo (2): 0xd0d1 0.796768 print_debug_deviceinfo (2): 0xd0d2 0.796774 print_debug_deviceinfo (2): 0xd0d3 0.796779 print_debug_deviceinfo (2): 0xd0d4 0.796785 print_debug_deviceinfo (2): 0xd0d5 0.796791 print_debug_deviceinfo (2): 0xd0d6 0.796797 print_debug_deviceinfo (2): 0xd0d7 0.796803 print_debug_deviceinfo (2): 0xd0d8 0.796808 print_debug_deviceinfo (2): 0xd0d9 0.796814 print_debug_deviceinfo (2): 0xd0da 0.796820 print_debug_deviceinfo (2): 0xd0db 0.796826 print_debug_deviceinfo (2): 0xd0dc 0.796832 print_debug_deviceinfo (2): 0xd0dd 0.796837 print_debug_deviceinfo (2): 0xd0de 0.796843 print_debug_deviceinfo (2): 0xd0e1 0.796849 print_debug_deviceinfo (2): 0xd0e2 0.796855 print_debug_deviceinfo (2): 0xd0e3 0.796861 print_debug_deviceinfo (2): 0xd0e4 0.796866 print_debug_deviceinfo (2): 0xd0e5 0.796872 print_debug_deviceinfo (2): 0xd0e6 0.796878 print_debug_deviceinfo (2): 0xd0e7 0.796884 print_debug_deviceinfo (2): 0xd0e8 0.796890 print_debug_deviceinfo (2): 0xd0e9 0.796896 print_debug_deviceinfo (2): 0xd0ea 0.796901 print_debug_deviceinfo (2): 0xd0ec 0.796907 print_debug_deviceinfo (2): 0xd0ed 0.796913 print_debug_deviceinfo (2): 0xd0ef 0.796919 print_debug_deviceinfo (2): 0xd0f0 0.796925 print_debug_deviceinfo (2): 0xd0f1 0.796930 print_debug_deviceinfo (2): 0xd0f2 0.796936 print_debug_deviceinfo (2): 0xd0f3 0.796942 print_debug_deviceinfo (2): 0xd0f4 0.796948 print_debug_deviceinfo (2): 0xd0f5 0.796954 print_debug_deviceinfo (2): 0xd0f6 0.796959 print_debug_deviceinfo (2): 0xd0f7 0.796965 print_debug_deviceinfo (2): 0xd0f8 0.796971 print_debug_deviceinfo (2): 0xd0f9 0.796977 print_debug_deviceinfo (2): 0xd0fa 0.796983 print_debug_deviceinfo (2): 0xd0fb 0.796989 print_debug_deviceinfo (2): 0xd0fc 0.796994 print_debug_deviceinfo (2): 0xd0fd 0.797000 print_debug_deviceinfo (2): 0xd0fe 0.797006 print_debug_deviceinfo (2): 0xd0ff 0.797012 print_debug_deviceinfo (2): 0xd100 0.797018 print_debug_deviceinfo (2): 0xd101 0.797024 print_debug_deviceinfo (2): 0xd102 0.797029 print_debug_deviceinfo (2): 0xd103 0.797035 print_debug_deviceinfo (2): 0xd104 0.797041 print_debug_deviceinfo (2): 0xd105 0.797047 print_debug_deviceinfo (2): 0xd106 0.797053 print_debug_deviceinfo (2): 0xd107 0.797058 print_debug_deviceinfo (2): 0xd108 0.797064 print_debug_deviceinfo (2): 0xd109 0.797070 print_debug_deviceinfo (2): 0xd10a 0.797076 print_debug_deviceinfo (2): 0xd10b 0.797082 print_debug_deviceinfo (2): 0xd10c 0.797087 print_debug_deviceinfo (2): 0xd10d 0.797093 print_debug_deviceinfo (2): 0xd10e 0.797099 print_debug_deviceinfo (2): 0xd10f 0.797105 print_debug_deviceinfo (2): 0xd110 0.797110 print_debug_deviceinfo (2): 0xd111 0.797116 print_debug_deviceinfo (2): 0xd112 0.797122 print_debug_deviceinfo (2): 0xd113 0.797128 print_debug_deviceinfo (2): 0xd114 0.797134 print_debug_deviceinfo (2): 0xd115 0.797140 print_debug_deviceinfo (2): 0xd116 0.797145 print_debug_deviceinfo (2): 0xd117 0.797151 print_debug_deviceinfo (2): 0xd118 0.797157 print_debug_deviceinfo (2): 0xd119 0.797163 print_debug_deviceinfo (2): 0xd11a 0.797169 print_debug_deviceinfo (2): 0xd11b 0.797174 print_debug_deviceinfo (2): 0xd11c 0.797180 print_debug_deviceinfo (2): 0xd11d 0.797186 print_debug_deviceinfo (2): 0xd11e 0.797192 print_debug_deviceinfo (2): 0xd11f 0.797198 print_debug_deviceinfo (2): 0xd120 0.797203 print_debug_deviceinfo (2): 0xd121 0.797209 print_debug_deviceinfo (2): 0xd122 0.797220 print_debug_deviceinfo (2): 0xd123 0.797227 print_debug_deviceinfo (2): 0xd125 0.797232 print_debug_deviceinfo (2): 0xd126 0.797238 print_debug_deviceinfo (2): 0xd127 0.797244 print_debug_deviceinfo (2): 0xd128 0.797250 print_debug_deviceinfo (2): 0xd12d 0.797256 print_debug_deviceinfo (2): 0xd12e 0.797261 print_debug_deviceinfo (2): 0xd12f 0.797267 print_debug_deviceinfo (2): 0xd130 0.797273 print_debug_deviceinfo (2): 0xd131 0.797279 print_debug_deviceinfo (2): 0xd132 0.797284 print_debug_deviceinfo (2): 0xd133 0.797290 print_debug_deviceinfo (2): 0xd134 0.797296 print_debug_deviceinfo (2): 0xd135 0.797302 print_debug_deviceinfo (2): 0xd136 0.797308 print_debug_deviceinfo (2): 0xd137 0.797314 print_debug_deviceinfo (2): 0xd138 0.797319 print_debug_deviceinfo (2): 0xd139 0.797325 print_debug_deviceinfo (2): 0xd13a 0.797331 print_debug_deviceinfo (2): 0xd151 0.797337 print_debug_deviceinfo (2): 0xd152 0.797359 ptp_usb_sendreq (2): Sending PTP_OC 0x1004 (Get storage IDs) request... 0.797367 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.797628 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 04 10-02 00 00 00 ............ 0.797646 ptp_usb_getdata (2): Reading PTP_OC 0x1004 (Get storage IDs) data... 0.797654 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.798456 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 04 10-02 00 00 00 01 00 00 00 ................ 0010 01 00 01 00 - .... 0.798490 ptp_usb_getresp (2): Reading PTP_OC 0x1004 (Get storage IDs) response... 0.798506 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.798808 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-02 00 00 00 ....... .... 0.798823 ptp_list_folder (2): (storage=0xffffffff, handle=0xffffffff) 0.798828 ptp_list_folder (2): Listing ... 0.798835 ptp_usb_sendreq (2): Sending PTP_OC 0x1007 (Get object handles) (0xffffffff,0x0,0xffffffff) request... 0.798839 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.799013 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 07 10-03 00 00 00 ff ff ff ff ................ 0010 00 00 00 00 ff ff ff ff- ........ 0.799025 ptp_usb_getdata (2): Reading PTP_OC 0x1007 (Get object handles) data... 0.799030 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.800161 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 07 10-03 00 00 00 01 00 00 00 ................ 0010 01 00 00 00 - .... 0.800193 ptp_usb_getresp (2): Reading PTP_OC 0x1007 (Get object handles) response... 0.800199 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.800523 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-03 00 00 00 ....... .... 0.800548 ptp_list_folder (2): adding new objectid 0x00000001 (nrofobs=0,j=0) 0.800624 ptp_list_folder (2): (storage=0x00010001, handle=0xffffffff) 0.800631 ptp_list_folder (2): Listing ... 0.800638 ptp_usb_sendreq (2): Sending PTP_OC 0x1007 (Get object handles) (0x10001,0x0,0xffffffff) request... 0.800644 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.800907 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 07 10-04 00 00 00 01 00 01 00 ................ 0010 00 00 00 00 ff ff ff ff- ........ 0.800984 ptp_usb_getdata (2): Reading PTP_OC 0x1007 (Get object handles) data... 0.800997 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.801821 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 07 10-04 00 00 00 01 00 00 00 ................ 0010 01 00 00 00 - .... 0.801833 ptp_usb_getresp (2): Reading PTP_OC 0x1007 (Get object handles) response... 0.801838 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.802078 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-04 00 00 00 ....... .... 0.802092 ptp_list_folder (2): adding old objectid 0x00000001 (nrofobs=1,j=0) 0.802129 gp_context_error (0): Sorry, your camera does not support generic capture 0.802187 gp_camera_capture [gphoto2-camera.c:1340](0): 'camera->functions->capture (camera, type, path, context)' failed: -6 0.802236 gp_camera_free (2): Freeing camera... 0.802241 gp_camera_exit (2): Exiting camera ('Olympus E-M5 Mark II')... 0.802248 gp_port_get_timeout (2): Current port timeout is 20000 milliseconds. 0.802253 gp_port_set_timeout (2): Setting port timeout to 150 milliseconds. 0.802258 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 0.956619 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 1.111777 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 1.111836 ptp_usb_sendreq (2): Sending PTP_OC 0x1003 (Close session) request... 1.111853 gp_port_write (3): Writing 12 = 0xc bytes to port... 1.112242 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 03 10-05 00 00 00 ............ 1.112260 ptp_usb_getresp (2): Reading PTP_OC 0x1003 (Close session) response... 1.112269 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 1.112769 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-05 00 00 00 ....... .... 1.112804 gp_port_close (2): Closing port... 1.114119 _close_async_interrupts (2): canceling transfer 0:0x7f913ef04f48 (status 0) 1.114812 _close_async_interrupts (2): canceling transfer 1:0x7f913ef05148 (status 0) 1.115327 _close_async_interrupts (2): canceling transfer 2:0x7f913ef05348 (status 0) 1.115864 _close_async_interrupts (2): canceling transfer 3:0x7f913ef05548 (status 0) 1.116402 _close_async_interrupts (2): canceling transfer 4:0x7f913ed005b8 (status 0) 1.117005 _close_async_interrupts (2): canceling transfer 5:0x7f913ed013b8 (status 0) 1.117538 _close_async_interrupts (2): canceling transfer 6:0x7f913ed015b8 (status 0) 1.118115 _close_async_interrupts (2): canceling transfer 7:0x7f913ed017b8 (status 0) 1.118716 _close_async_interrupts (2): canceling transfer 8:0x7f913ed019b8 (status 0) 1.119264 _close_async_interrupts (2): canceling transfer 9:0x7f913ed01bb8 (status 0) 1.119853 _cb_irq (2): 0x7f913ef04f48 with status 3 1.119867 _cb_irq (2): Transfer 0x7f913ef04f48 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119882 _cb_irq (2): 0x7f913ef05148 with status 3 1.119887 _cb_irq (2): Transfer 0x7f913ef05148 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119891 _cb_irq (2): 0x7f913ef05348 with status 3 1.119895 _cb_irq (2): Transfer 0x7f913ef05348 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119900 _cb_irq (2): 0x7f913ef05548 with status 3 1.119926 _cb_irq (2): Transfer 0x7f913ef05548 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119931 _cb_irq (2): 0x7f913ed005b8 with status 3 1.119935 _cb_irq (2): Transfer 0x7f913ed005b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119940 _cb_irq (2): 0x7f913ed013b8 with status 3 1.119944 _cb_irq (2): Transfer 0x7f913ed013b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119948 _cb_irq (2): 0x7f913ed015b8 with status 3 1.119952 _cb_irq (2): Transfer 0x7f913ed015b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119956 _cb_irq (2): 0x7f913ed017b8 with status 3 1.119960 _cb_irq (2): Transfer 0x7f913ed017b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119964 _cb_irq (2): 0x7f913ed019b8 with status 3 1.119968 _cb_irq (2): Transfer 0x7f913ed019b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119972 _cb_irq (2): 0x7f913ed01bb8 with status 3 1.119976 _cb_irq (2): Transfer 0x7f913ed01bb8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.120420 gp_filesystem_reset (2): resetting filesystem 1.120438 gp_filesystem_lru_clear (2): Clearing fscache LRU list... 1.120443 gp_filesystem_lru_clear (2): fscache LRU list already empty 1.120447 delete_all_folders (2): Internally deleting all folders from '/'... 1.120452 lookup_folder (2): Lookup folder '/'... 1.120456 lookup_folder (2): Found! / is 0x7f913ec02a70 1.120463 recurse_delete_folder (2): Recurse delete folder 0x7f913ec02a70// 1.120468 gp_port_free (2): Freeing port... 1.120472 gp_port_close (2): Closing port... 1.120938 gp_filesystem_reset (2): resetting filesystem 1.120949 gp_filesystem_lru_clear (2): Clearing fscache LRU list... 1.120953 gp_filesystem_lru_clear (2): fscache LRU list already empty 1.120957 delete_all_folders (2): Internally deleting all folders from '/'... 1.120961 lookup_folder (2): Lookup folder '/'... 1.120966 lookup_folder (2): Found! / is 0x7f913ec02a70 1.120970 recurse_delete_folder (2): Recurse delete folder 0x7f913ec02a70// This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ ☺ gphoto2 --capture-image *** Error *** Sorry, your camera does not support generic capture ERROR: Could not capture image. ERROR: Could not capture. *** Error (-6: 'Unsupported operation') *** For debugging messages, please use the --debug option. Debugging messages may help finding a solution to your problem. If you intend to send any error or debug messages to the gphoto developer mailing list <gphoto-devel@lists.sourceforge.net>, please run gphoto2 as follows: env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --capture-image Please make sure there is sufficient quoting around the arguments. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,297 @@ ☹ gphoto2 --summary Camera summary: Manufacturer: OLYMPUS Model: E-M1MarkII Version: 1.00 Serial Number: BHUA56824 Capture Formats: MS Wave MS AVI Unknown(b980) Defined Type JPEG Unknown(b101) Display Formats: Undefined Type, Association/Directory, DPOF, MS Wave, MS AVI, Unknown(b980), Defined Type, JPEG, Unknown(b101) Device Capabilities: File Download, File Deletion, No File Upload No Image Capture, No Open Capture, No vendor specific capture Storage Devices Summary: store_00010001: StorageDescription: None VolumeLabel: None Storage Type: Removable RAM (memory card) Filesystemtype: Digital Camera Layout (DCIM) Access Capability: Read-Write Maximum Capability: 15923150848 (15185 MB) Free Space (Bytes): 15775367168 (15044 MB) Free Space (Images): -1 Device Property Summary: Battery Level(0x5001):(read only) (type=0x2) Range [1 - 100, step 1] value: 30% (30) Date & Time(0x5011):(readwrite) (type=0xffff) '20180124T001442' Property 0xd405:(read only) (type=0x0) Undefined Property 0xd406:(readwrite) (type=0xffff) 'Windows/6.0.5330.0 MTPClassDriver/6.0.5330.0' Property 0xd407:(read only) (type=0x6) 1 Property 0xd002:(readwrite) (type=0x4) Enumeration [10,11,12,14,16,18,20,22,25,28,32,35,40,45,50,56,63,71,80,90,100,110,130,140,160,180,200,220,250,290,320,360,400,450,510,570,640,720,810,910] value: 0 Property 0xd003:(readwrite) (type=0x4) Enumeration [2,32770,1,32769,32771,32772] value: 2 Property 0xd004:(readwrite) (type=0x4) Enumeration [32769,2,4,32785,32786] value: 32769 Property 0xd005:(readwrite) (type=0x4) Enumeration [3,32784,2,32788,40960] value: 40960 Property 0xd006:(read only) (type=0x4) Enumeration [1,2,3,4,8] value: 1 Property 0xd007:(readwrite) (type=0x4) Enumeration [65535,65533,200,250,320,400,500,640,800,1000,1250,1600,2000,2500,3200,4000,5000,6400,8000,10000,12800,16000,20000,25600] value: 65533 Property 0xd008:(readwrite) (type=0x4) Enumeration [] value: 65535 Property 0xd009:(readwrite) (type=0x4) Enumeration [1,33,3,35,65,2,34,66,4,6,48] value: 1 Property 0xd00c:(readwrite) (type=0x4) Enumeration [33024,33025,33028,33026] value: 33025 Property 0xd00d:(readwrite) (type=0x4) Enumeration [32,257,258,259,260,289,290,291,292] value: 289 Property 0xd00e:(readwrite) (type=0x4) Enumeration [2000,2050,2100,2150,2200,2250,2300,2350,2400,2450,2500,2550,2600,2650,2700,2750,2800,2900,3000,3100,3200,3300,3400,3500,3600,3700,3800,3900,4000,4200,4400,4600,4800,5000,5200,5400,5600,5800,6000,6200,6400,6600,6800,7000,7400,7800,8200,8600,9000,9400,9800,10000,11000,12000,13000,14000] value: 5400 Property 0xd00f:(readwrite) (type=0x4) Enumeration [62536,62836,63236,63536,63836,64236,64536,64836,65236,0,300,700,1000,1300,1700,2000,2300,2700,3000] value: 0 Property 0xd010:(readwrite) (type=0x4) Enumeration [33281,33537,2,1,32771,32769,33025,33793,34561,34049,34305,34306,34307,34308,34309,34310,34311,34312,34313,34314,34315,34316,34317,34318] value: 2 Property 0xd011:(readwrite) (type=0x4) Enumeration [0,1] value: 0 Property 0xd013:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 1 Property 0xd014:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd018:(readwrite) (type=0x4) Enumeration [65535,0,1] value: 65535 Property 0xd01a:(readwrite) (type=0x4) Enumeration [32769,0,32770,32771,32772] value: 32770 Property 0xd01b:(readwrite) (type=0x6) Enumeration [262147,1048585,196610,65537,196612] value: 262147 Property 0xd01c:(readwrite) (type=0x6) Enumeration [4294967290,4294967293,4294967292,39321610,32768010,26214410,19660810,16384010,13107210,9830410,8519690,6553610,5242890,3932170,3276810,2621450,2097162,1638410,1310730,1048586,851978,655370,655373,655376,655380,655385,65539,65540,65541,65542,65544,65546,65549,65551,65556,65561,65566,65576,65586,65596,65616,65636,65661,65696,65736,65786,65856,65936,66036,66176,66336,66536,66786,67136,67536,68036,68736,69536,70536,71936,73536] value: 655373 Property 0xd01d:(readwrite) (type=0x4) Enumeration [4,1,2,3] value: 4 Property 0xd01e:(readwrite) (type=0x4) Enumeration [1,2,3,4,5,6,7,8,9,10,11,12,13] value: 9 Property 0xd01f:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd020:(readwrite) (type=0x4) Enumeration [2,1,3,0] value: 2 Property 0xd021:(readwrite) (type=0x4) Enumeration [2,1,3,0] value: 0 Property 0xd022:(readwrite) (type=0x4) Enumeration [2,1,3,0] value: 0 Property 0xd023:(readwrite) (type=0x4) Enumeration [2,3,0] value: 0 Property 0xd024:(readwrite) (type=0x4) Enumeration [2,3,0] value: 0 Property 0xd025:(readwrite) (type=0x4) Enumeration [60536,60836,61236,61536,61836,62236,62536,62836,63236,63536,63836,64236,64536,64836,65236,0,300,700,1000,1300,1700,2000,2300,2700,3000,3300,3700,4000,4300,4700,5000] value: 0 Property 0xd026:(readwrite) (type=0x4) Enumeration [60536,60836,61236,61536,61836,62236,62536,62836,63236,63536,63836,64236,64536,64836,65236,0,300,700,1000,1300,1700,2000,2300,2700,3000,3300,3700,4000,4300,4700,5000] value: 0 Property 0xd027:(readwrite) (type=0x4) Enumeration [60536,60836,61236,61536,61836,62236,62536,62836,63236,63536,63836,64236,64536,64836,65236,0,300,700,1000,1300,1700,2000,2300,2700,3000,3300,3700,4000,4300,4700,5000] value: 0 Property 0xd028:(readwrite) (type=0x4) Enumeration [60536,60836,61236,61536,61836,62236,62536,62836,63236,63536,63836,64236,64536,64836,65236,0,300,700,1000,1300,1700,2000,2300,2700,3000,3300,3700,4000,4300,4700,5000] value: 0 Property 0xd029:(readwrite) (type=0x6) Enumeration [65537,655373,655376,65538,655385,65539,65540,65541,65542,65544,65546,65549,65552,65556,65561,65568,65576,65586,65600,65616,65636,65664] value: 65537 Property 0xd02a:(readwrite) (type=0x6) Enumeration [65537,655373,655376,65538,655385,65539,65540,65541,65542,65544,65546,65549,65552,65556,65561,65568,65576,65586,65600,65616,65636,65664] value: 65537 Property 0xd02b:(readwrite) (type=0x6) Enumeration [65537,655373,655376,65538,655385,65539,65540,65541,65542,65544,65546,65549,65552,65556,65561,65568,65576,65586,65600,65616,65636,65664] value: 65537 Property 0xd02c:(readwrite) (type=0x6) Enumeration [65537,655373,655376,65538,655385,65539,65540,65541,65542,65544,65546,65549,65552,65556,65561,65568,65576,65586,65600,65616,65636,65664] value: 65537 Property 0xd02d:(readwrite) (type=0x4) Enumeration [0,17,18,19,20,33,34,35,36,49,50,51,52] value: 51 Property 0xd02e:(readwrite) (type=0x4) Enumeration [0,17,18,19,20,33,34,35,36,49,50,51,52] value: 50 Property 0xd02f:(readwrite) (type=0x4) Enumeration [0,17,18,19,20,33,34,35,36,49,50,51,52] value: 34 Property 0xd030:(readwrite) (type=0x4) Enumeration [0,17,18,19,20,33,34,35,36,49,50,51,52] value: 18 Property 0xd031:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd032:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd033:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd034:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd035:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd036:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd037:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd038:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd039:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd03a:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd03b:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd03c:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd03d:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd03e:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd03f:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd040:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd041:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd042:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd043:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd044:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd045:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd046:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd047:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd048:(readwrite) (type=0x4) Enumeration [65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7] value: 0 Property 0xd049:(readwrite) (type=0x4) Enumeration [8,9,10,12,15,16,175,18,21,24,250,28,30,35,40,425,48,50,55,65,70,75,80,85,90,100,105,120,135,150,180,200,210,250,300,350,400,500,600,800,1000] value: 9 Property 0xd04a:(read only) (type=0x4) Range [0 - 0, step 1] value: 0 Property 0xd04b:(readwrite) (type=0x4) Enumeration [1,2,3] value: 2 Property 0xd04c:(readwrite) (type=0x6) Enumeration [4294967295,655373,655376,65538,655385,65539,65540,65541,65542,65544,65546,65549,65552,65556,65561,65568,65576,65586,65600] value: 4294967295 Property 0xd04d:(readwrite) (type=0x4) Enumeration [1,2,3] value: 1 Property 0xd04e:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 2 Property 0xd04f:(readwrite) (type=0x4) Enumeration [1,2,3] value: 1 Property 0xd050:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd051:(readwrite) (type=0x4) Enumeration [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121] value: 61 Property 0xd052:(readwrite) (type=0x4) Enumeration [1,2] value: 2 Property 0xd053:(read only) (type=0x4) Range [64636 - 900, step 1] value: 9 Property 0xd054:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd055:(read only) (type=0x4) Range [64636 - 900, step 1] value: 18 Property 0xd056:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd057:(read only) (type=0x4) Enumeration [1,2,3,4,5,6] value: 1 Property 0xd058:(read only) (type=0x4) Range [0 - 9999, step 1] value: 468 Property 0xd059:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 1204 Property 0xd05a:(read only) (type=0x4) Range [0 - 1279, step 1] value: 0 Property 0xd05b:(read only) (type=0x4) Range [0 - 1279, step 1] value: 0 Property 0xd05c:(read only) (type=0x4) Enumeration [1,2,3] value: 3 Property 0xd05d:(read only) (type=0x4) Range [0 - 1279, step 1] value: 0 Property 0xd05e:(read only) (type=0x4) Range [0 - 959, step 1] value: 0 Property 0xd05f:(read only) (type=0x4) Enumeration [5000] value: 5000 Property 0xd060:(read only) (type=0x4) Enumeration [200] value: 200 Property 0xd061:(read only) (type=0x4) Enumeration [1,2] value: 1 Property 0xd062:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd063:(read only) (type=0x4) Enumeration [3,4] value: 4 Property 0xd064:(read only) (type=0x4) Enumeration [1,2,3,4] value: 3 Property 0xd065:(readwrite) (type=0x4) Enumeration [1,2] value: 2 Property 0xd066:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd067:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd068:(read only) (type=0x4) Range [0 - 65535, step 1] value: 21 Property 0xd069:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd06a:(readwrite) (type=0x6) Enumeration [339742512] value: 339742512 Property 0xd06b:(readwrite) (type=0x6) Enumeration [209717600,167774080,125830560,104858800] value: 209717600 Property 0xd06c:(readwrite) (type=0x6) Enumeration [83887040,67109632] value: 83887040 Property 0xd06d:(readwrite) (type=0x6) Enumeration [0,52429400,83887040,20971760,41943520,67109632] value: 0 Property 0xd070:(readwrite) (type=0x4) Enumeration [1,2,3,4,5,6] value: 3 Property 0xd071:(read only) (type=0x4) Range [0 - 959, step 1] value: 0 Property 0xd072:(read only) (type=0x4) Range [0 - 959, step 1] value: 0 Property 0xd073:(read only) (type=0x4) Enumeration [1,2,3,4,5] value: 5 Property 0xd074:(read only) (type=0x4) Range [0 - 1279, step 1] value: 0 Property 0xd075:(read only) (type=0x4) Range [0 - 959, step 1] value: 0 Property 0xd077:(read only) (type=0x4) Enumeration [288] value: 288 Property 0xd078:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd079:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd07a:(readwrite) (type=0x6) Enumeration [65786,65736,65696,65661,65636,65616,65596] value: 65786 Property 0xd07b:(readwrite) (type=0x6) Enumeration [65786,65736,65696,65661,65636,65616,65596,65586,65576,65566,65561,65556,65551,65549,65546,65544,65542,65541,65540,65539,655385,655380,655376,655373,655370,851978,1048586,1310730,1638410,2097162,2621450,3276810,3932170,5242890,6553610,8519690,9830410,13107210,16384010,19660810] value: 65596 Property 0xd07c:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd07d:(read only) (type=0x4) Enumeration [62536,62836,63236,63536,63836,64236,64536,64836,65236,0,300,700,1000,1300,1700,2000,2300,2700,3000] value: 0 Property 0xd07f:(read only) (type=0x4) Enumeration [0] value: 0 Property 0xd080:(read only) (type=0x4) Enumeration [0] value: 0 Property 0xd081:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd082:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd083:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd084:(read only) (type=0x4) Enumeration [1,2,3,4,5,6,7,8,9] value: 8 Property 0xd085:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd086:(read only) (type=0x6) Enumeration [73536] value: 73536 Property 0xd087:(read only) (type=0x6) Enumeration [39321610] value: 39321610 Property 0xd08b:(readwrite) (type=0x4) Enumeration [17,18,19,20,21] value: 17 Property 0xd08c:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 1 Property 0xd08e:(readwrite) (type=0x4) Enumeration [3,4] value: 3 Property 0xd08f:(read only) (type=0x4) Enumeration [1,2] value: 1 Property 0xd097:(readwrite) (type=0x4) Enumeration [1,2] value: 2 Property 0xd09f:(read only) (type=0x4) Enumeration [1,2] value: 1 Property 0xd0a2:(readwrite) (type=0x4) Enumeration [1,2,3,4,5,6,7,8,9] value: 1 Property 0xd0a3:(readwrite) (type=0x4) Enumeration [1,2,3,4,5,6,7,8,9] value: 2 Property 0xd0a4:(readwrite) (type=0x4) Enumeration [22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1] value: 4 Property 0xd0a6:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd0a7:(readwrite) (type=0x4) Enumeration [1,2,4,5,6,8,9,10,12,13,14,16] value: 1 Property 0xd0a8:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 1 Property 0xd0a9:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 1 Property 0xd0aa:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 1 Property 0xd0ab:(readwrite) (type=0x4) Enumeration [1,2,4,5] value: 1 Property 0xd0ac:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd0ad:(readwrite) (type=0x4) Enumeration [1,2,3,4,5,6,7,8] value: 1 Property 0xd0ae:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd0b2:(readwrite) (type=0x4) Enumeration [3,1,2] value: 3 Property 0xd0b3:(readwrite) (type=0x4) Enumeration [3,1,2] value: 1 Property 0xd0b4:(readwrite) (type=0x4) Enumeration [3,1,2] value: 1 Property 0xd0b5:(readwrite) (type=0x4) Enumeration [3,1,2] value: 1 Property 0xd0b6:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 3 Property 0xd0b7:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 2 Property 0xd0b8:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 3 Property 0xd0b9:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 4 Property 0xd0ba:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 3 Property 0xd0bc:(readwrite) (type=0x4) Enumeration [1,2,3] value: 3 Property 0xd0bd:(readwrite) (type=0x4) Enumeration [1,2,3,4,5] value: 5 Property 0xd0be:(readwrite) (type=0x4) Enumeration [1,2,3,4,5] value: 5 Property 0xd0bf:(readwrite) (type=0x4) Enumeration [1,2,3,4,5] value: 5 Property 0xd0c0:(readwrite) (type=0x4) Enumeration [1] value: 1 Property 0xd0c4:(readwrite) (type=0x4) Enumeration [1,2] value: 2 Property 0xd0c5:(readwrite) (type=0x4) Enumeration [2,32770,1,32769,32771,32772] value: 32770 Property 0xd0c6:(read only) (type=0x4) Enumeration [1,2] value: 1 Property 0xd0c7:(readwrite) (type=0x4) Enumeration [262,263,294,295] value: 262 Property 0xd0c8:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd0c9:(readwrite) (type=0x6) Enumeration [0,65544,65540,655380,655370,1310730,2621450,5242890,9830410,19660810] value: 0 Property 0xd0cb:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd0cc:(readwrite) (type=0x4) Range [3 - 999, step 1] value: 14 Property 0xd0cd:(readwrite) (type=0x4) Enumeration [1,2,3,4,5,6,7,8,9,10] value: 1 Property 0xd0ce:(readwrite) (type=0x4) Enumeration [2] value: 2 Property 0xd0cf:(readwrite) (type=0x4) Enumeration [1,2,3,4,5] value: 4 Property 0xd0d0:(read only) (type=0x4) Range [0 - 1279, step 1] value: 0 Property 0xd0d1:(read only) (type=0x4) Range [0 - 959, step 1] value: 0 Property 0xd0d2:(read only) (type=0x4) Range [0 - 1279, step 1] value: 0 Property 0xd0d3:(read only) (type=0x4) Range [0 - 959, step 1] value: 0 Property 0xd0d4:(read only) (type=0x6) Range [0 - 41877983, step 1] value: 0 Property 0xd0d5:(read only) (type=0x6) Range [0 - 41877983, step 1] value: 41877504 Property 0xd0d6:(read only) (type=0x6) Range [0 - 41877983, step 1] value: 478 Property 0xd0d7:(read only) (type=0x6) Range [0 - 41877983, step 1] value: 41877982 Property 0xd0d8:(read only) (type=0x6) Range [0 - 41877983, step 1] value: 0 Property 0xd0d9:(read only) (type=0x6) Range [0 - 41877983, step 1] value: 41877504 Property 0xd0da:(read only) (type=0x6) Range [0 - 41877983, step 1] value: 478 Property 0xd0db:(read only) (type=0x6) Range [0 - 41877983, step 1] value: 41877982 Property 0xd0dc:(readwrite) (type=0x4) Enumeration [3,2,1] value: 2 Property 0xd0dd:(read only) (type=0x4) Enumeration [1,2] value: 1 Property 0xd0de:(read only) (type=0x4) Enumeration [0,1] value: 0 Property 0xd0e1:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 67 Property 0xd0e2:(read only) (type=0x6) Range [0 - 29, step 1] value: 2 Property 0xd0e3:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd0e4:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd0e5:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd0e6:(readwrite) (type=0x4) Enumeration [2,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] value: 4 Property 0xd0e7:(readwrite) (type=0x4) Enumeration [1,2,3] value: 2 Property 0xd0e8:(readwrite) (type=0x4) Enumeration [2,3] value: 3 Property 0xd0e9:(readwrite) (type=0x4) Enumeration [1,2,3] value: 1 Property 0xd0ea:(readwrite) (type=0x4) Enumeration [1,2,3] value: 1 Property 0xd0ec:(readwrite) (type=0x4) Enumeration [1,2,4,8,15,20,25,30] value: 8 Property 0xd0ed:(read only) (type=0x4) Enumeration [0] value: 0 Property 0xd0ef:(readwrite) (type=0x4) Enumeration [65516,65517,65518,65519,65520,65521,65522,65523,65524,65525,65526,65527,65528,65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20] value: 0 Property 0xd0f0:(readwrite) (type=0x4) Enumeration [65516,65517,65518,65519,65520,65521,65522,65523,65524,65525,65526,65527,65528,65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20] value: 0 Property 0xd0f1:(readwrite) (type=0x4) Enumeration [65523,65524,65525,65526,65527,65528,65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7,8,9,10,11,12,13] value: 0 Property 0xd0f2:(readwrite) (type=0x4) Enumeration [65523,65524,65525,65526,65527,65528,65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7,8,9,10,11,12,13] value: 0 Property 0xd0f3:(readwrite) (type=0x4) Enumeration [4,3,1,2] value: 4 Property 0xd0f4:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 3 Property 0xd0f5:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd0f6:(readwrite) (type=0x4) Enumeration [65526,65527,65528,65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7,8,9,10] value: 0 Property 0xd0f7:(readwrite) (type=0x4) Enumeration [65526,65527,65528,65529,65530,65531,65532,65533,65534,65535,0,1,2,3,4,5,6,7,8,9,10] value: 0 Property 0xd0f8:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 1 Property 0xd0f9:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd0fa:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd0fb:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd0fc:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd0fd:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd0fe:(readwrite) (type=0x4) Enumeration [16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1] value: 8 Property 0xd0ff:(readwrite) (type=0x4) Range [0 - 9999, step 1] value: 9999 Property 0xd100:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd101:(readwrite) (type=0x4) Enumeration [1,2,3] value: 1 Property 0xd102:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd103:(readwrite) (type=0x4) Enumeration [1,2,3] value: 2 Property 0xd104:(readwrite) (type=0x4) Enumeration [10,20,30,40,50,60,70,80,90,100] value: 100 Property 0xd105:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd106:(readwrite) (type=0x4) Range [2 - 99, step 1] value: 25 Property 0xd107:(readwrite) (type=0x4) Enumeration [10,20,30,40,50,60,70,80,90,100,150,180] value: 180 Property 0xd108:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd109:(readwrite) (type=0x4) Range [2 - 99, step 1] value: 25 Property 0xd10a:(readwrite) (type=0x4) Enumeration [100,150,180] value: 180 Property 0xd10b:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd10c:(readwrite) (type=0x4) Range [2 - 99, step 1] value: 25 Property 0xd10d:(readwrite) (type=0x4) Range [0 - 14, step 1] value: 8 Property 0xd10e:(readwrite) (type=0x4) Enumeration [100,110,120,130,140,150] value: 150 Property 0xd10f:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd110:(readwrite) (type=0x4) Range [2 - 99, step 1] value: 25 Property 0xd111:(readwrite) (type=0x4) Enumeration [150,200,300,600] value: 600 Property 0xd112:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd113:(readwrite) (type=0x4) Range [2 - 99, step 1] value: 25 Property 0xd114:(readwrite) (type=0x4) Enumeration [150,200,300,600] value: 600 Property 0xd115:(readwrite) (type=0x4) Enumeration [2,1] value: 1 Property 0xd116:(readwrite) (type=0x4) Range [2 - 99, step 1] value: 25 Property 0xd117:(readwrite) (type=0x4) Range [0 - 14, step 1] value: 14 Property 0xd118:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd119:(readwrite) (type=0x6) Enumeration [19660810,16384010,13107210,9830410,8519690,6553610,5242890,3932170,3276810,2621450,2097162,1638410,1310730,1048586,851978,655370,655373,655376,655380,655385,65539,65540,65541,65542,65544,65546,65549,65551,65556,65561,65566,65576,65586,65596,65616,65636,65661,65696,65736,65786,65856,65936,66036,66176,66336,66536,66786,67136,67536,68036,68736,69536,70536,71936,73536] value: 65786 Property 0xd11a:(readwrite) (type=0x4) Enumeration [1,2,3,4] value: 3 Property 0xd11b:(readwrite) (type=0x4) Enumeration [1,4] value: 1 Property 0xd11c:(readwrite) (type=0x4) Enumeration [1] value: 1 Property 0xd11d:(readwrite) (type=0x4) Enumeration [1] value: 1 Property 0xd11e:(readwrite) (type=0x4) Enumeration [1] value: 1 Property 0xd11f:(readwrite) (type=0x4) Enumeration [2,1] value: 2 Property 0xd120:(readwrite) (type=0x4) Range [0 - 999, step 1] value: 0 Property 0xd121:(read only) (type=0x4) Enumeration [1] value: 1 Property 0xd122:(read only) (type=0x4) Enumeration [1] value: 1 Property 0xd123:(read only) (type=0x4) Enumeration [1] value: 1 Property 0xd125:(read only) (type=0x4) Enumeration [1,2,3,4,5] value: 1 Property 0xd126:(read only) (type=0x4) Range [0 - 9999, step 1] value: 0 Property 0xd127:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 0 Property 0xd128:(read only) (type=0x4) Enumeration [1,2] value: 1 Property 0xd12d:(read only) (type=0x4) Enumeration [1,2,3] value: 1 Property 0xd12e:(read only) (type=0x4) Enumeration [1,2,3,4,5] value: 3 Property 0xd12f:(read only) (type=0x4) Range [0 - 101, step 1] value: 30 Property 0xd130:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 32 Property 0xd131:(read only) (type=0x4) Enumeration [1,2] value: 2 Property 0xd132:(readwrite) (type=0x4) Enumeration [32,257,258,259,260,289,290,291,292] value: 289 Property 0xd133:(readwrite) (type=0x4) Enumeration [262,263,294,295] value: 262 Property 0xd134:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 4294967295 Property 0xd135:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 4294967295 Property 0xd136:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 4294967295 Property 0xd137:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 4294967295 Property 0xd138:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 4294967295 Property 0xd139:(read only) (type=0x6) Range [0 - 4294967295, step 1] value: 4294967295 Property 0xd13a:(read only) (type=0x4) Enumeration [60536,60836,61236,61536,61836,62236,62536,62836,63236,63536,63836,64236,64536,64836,65236,0,300,700,1000,1300,1700,2000,2300,2700,3000,3300,3700,4000,4300,4700,5000] value: 62536 Property 0xd151:(readwrite) (type=0x6) Enumeration [10,65546,131082,327690,655370,1310730,2621450,5242890,9830410,19660810] value: 10 Property 0xd152:(readwrite) (type=0x6) Enumeration [10,65546,131082,327690,655370,1310730,2621450,5242890,9830410,19660810] value: 10 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ Note: this is the only data from my linux box. root@a13-view:~# lsusb Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 07b4:0130 Olympus Optical Co., Ltd Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 002: ID 0bda:b720 Realtek Semiconductor Corp. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,708 @@ 0.000016 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST: 0.000055 main (2): gphoto2 2.5.15 0.000060 main (2): gphoto2 has been compiled with the following options: 0.000075 main (2): + clang (C compiler used) 0.000078 main (2): + popt (mandatory, for handling command-line parameters) 0.000081 main (2): + no exif (for displaying EXIF information) 0.000084 main (2): + no cdk (for accessing configuration options) 0.000086 main (2): + no aa (for displaying live previews) 0.000089 main (2): + jpeg (for displaying live previews in JPEG format) 0.000091 main (2): + readline (for easy navigation in the shell) 0.000098 main (2): libgphoto2 2.5.16 0.000101 main (2): libgphoto2 has been compiled with the following options: 0.000103 main (2): + all camlibs 0.000106 main (2): + clang (C compiler used) 0.000109 main (2): + ltdl (for portable loading of camlibs) 0.000111 main (2): + no EXIF (for special handling of EXIF files) 0.000114 main (2): libgphoto2_port 0.12.0 0.000117 main (2): libgphoto2_port has been compiled with the following options: 0.000120 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi 0.000122 main (2): + clang (C compiler used) 0.000125 main (2): + ltdl (for portable loading of iolibs) 0.000128 main (2): + USB (libusb1, for USB cameras) 0.000131 main (2): + serial (for serial cameras) 0.000133 main (2): + no resmgr (serial port access and locking) 0.000136 main (2): + no ttylock (serial port locking) 0.000139 main (2): + no lockdev (serial port locking) 0.000142 main (2): CAMLIBS env var not set, using compile-time default instead 0.000146 main (2): IOLIBS env var not set, using compile-time default instead 0.000148 main (2): invoked with following arguments: 0.000154 main (2): --debug 0.000157 main (2): --debug-logfile=my-logfile.txt 0.000160 main (2): --capture-image 0.000184 load_settings (2): Creating gphoto config directory ('/Users/hays/.gphoto') 0.000242 load_settings (2): Loading settings from file '/Users/hays/.gphoto/settings'. 0.000290 main (2): The user has not specified both a model and a port. Try to figure them out. 0.000315 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0'... 0.000477 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/disk'. 0.000830 foreach_func (2): Loaded '' ('^disk:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/disk'. 0.000837 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/ptpip'. 0.001111 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/ptpip'. 0.001118 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/ptpip'. 0.001122 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/serial'. 0.004209 foreach_func (2): Loaded 'Serial Port Device' ('serial:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/serial'. 0.004219 foreach_func (2): Loaded '' ('^serial:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/serial'. 0.004233 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040603 foreach_func (2): Loaded '' ('^usb:') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040625 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:020,008') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040630 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:020,006') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040634 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:020,004') from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usb1'. 0.040638 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usbdiskdirect'. 0.041031 foreach_func (2): Called for filename '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2_port/0.12.0/usbscsi'. 0.041336 gp_port_info_list_count (2): Counting entries (9 available)... 0.041343 gp_port_info_list_count (2): 5 regular entries available. 0.041361 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16'... 0.041498 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/adc65'. 0.041515 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/agfa_cl20'. 0.041520 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/aox'. 0.041524 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ax203'. 0.041527 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/barbie'. 0.041531 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/canon'. 0.041534 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/casio_qv'. 0.041538 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/clicksmart310'. 0.041541 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/digigr8'. 0.041545 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/digita'. 0.041548 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/dimagev'. 0.041552 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/dimera3500'. 0.041555 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/directory'. 0.041559 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/enigma13'. 0.041562 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/fuji'. 0.041566 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/gsmart300'. 0.041569 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/hp215'. 0.041573 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/iclick'. 0.041576 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/jamcam'. 0.041580 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/jd11'. 0.041583 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/jl2005a'. 0.041586 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/jl2005c'. 0.041590 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_dc120'. 0.041606 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_dc210'. 0.041610 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_dc240'. 0.041613 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_dc3200'. 0.041617 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/kodak_ez200'. 0.041620 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/konica'. 0.041624 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/konica_qm150'. 0.041627 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/largan'. 0.041630 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/lg_gsm'. 0.041634 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/mars'. 0.041637 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/mustek'. 0.041641 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/panasonic_coolshot'. 0.041644 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/panasonic_dc1000'. 0.041648 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/panasonic_dc1580'. 0.041651 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/panasonic_l859'. 0.041655 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/pccam300'. 0.041658 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/pccam600'. 0.041662 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/pentax'. 0.041665 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/polaroid_pdc320'. 0.041669 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/polaroid_pdc640'. 0.041672 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/polaroid_pdc700'. 0.041676 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ptp2'. 0.041679 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ricoh'. 0.041683 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ricoh_g3'. 0.041686 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/samsung'. 0.041690 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sierra'. 0.041693 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sipix_blink2'. 0.041696 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sipix_web2'. 0.041700 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/smal'. 0.041707 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sonix'. 0.041710 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sony_dscf1'. 0.041714 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sony_dscf55'. 0.041717 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/soundvision'. 0.041721 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/spca50x'. 0.041724 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sq905'. 0.041731 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/st2205'. 0.041735 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/stv0674'. 0.041738 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/stv0680'. 0.041742 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/sx330z'. 0.041745 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/topfield'. 0.041748 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/toshiba_pdrm11'. 0.041752 foreach_func (2): Found '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/tp6801'. 0.041760 gp_abilities_list_load_dir (2): Found 64 camera drivers. 0.074302 gp_port_info_list_count (2): Counting entries (9 available)... 0.074314 gp_port_info_list_count (2): 5 regular entries available. 0.074324 gp_port_new (2): Creating new device... 0.074330 gp_port_info_list_get_info (2): Getting info of entry 0 (9 available)... 0.074578 gp_port_set_settings (2): Setting settings... 0.074587 gp_port_info_list_get_info (2): Getting info of entry 1 (9 available)... 0.074832 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds. 0.074841 gp_port_set_settings (2): Setting settings... 0.074849 gp_port_info_list_get_info (2): Getting info of entry 2 (9 available)... 0.076932 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.076939 gp_port_set_settings (2): Setting settings... 0.076948 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,008, (new int=0, conf=-1, alt=-1) port usb:020,008 0.076952 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.076955 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.077603 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.077739 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x7b4, product 0x130)... found. 0.077767 gp_libusb1_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 86, outep 05, intep 83, class 06, subclass 01 0.077771 gp_abilities_list_detect_usb(2): Found 'Olympus E-M5 Mark II' (0x7b4,0x130) 0.077775 gp_port_info_list_get_info (2): Getting info of entry 3 (9 available)... 0.080182 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.080191 gp_port_set_settings (2): Setting settings... 0.080200 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,006, (new int=0, conf=-1, alt=-1) port usb:020,006 0.080203 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.080206 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.080850 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.081316 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)... 0.081371 gp_port_info_list_get_info (2): Getting info of entry 4 (9 available)... 0.083870 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.083879 gp_port_set_settings (2): Setting settings... 0.083889 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,004, (new int=0, conf=-1, alt=-1) port usb:020,004 0.083892 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.083896 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.084591 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.085132 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)... 0.085206 gp_port_free (2): Freeing port... 0.085211 gp_port_close (2): Closing port... 0.085795 gp_camera_set_abilities (2): Setting abilities ('Olympus E-M5 Mark II')... 0.085807 gp_setting_set (2): Setting key 'model' to value 'Olympus E-M5 Mark II' (gphoto2) 0.085812 save_settings (2): Saving 2 setting(s) to file "/Users/hays/.gphoto/settings" 0.085954 gp_port_info_list_lookup_path(2): Looking for path 'usb:020,008' (9 entries available)... 0.085969 gp_port_info_list_get_info (2): Getting info of entry 2 (9 available)... 0.085975 gp_camera_set_port_info (2): Setting port info for port 'Universal Serial Bus' at 'usb:020,008'... 0.087885 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.087892 gp_port_set_settings (2): Setting settings... 0.087901 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,008, (new int=0, conf=-1, alt=-1) port usb:020,008 0.087904 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.087909 gp_setting_set (2): Setting key 'port' to value 'usb:020,008' (gphoto2) 0.087913 save_settings (2): Saving 2 setting(s) to file "/Users/hays/.gphoto/settings" 0.088005 gp_camera_init (2): Initializing camera... 0.088046 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x7b4, product 0x130)... found. 0.088073 gp_libusb1_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 86, outep 05, intep 83, class 06, subclass 01 0.088077 gp_camera_init (2): Loading '/usr/local/Cellar/libgphoto2/2.5.16/lib/libgphoto2/2.5.16/ptp2'... 0.088419 gp_port_open (2): Opening USB port... 0.088426 gp_libusb1_open (2): () 0.088561 gp_libusb1_open (2): claiming interface 0 0.089099 camera_init (2): maxpacketsize 1024 0.089110 gp_port_set_timeout (2): Setting port timeout to 8000 milliseconds. 0.089120 ptp (2): PTP: Opening session 0.089133 ptp_usb_sendreq (2): Sending PTP_OC 0x1002 (Open session) (0x1) request... 0.089137 gp_port_write (3): Writing 16 = 0x10 bytes to port... 0.089403 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ 0.089414 ptp_usb_getresp (2): Reading PTP_OC 0x1002 (Open session) response... 0.089426 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.793242 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-00 00 00 00 ....... .... 0.793270 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 0.793309 ptp_usb_sendreq (2): Sending PTP_OC 0x1001 (Get device info) request... 0.793317 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.793607 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 01 10-01 00 00 00 ............ 0.793625 ptp_usb_getdata (2): Reading PTP_OC 0x1001 (Get device info) data... 0.793634 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.794752 gp_port_read (3): Read 787 = 0x313 out of 1024 bytes from port: (hexdump of 787 bytes) 0000 13 03 00 00 02 00 01 10-01 00 00 00 64 00 00 00 ............d... 0010 00 00 64 00 00 00 00 26-00 00 00 01 10 02 10 03 ..d....&........ 0020 10 04 10 05 10 06 10 07-10 08 10 09 10 0a 10 0b ................ 0030 10 0f 10 14 10 15 10 16-10 1b 10 20 91 01 98 02 ........... .... 0040 98 03 98 05 98 81 94 82-94 83 94 84 94 85 94 86 ................ 0050 94 87 94 88 94 89 94 8a-94 8b 94 8c 94 8d 94 93 ................ 0060 94 94 94 95 94 a0 94 0c-00 00 00 04 40 05 40 02 ............@.@. 0070 40 09 40 06 40 01 c0 02-c0 03 c0 04 c0 05 c0 06 @.@.@........... 0080 c0 08 c0 0f 01 00 00 01-50 11 50 05 d4 06 d4 07 ........P.P..... 0090 d4 02 d0 03 d0 04 d0 05-d0 06 d0 07 d0 08 d0 09 ................ 00a0 d0 0c d0 0d d0 0e d0 0f-d0 10 d0 11 d0 13 d0 14 ................ 00b0 d0 18 d0 1a d0 1b d0 1c-d0 1d d0 1e d0 1f d0 20 ............... 00c0 d0 21 d0 22 d0 23 d0 24-d0 25 d0 26 d0 27 d0 28 .!.".#.$.%.&.'.( 00d0 d0 29 d0 2a d0 2b d0 2c-d0 2d d0 2e d0 2f d0 30 .).*.+.,.-.../.0 00e0 d0 31 d0 32 d0 33 d0 34-d0 35 d0 36 d0 37 d0 38 .1.2.3.4.5.6.7.8 00f0 d0 39 d0 3a d0 3b d0 3c-d0 3d d0 3e d0 3f d0 40 .9.:.;.<.=.>.?.@ 0100 d0 41 d0 42 d0 43 d0 44-d0 45 d0 46 d0 47 d0 48 .A.B.C.D.E.F.G.H 0110 d0 49 d0 4a d0 4b d0 4c-d0 4d d0 4e d0 4f d0 50 .I.J.K.L.M.N.O.P 0120 d0 51 d0 52 d0 53 d0 54-d0 55 d0 56 d0 57 d0 58 .Q.R.S.T.U.V.W.X 0130 d0 59 d0 5a d0 5b d0 5c-d0 5d d0 5e d0 5f d0 60 .Y.Z.[.\.].^._.` 0140 d0 61 d0 62 d0 63 d0 64-d0 65 d0 66 d0 67 d0 68 .a.b.c.d.e.f.g.h 0150 d0 69 d0 6a d0 6b d0 6c-d0 6d d0 70 d0 71 d0 72 .i.j.k.l.m.p.q.r 0160 d0 73 d0 74 d0 75 d0 77-d0 78 d0 79 d0 7a d0 7b .s.t.u.w.x.y.z.{ 0170 d0 7c d0 7d d0 7f d0 80-d0 81 d0 82 d0 83 d0 84 .|.}............ 0180 d0 85 d0 86 d0 87 d0 8b-d0 8c d0 8e d0 8f d0 97 ................ 0190 d0 9f d0 a2 d0 a3 d0 a4-d0 a6 d0 a7 d0 a8 d0 a9 ................ 01a0 d0 aa d0 ab d0 ac d0 ad-d0 ae d0 b2 d0 b3 d0 b4 ................ 01b0 d0 b5 d0 b6 d0 b7 d0 b8-d0 b9 d0 ba d0 bc d0 bd ................ 01c0 d0 be d0 bf d0 c0 d0 c4-d0 c5 d0 c6 d0 c7 d0 c8 ................ 01d0 d0 c9 d0 cb d0 cc d0 cd-d0 ce d0 cf d0 d0 d0 d1 ................ 01e0 d0 d2 d0 d3 d0 d4 d0 d5-d0 d6 d0 d7 d0 d8 d0 d9 ................ 01f0 d0 da d0 db d0 dc d0 dd-d0 de d0 e1 d0 e2 d0 e3 ................ 0200 d0 e4 d0 e5 d0 e6 d0 e7-d0 e8 d0 e9 d0 ea d0 ec ................ 0210 d0 ed d0 ef d0 f0 d0 f1-d0 f2 d0 f3 d0 f4 d0 f5 ................ 0220 d0 f6 d0 f7 d0 f8 d0 f9-d0 fa d0 fb d0 fc d0 fd ................ 0230 d0 fe d0 ff d0 00 d1 01-d1 02 d1 03 d1 04 d1 05 ................ 0240 d1 06 d1 07 d1 08 d1 09-d1 0a d1 0b d1 0c d1 0d ................ 0250 d1 0e d1 0f d1 10 d1 11-d1 12 d1 13 d1 14 d1 15 ................ 0260 d1 16 d1 17 d1 18 d1 19-d1 1a d1 1b d1 1c d1 1d ................ 0270 d1 1e d1 1f d1 20 d1 21-d1 22 d1 23 d1 25 d1 26 ..... .!.".#.%.& 0280 d1 27 d1 28 d1 2d d1 2e-d1 2f d1 30 d1 31 d1 32 .'.(.-.../.0.1.2 0290 d1 33 d1 34 d1 35 d1 36-d1 37 d1 38 d1 39 d1 3a .3.4.5.6.7.8.9.: 02a0 d1 51 d1 52 d1 06 00 00-00 08 30 0a 30 80 b9 00 .Q.R......0.0... 02b0 38 01 38 01 b1 09 00 00-00 00 30 01 30 06 30 08 8.8.......0.0.0. 02c0 30 0a 30 80 b9 00 38 01-38 01 b1 08 4f 00 4c 00 0.0...8.8...O.L. 02d0 59 00 4d 00 50 00 55 00-53 00 00 00 0b 45 00 2d Y.M.P.U.S....E.- 02e0 00 4d 00 31 00 4d 00 61-00 72 00 6b 00 49 00 49 .M.1.M.a.r.k.I.I 02f0 00 00 00 05 31 00 2e 00-30 00 30 00 00 00 0a 42 ....1...0.0....B 0300 00 48 00 55 00 41 00 35-00 36 00 38 00 32 00 34 .H.U.A.5.6.8.2.4 0310 00 00 00 - ... 0.794870 ptp_usb_getresp (2): Reading PTP_OC 0x1001 (Get device info) response... 0.794880 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.795170 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-01 00 00 00 ....... .... 0.795246 print_debug_deviceinfo (2): Device info: 0.795255 print_debug_deviceinfo (2): Manufacturer: OLYMPUS 0.795262 print_debug_deviceinfo (2): Model: E-M1MarkII 0.795268 print_debug_deviceinfo (2): device version: 1.00 0.795274 print_debug_deviceinfo (2): serial number: 'BHUA56824' 0.795281 print_debug_deviceinfo (2): Vendor extension ID: 0x00000000 0.795287 print_debug_deviceinfo (2): Vendor extension version: 100 0.795293 print_debug_deviceinfo (2): Vendor extension description: (null) 0.795300 print_debug_deviceinfo (2): Functional Mode: 0x0000 0.795306 print_debug_deviceinfo (2): PTP Standard Version: 100 0.795312 print_debug_deviceinfo (2): Supported operations: 0.795335 print_debug_deviceinfo (2): 0x1001 (Get device info) 0.795342 print_debug_deviceinfo (2): 0x1002 (Open session) 0.795348 print_debug_deviceinfo (2): 0x1003 (Close session) 0.795354 print_debug_deviceinfo (2): 0x1004 (Get storage IDs) 0.795361 print_debug_deviceinfo (2): 0x1005 (Get storage info) 0.795367 print_debug_deviceinfo (2): 0x1006 (Get number of objects) 0.795374 print_debug_deviceinfo (2): 0x1007 (Get object handles) 0.795380 print_debug_deviceinfo (2): 0x1008 (Get object info) 0.795386 print_debug_deviceinfo (2): 0x1009 (Get object) 0.795393 print_debug_deviceinfo (2): 0x100a (Get thumbnail) 0.795399 print_debug_deviceinfo (2): 0x100b (Delete object) 0.795405 print_debug_deviceinfo (2): 0x100f (Format storage) 0.795411 print_debug_deviceinfo (2): 0x1014 (Get device property description) 0.795417 print_debug_deviceinfo (2): 0x1015 (Get device property value) 0.795423 print_debug_deviceinfo (2): 0x1016 (Set device property value) 0.795430 print_debug_deviceinfo (2): 0x101b (Get partial object) 0.795441 print_debug_deviceinfo (2): 0x9120 (Unknown VendorExtensionID) 0.795447 print_debug_deviceinfo (2): 0x9801 (Unknown VendorExtensionID) 0.795454 print_debug_deviceinfo (2): 0x9802 (Unknown VendorExtensionID) 0.795460 print_debug_deviceinfo (2): 0x9803 (Unknown VendorExtensionID) 0.795466 print_debug_deviceinfo (2): 0x9805 (Unknown VendorExtensionID) 0.795472 print_debug_deviceinfo (2): 0x9481 (Unknown VendorExtensionID) 0.795478 print_debug_deviceinfo (2): 0x9482 (Unknown VendorExtensionID) 0.795484 print_debug_deviceinfo (2): 0x9483 (Unknown VendorExtensionID) 0.795489 print_debug_deviceinfo (2): 0x9484 (Unknown VendorExtensionID) 0.795495 print_debug_deviceinfo (2): 0x9485 (Unknown VendorExtensionID) 0.795501 print_debug_deviceinfo (2): 0x9486 (Unknown VendorExtensionID) 0.795507 print_debug_deviceinfo (2): 0x9487 (Unknown VendorExtensionID) 0.795513 print_debug_deviceinfo (2): 0x9488 (Unknown VendorExtensionID) 0.795519 print_debug_deviceinfo (2): 0x9489 (Unknown VendorExtensionID) 0.795525 print_debug_deviceinfo (2): 0x948a (Unknown VendorExtensionID) 0.795532 print_debug_deviceinfo (2): 0x948b (Unknown VendorExtensionID) 0.795538 print_debug_deviceinfo (2): 0x948c (Unknown VendorExtensionID) 0.795544 print_debug_deviceinfo (2): 0x948d (Unknown VendorExtensionID) 0.795550 print_debug_deviceinfo (2): 0x9493 (Unknown VendorExtensionID) 0.795556 print_debug_deviceinfo (2): 0x9494 (Unknown VendorExtensionID) 0.795562 print_debug_deviceinfo (2): 0x9495 (Unknown VendorExtensionID) 0.795568 print_debug_deviceinfo (2): 0x94a0 (Unknown VendorExtensionID) 0.795574 print_debug_deviceinfo (2): Events Supported: 0.795580 print_debug_deviceinfo (2): 0x4004 0.795586 print_debug_deviceinfo (2): 0x4005 0.795592 print_debug_deviceinfo (2): 0x4002 0.795597 print_debug_deviceinfo (2): 0x4009 0.795603 print_debug_deviceinfo (2): 0x4006 0.795609 print_debug_deviceinfo (2): 0xc001 0.795615 print_debug_deviceinfo (2): 0xc002 0.795621 print_debug_deviceinfo (2): 0xc003 0.795626 print_debug_deviceinfo (2): 0xc004 0.795632 print_debug_deviceinfo (2): 0xc005 0.795638 print_debug_deviceinfo (2): 0xc006 0.795644 print_debug_deviceinfo (2): 0xc008 0.795650 print_debug_deviceinfo (2): Device Properties Supported: 0.795656 print_debug_deviceinfo (2): 0x5001 0.795662 print_debug_deviceinfo (2): 0x5011 0.795668 print_debug_deviceinfo (2): 0xd405 0.795673 print_debug_deviceinfo (2): 0xd406 0.795679 print_debug_deviceinfo (2): 0xd407 0.795685 print_debug_deviceinfo (2): 0xd002 0.795691 print_debug_deviceinfo (2): 0xd003 0.795696 print_debug_deviceinfo (2): 0xd004 0.795702 print_debug_deviceinfo (2): 0xd005 0.795715 print_debug_deviceinfo (2): 0xd006 0.795721 print_debug_deviceinfo (2): 0xd007 0.795726 print_debug_deviceinfo (2): 0xd008 0.795732 print_debug_deviceinfo (2): 0xd009 0.795738 print_debug_deviceinfo (2): 0xd00c 0.795744 print_debug_deviceinfo (2): 0xd00d 0.795749 print_debug_deviceinfo (2): 0xd00e 0.795755 print_debug_deviceinfo (2): 0xd00f 0.795761 print_debug_deviceinfo (2): 0xd010 0.795767 print_debug_deviceinfo (2): 0xd011 0.795772 print_debug_deviceinfo (2): 0xd013 0.795778 print_debug_deviceinfo (2): 0xd014 0.795784 print_debug_deviceinfo (2): 0xd018 0.795790 print_debug_deviceinfo (2): 0xd01a 0.795795 print_debug_deviceinfo (2): 0xd01b 0.795801 print_debug_deviceinfo (2): 0xd01c 0.795807 print_debug_deviceinfo (2): 0xd01d 0.795813 print_debug_deviceinfo (2): 0xd01e 0.795818 print_debug_deviceinfo (2): 0xd01f 0.795824 print_debug_deviceinfo (2): 0xd020 0.795830 print_debug_deviceinfo (2): 0xd021 0.795836 print_debug_deviceinfo (2): 0xd022 0.795841 print_debug_deviceinfo (2): 0xd023 0.795847 print_debug_deviceinfo (2): 0xd024 0.795853 print_debug_deviceinfo (2): 0xd025 0.795858 print_debug_deviceinfo (2): 0xd026 0.795864 print_debug_deviceinfo (2): 0xd027 0.795870 print_debug_deviceinfo (2): 0xd028 0.795876 print_debug_deviceinfo (2): 0xd029 0.795881 print_debug_deviceinfo (2): 0xd02a 0.795887 print_debug_deviceinfo (2): 0xd02b 0.795893 print_debug_deviceinfo (2): 0xd02c 0.795899 print_debug_deviceinfo (2): 0xd02d 0.795904 print_debug_deviceinfo (2): 0xd02e 0.795910 print_debug_deviceinfo (2): 0xd02f 0.795916 print_debug_deviceinfo (2): 0xd030 0.795922 print_debug_deviceinfo (2): 0xd031 0.795927 print_debug_deviceinfo (2): 0xd032 0.795933 print_debug_deviceinfo (2): 0xd033 0.795939 print_debug_deviceinfo (2): 0xd034 0.795945 print_debug_deviceinfo (2): 0xd035 0.795950 print_debug_deviceinfo (2): 0xd036 0.795956 print_debug_deviceinfo (2): 0xd037 0.795962 print_debug_deviceinfo (2): 0xd038 0.795968 print_debug_deviceinfo (2): 0xd039 0.795973 print_debug_deviceinfo (2): 0xd03a 0.795979 print_debug_deviceinfo (2): 0xd03b 0.795985 print_debug_deviceinfo (2): 0xd03c 0.795991 print_debug_deviceinfo (2): 0xd03d 0.795996 print_debug_deviceinfo (2): 0xd03e 0.796002 print_debug_deviceinfo (2): 0xd03f 0.796008 print_debug_deviceinfo (2): 0xd040 0.796014 print_debug_deviceinfo (2): 0xd041 0.796019 print_debug_deviceinfo (2): 0xd042 0.796025 print_debug_deviceinfo (2): 0xd043 0.796031 print_debug_deviceinfo (2): 0xd044 0.796037 print_debug_deviceinfo (2): 0xd045 0.796042 print_debug_deviceinfo (2): 0xd046 0.796048 print_debug_deviceinfo (2): 0xd047 0.796054 print_debug_deviceinfo (2): 0xd048 0.796060 print_debug_deviceinfo (2): 0xd049 0.796065 print_debug_deviceinfo (2): 0xd04a 0.796071 print_debug_deviceinfo (2): 0xd04b 0.796077 print_debug_deviceinfo (2): 0xd04c 0.796083 print_debug_deviceinfo (2): 0xd04d 0.796088 print_debug_deviceinfo (2): 0xd04e 0.796094 print_debug_deviceinfo (2): 0xd04f 0.796100 print_debug_deviceinfo (2): 0xd050 0.796106 print_debug_deviceinfo (2): 0xd051 0.796111 print_debug_deviceinfo (2): 0xd052 0.796117 print_debug_deviceinfo (2): 0xd053 0.796123 print_debug_deviceinfo (2): 0xd054 0.796129 print_debug_deviceinfo (2): 0xd055 0.796134 print_debug_deviceinfo (2): 0xd056 0.796140 print_debug_deviceinfo (2): 0xd057 0.796146 print_debug_deviceinfo (2): 0xd058 0.796152 print_debug_deviceinfo (2): 0xd059 0.796157 print_debug_deviceinfo (2): 0xd05a 0.796163 print_debug_deviceinfo (2): 0xd05b 0.796169 print_debug_deviceinfo (2): 0xd05c 0.796175 print_debug_deviceinfo (2): 0xd05d 0.796185 print_debug_deviceinfo (2): 0xd05e 0.796191 print_debug_deviceinfo (2): 0xd05f 0.796197 print_debug_deviceinfo (2): 0xd060 0.796203 print_debug_deviceinfo (2): 0xd061 0.796209 print_debug_deviceinfo (2): 0xd062 0.796214 print_debug_deviceinfo (2): 0xd063 0.796220 print_debug_deviceinfo (2): 0xd064 0.796226 print_debug_deviceinfo (2): 0xd065 0.796232 print_debug_deviceinfo (2): 0xd066 0.796237 print_debug_deviceinfo (2): 0xd067 0.796243 print_debug_deviceinfo (2): 0xd068 0.796249 print_debug_deviceinfo (2): 0xd069 0.796255 print_debug_deviceinfo (2): 0xd06a 0.796260 print_debug_deviceinfo (2): 0xd06b 0.796266 print_debug_deviceinfo (2): 0xd06c 0.796272 print_debug_deviceinfo (2): 0xd06d 0.796278 print_debug_deviceinfo (2): 0xd070 0.796283 print_debug_deviceinfo (2): 0xd071 0.796289 print_debug_deviceinfo (2): 0xd072 0.796295 print_debug_deviceinfo (2): 0xd073 0.796301 print_debug_deviceinfo (2): 0xd074 0.796307 print_debug_deviceinfo (2): 0xd075 0.796312 print_debug_deviceinfo (2): 0xd077 0.796318 print_debug_deviceinfo (2): 0xd078 0.796324 print_debug_deviceinfo (2): 0xd079 0.796330 print_debug_deviceinfo (2): 0xd07a 0.796335 print_debug_deviceinfo (2): 0xd07b 0.796341 print_debug_deviceinfo (2): 0xd07c 0.796347 print_debug_deviceinfo (2): 0xd07d 0.796353 print_debug_deviceinfo (2): 0xd07f 0.796358 print_debug_deviceinfo (2): 0xd080 0.796364 print_debug_deviceinfo (2): 0xd081 0.796370 print_debug_deviceinfo (2): 0xd082 0.796376 print_debug_deviceinfo (2): 0xd083 0.796381 print_debug_deviceinfo (2): 0xd084 0.796387 print_debug_deviceinfo (2): 0xd085 0.796393 print_debug_deviceinfo (2): 0xd086 0.796399 print_debug_deviceinfo (2): 0xd087 0.796404 print_debug_deviceinfo (2): 0xd08b 0.796410 print_debug_deviceinfo (2): 0xd08c 0.796416 print_debug_deviceinfo (2): 0xd08e 0.796422 print_debug_deviceinfo (2): 0xd08f 0.796427 print_debug_deviceinfo (2): 0xd097 0.796433 print_debug_deviceinfo (2): 0xd09f 0.796439 print_debug_deviceinfo (2): 0xd0a2 0.796445 print_debug_deviceinfo (2): 0xd0a3 0.796450 print_debug_deviceinfo (2): 0xd0a4 0.796456 print_debug_deviceinfo (2): 0xd0a6 0.796485 print_debug_deviceinfo (2): 0xd0a7 0.796491 print_debug_deviceinfo (2): 0xd0a8 0.796497 print_debug_deviceinfo (2): 0xd0a9 0.796503 print_debug_deviceinfo (2): 0xd0aa 0.796509 print_debug_deviceinfo (2): 0xd0ab 0.796514 print_debug_deviceinfo (2): 0xd0ac 0.796521 print_debug_deviceinfo (2): 0xd0ad 0.796529 print_debug_deviceinfo (2): 0xd0ae 0.796539 print_debug_deviceinfo (2): 0xd0b2 0.796549 print_debug_deviceinfo (2): 0xd0b3 0.796558 print_debug_deviceinfo (2): 0xd0b4 0.796568 print_debug_deviceinfo (2): 0xd0b5 0.796577 print_debug_deviceinfo (2): 0xd0b6 0.796603 print_debug_deviceinfo (2): 0xd0b7 0.796611 print_debug_deviceinfo (2): 0xd0b8 0.796620 print_debug_deviceinfo (2): 0xd0b9 0.796629 print_debug_deviceinfo (2): 0xd0ba 0.796653 print_debug_deviceinfo (2): 0xd0bc 0.796659 print_debug_deviceinfo (2): 0xd0bd 0.796665 print_debug_deviceinfo (2): 0xd0be 0.796671 print_debug_deviceinfo (2): 0xd0bf 0.796677 print_debug_deviceinfo (2): 0xd0c0 0.796683 print_debug_deviceinfo (2): 0xd0c4 0.796688 print_debug_deviceinfo (2): 0xd0c5 0.796694 print_debug_deviceinfo (2): 0xd0c6 0.796700 print_debug_deviceinfo (2): 0xd0c7 0.796706 print_debug_deviceinfo (2): 0xd0c8 0.796712 print_debug_deviceinfo (2): 0xd0c9 0.796718 print_debug_deviceinfo (2): 0xd0cb 0.796723 print_debug_deviceinfo (2): 0xd0cc 0.796729 print_debug_deviceinfo (2): 0xd0cd 0.796735 print_debug_deviceinfo (2): 0xd0ce 0.796750 print_debug_deviceinfo (2): 0xd0cf 0.796756 print_debug_deviceinfo (2): 0xd0d0 0.796762 print_debug_deviceinfo (2): 0xd0d1 0.796768 print_debug_deviceinfo (2): 0xd0d2 0.796774 print_debug_deviceinfo (2): 0xd0d3 0.796779 print_debug_deviceinfo (2): 0xd0d4 0.796785 print_debug_deviceinfo (2): 0xd0d5 0.796791 print_debug_deviceinfo (2): 0xd0d6 0.796797 print_debug_deviceinfo (2): 0xd0d7 0.796803 print_debug_deviceinfo (2): 0xd0d8 0.796808 print_debug_deviceinfo (2): 0xd0d9 0.796814 print_debug_deviceinfo (2): 0xd0da 0.796820 print_debug_deviceinfo (2): 0xd0db 0.796826 print_debug_deviceinfo (2): 0xd0dc 0.796832 print_debug_deviceinfo (2): 0xd0dd 0.796837 print_debug_deviceinfo (2): 0xd0de 0.796843 print_debug_deviceinfo (2): 0xd0e1 0.796849 print_debug_deviceinfo (2): 0xd0e2 0.796855 print_debug_deviceinfo (2): 0xd0e3 0.796861 print_debug_deviceinfo (2): 0xd0e4 0.796866 print_debug_deviceinfo (2): 0xd0e5 0.796872 print_debug_deviceinfo (2): 0xd0e6 0.796878 print_debug_deviceinfo (2): 0xd0e7 0.796884 print_debug_deviceinfo (2): 0xd0e8 0.796890 print_debug_deviceinfo (2): 0xd0e9 0.796896 print_debug_deviceinfo (2): 0xd0ea 0.796901 print_debug_deviceinfo (2): 0xd0ec 0.796907 print_debug_deviceinfo (2): 0xd0ed 0.796913 print_debug_deviceinfo (2): 0xd0ef 0.796919 print_debug_deviceinfo (2): 0xd0f0 0.796925 print_debug_deviceinfo (2): 0xd0f1 0.796930 print_debug_deviceinfo (2): 0xd0f2 0.796936 print_debug_deviceinfo (2): 0xd0f3 0.796942 print_debug_deviceinfo (2): 0xd0f4 0.796948 print_debug_deviceinfo (2): 0xd0f5 0.796954 print_debug_deviceinfo (2): 0xd0f6 0.796959 print_debug_deviceinfo (2): 0xd0f7 0.796965 print_debug_deviceinfo (2): 0xd0f8 0.796971 print_debug_deviceinfo (2): 0xd0f9 0.796977 print_debug_deviceinfo (2): 0xd0fa 0.796983 print_debug_deviceinfo (2): 0xd0fb 0.796989 print_debug_deviceinfo (2): 0xd0fc 0.796994 print_debug_deviceinfo (2): 0xd0fd 0.797000 print_debug_deviceinfo (2): 0xd0fe 0.797006 print_debug_deviceinfo (2): 0xd0ff 0.797012 print_debug_deviceinfo (2): 0xd100 0.797018 print_debug_deviceinfo (2): 0xd101 0.797024 print_debug_deviceinfo (2): 0xd102 0.797029 print_debug_deviceinfo (2): 0xd103 0.797035 print_debug_deviceinfo (2): 0xd104 0.797041 print_debug_deviceinfo (2): 0xd105 0.797047 print_debug_deviceinfo (2): 0xd106 0.797053 print_debug_deviceinfo (2): 0xd107 0.797058 print_debug_deviceinfo (2): 0xd108 0.797064 print_debug_deviceinfo (2): 0xd109 0.797070 print_debug_deviceinfo (2): 0xd10a 0.797076 print_debug_deviceinfo (2): 0xd10b 0.797082 print_debug_deviceinfo (2): 0xd10c 0.797087 print_debug_deviceinfo (2): 0xd10d 0.797093 print_debug_deviceinfo (2): 0xd10e 0.797099 print_debug_deviceinfo (2): 0xd10f 0.797105 print_debug_deviceinfo (2): 0xd110 0.797110 print_debug_deviceinfo (2): 0xd111 0.797116 print_debug_deviceinfo (2): 0xd112 0.797122 print_debug_deviceinfo (2): 0xd113 0.797128 print_debug_deviceinfo (2): 0xd114 0.797134 print_debug_deviceinfo (2): 0xd115 0.797140 print_debug_deviceinfo (2): 0xd116 0.797145 print_debug_deviceinfo (2): 0xd117 0.797151 print_debug_deviceinfo (2): 0xd118 0.797157 print_debug_deviceinfo (2): 0xd119 0.797163 print_debug_deviceinfo (2): 0xd11a 0.797169 print_debug_deviceinfo (2): 0xd11b 0.797174 print_debug_deviceinfo (2): 0xd11c 0.797180 print_debug_deviceinfo (2): 0xd11d 0.797186 print_debug_deviceinfo (2): 0xd11e 0.797192 print_debug_deviceinfo (2): 0xd11f 0.797198 print_debug_deviceinfo (2): 0xd120 0.797203 print_debug_deviceinfo (2): 0xd121 0.797209 print_debug_deviceinfo (2): 0xd122 0.797220 print_debug_deviceinfo (2): 0xd123 0.797227 print_debug_deviceinfo (2): 0xd125 0.797232 print_debug_deviceinfo (2): 0xd126 0.797238 print_debug_deviceinfo (2): 0xd127 0.797244 print_debug_deviceinfo (2): 0xd128 0.797250 print_debug_deviceinfo (2): 0xd12d 0.797256 print_debug_deviceinfo (2): 0xd12e 0.797261 print_debug_deviceinfo (2): 0xd12f 0.797267 print_debug_deviceinfo (2): 0xd130 0.797273 print_debug_deviceinfo (2): 0xd131 0.797279 print_debug_deviceinfo (2): 0xd132 0.797284 print_debug_deviceinfo (2): 0xd133 0.797290 print_debug_deviceinfo (2): 0xd134 0.797296 print_debug_deviceinfo (2): 0xd135 0.797302 print_debug_deviceinfo (2): 0xd136 0.797308 print_debug_deviceinfo (2): 0xd137 0.797314 print_debug_deviceinfo (2): 0xd138 0.797319 print_debug_deviceinfo (2): 0xd139 0.797325 print_debug_deviceinfo (2): 0xd13a 0.797331 print_debug_deviceinfo (2): 0xd151 0.797337 print_debug_deviceinfo (2): 0xd152 0.797359 ptp_usb_sendreq (2): Sending PTP_OC 0x1004 (Get storage IDs) request... 0.797367 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.797628 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 04 10-02 00 00 00 ............ 0.797646 ptp_usb_getdata (2): Reading PTP_OC 0x1004 (Get storage IDs) data... 0.797654 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.798456 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 04 10-02 00 00 00 01 00 00 00 ................ 0010 01 00 01 00 - .... 0.798490 ptp_usb_getresp (2): Reading PTP_OC 0x1004 (Get storage IDs) response... 0.798506 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.798808 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-02 00 00 00 ....... .... 0.798823 ptp_list_folder (2): (storage=0xffffffff, handle=0xffffffff) 0.798828 ptp_list_folder (2): Listing ... 0.798835 ptp_usb_sendreq (2): Sending PTP_OC 0x1007 (Get object handles) (0xffffffff,0x0,0xffffffff) request... 0.798839 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.799013 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 07 10-03 00 00 00 ff ff ff ff ................ 0010 00 00 00 00 ff ff ff ff- ........ 0.799025 ptp_usb_getdata (2): Reading PTP_OC 0x1007 (Get object handles) data... 0.799030 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.800161 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 07 10-03 00 00 00 01 00 00 00 ................ 0010 01 00 00 00 - .... 0.800193 ptp_usb_getresp (2): Reading PTP_OC 0x1007 (Get object handles) response... 0.800199 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.800523 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-03 00 00 00 ....... .... 0.800548 ptp_list_folder (2): adding new objectid 0x00000001 (nrofobs=0,j=0) 0.800624 ptp_list_folder (2): (storage=0x00010001, handle=0xffffffff) 0.800631 ptp_list_folder (2): Listing ... 0.800638 ptp_usb_sendreq (2): Sending PTP_OC 0x1007 (Get object handles) (0x10001,0x0,0xffffffff) request... 0.800644 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.800907 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 07 10-04 00 00 00 01 00 01 00 ................ 0010 00 00 00 00 ff ff ff ff- ........ 0.800984 ptp_usb_getdata (2): Reading PTP_OC 0x1007 (Get object handles) data... 0.800997 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.801821 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 07 10-04 00 00 00 01 00 00 00 ................ 0010 01 00 00 00 - .... 0.801833 ptp_usb_getresp (2): Reading PTP_OC 0x1007 (Get object handles) response... 0.801838 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.802078 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-04 00 00 00 ....... .... 0.802092 ptp_list_folder (2): adding old objectid 0x00000001 (nrofobs=1,j=0) 0.802129 gp_context_error (0): Sorry, your camera does not support generic capture 0.802187 gp_camera_capture [gphoto2-camera.c:1340](0): 'camera->functions->capture (camera, type, path, context)' failed: -6 0.802236 gp_camera_free (2): Freeing camera... 0.802241 gp_camera_exit (2): Exiting camera ('Olympus E-M5 Mark II')... 0.802248 gp_port_get_timeout (2): Current port timeout is 20000 milliseconds. 0.802253 gp_port_set_timeout (2): Setting port timeout to 150 milliseconds. 0.802258 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 0.956619 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 1.111777 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 1.111836 ptp_usb_sendreq (2): Sending PTP_OC 0x1003 (Close session) request... 1.111853 gp_port_write (3): Writing 12 = 0xc bytes to port... 1.112242 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 03 10-05 00 00 00 ............ 1.112260 ptp_usb_getresp (2): Reading PTP_OC 0x1003 (Close session) response... 1.112269 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 1.112769 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-05 00 00 00 ....... .... 1.112804 gp_port_close (2): Closing port... 1.114119 _close_async_interrupts (2): canceling transfer 0:0x7f913ef04f48 (status 0) 1.114812 _close_async_interrupts (2): canceling transfer 1:0x7f913ef05148 (status 0) 1.115327 _close_async_interrupts (2): canceling transfer 2:0x7f913ef05348 (status 0) 1.115864 _close_async_interrupts (2): canceling transfer 3:0x7f913ef05548 (status 0) 1.116402 _close_async_interrupts (2): canceling transfer 4:0x7f913ed005b8 (status 0) 1.117005 _close_async_interrupts (2): canceling transfer 5:0x7f913ed013b8 (status 0) 1.117538 _close_async_interrupts (2): canceling transfer 6:0x7f913ed015b8 (status 0) 1.118115 _close_async_interrupts (2): canceling transfer 7:0x7f913ed017b8 (status 0) 1.118716 _close_async_interrupts (2): canceling transfer 8:0x7f913ed019b8 (status 0) 1.119264 _close_async_interrupts (2): canceling transfer 9:0x7f913ed01bb8 (status 0) 1.119853 _cb_irq (2): 0x7f913ef04f48 with status 3 1.119867 _cb_irq (2): Transfer 0x7f913ef04f48 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119882 _cb_irq (2): 0x7f913ef05148 with status 3 1.119887 _cb_irq (2): Transfer 0x7f913ef05148 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119891 _cb_irq (2): 0x7f913ef05348 with status 3 1.119895 _cb_irq (2): Transfer 0x7f913ef05348 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119900 _cb_irq (2): 0x7f913ef05548 with status 3 1.119926 _cb_irq (2): Transfer 0x7f913ef05548 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119931 _cb_irq (2): 0x7f913ed005b8 with status 3 1.119935 _cb_irq (2): Transfer 0x7f913ed005b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119940 _cb_irq (2): 0x7f913ed013b8 with status 3 1.119944 _cb_irq (2): Transfer 0x7f913ed013b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119948 _cb_irq (2): 0x7f913ed015b8 with status 3 1.119952 _cb_irq (2): Transfer 0x7f913ed015b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119956 _cb_irq (2): 0x7f913ed017b8 with status 3 1.119960 _cb_irq (2): Transfer 0x7f913ed017b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119964 _cb_irq (2): 0x7f913ed019b8 with status 3 1.119968 _cb_irq (2): Transfer 0x7f913ed019b8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.119972 _cb_irq (2): 0x7f913ed01bb8 with status 3 1.119976 _cb_irq (2): Transfer 0x7f913ed01bb8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.120420 gp_filesystem_reset (2): resetting filesystem 1.120438 gp_filesystem_lru_clear (2): Clearing fscache LRU list... 1.120443 gp_filesystem_lru_clear (2): fscache LRU list already empty 1.120447 delete_all_folders (2): Internally deleting all folders from '/'... 1.120452 lookup_folder (2): Lookup folder '/'... 1.120456 lookup_folder (2): Found! / is 0x7f913ec02a70 1.120463 recurse_delete_folder (2): Recurse delete folder 0x7f913ec02a70// 1.120468 gp_port_free (2): Freeing port... 1.120472 gp_port_close (2): Closing port... 1.120938 gp_filesystem_reset (2): resetting filesystem 1.120949 gp_filesystem_lru_clear (2): Clearing fscache LRU list... 1.120953 gp_filesystem_lru_clear (2): fscache LRU list already empty 1.120957 delete_all_folders (2): Internally deleting all folders from '/'... 1.120961 lookup_folder (2): Lookup folder '/'... 1.120966 lookup_folder (2): Found! / is 0x7f913ec02a70 1.120970 recurse_delete_folder (2): Recurse delete folder 0x7f913ec02a70//