Skip to content

Instantly share code, notes, and snippets.

@rigred
Created December 28, 2018 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rigred/27c7b8d0a352c672fe2b3e551fa249c0 to your computer and use it in GitHub Desktop.
Save rigred/27c7b8d0a352c672fe2b3e551fa249c0 to your computer and use it in GitHub Desktop.
Fuji HS50 EXR USB info

lsusb dump

Bus 001 Device 007: ID 04cb:02a5 Fuji Photo Film Co., Ltd                                                                                                                                                                                                                      
Device Descriptor:                                                                                                                                                                                                                                                             
  bLength                18                                                                                                                                                                                                                                                    
  bDescriptorType         1                                                                                                                                                                                                                                                    
  bcdUSB               2.00                                                                                                                                                                                                                                                    
  bDeviceClass            0                                                                                                                                                                                                                                                    
  bDeviceSubClass         0                                                                                                                                                                                                                                                    
  bDeviceProtocol         0                                                                                                                                                                                                                                                    
  bMaxPacketSize0        64                                                                                                                                                                                                                                                    
  idVendor           0x04cb Fuji Photo Film Co., Ltd                                                                                                                                                                                                                           
  idProduct          0x02a5                                                                                                                                                                                                                                                    
  bcdDevice            1.02                                                                                                                                                                                                                                                    
  iManufacturer           0                                                                                                                                                                                                                                                    
  iProduct                2 USB PTP Camera                                                                                                                                                                                                                                     
  iSerial                 3 [30 character alphanumeric string]                                                                                                                                                                                                                     
  bNumConfigurations      1                                                                                                                                                                                                                                                    
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0027
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower               50mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass         6 Imaging
      bInterfaceSubClass      1 Still Image Capture
      bInterfaceProtocol      1 Picture Transfer Protocol (PIMA 15470)
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval              11
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0001
  Self Powered

gphoto2 details

Manufacturer: FUJIFILM
Model: FinePix HS50EXR
  Version: 1.02
  Serial Number: [30 character alphanumeric string]   
Vendor Extension ID: 0x6 (1.0)
Vendor Extension Description: fujifilm.co.jp: 1.0; 

Capture Formats: 
Display Formats: JPEG, JFIF
Supported MTP Object Properties:
	JPEG/3801: dc01/StorageID dc02/ObjectFormat dc03/ProtectionStatus dc04/ObjectSize dc07/ObjectFileName dc08/DateCreated dc0b/ParentObject dc41/PersistantUniqueObjectIdentifier dc44/Name dc87/Width dc88/Height dcd3/ImageBitDepth
	JFIF/3808: dc01/StorageID dc02/ObjectFormat dc03/ProtectionStatus dc04/ObjectSize dc07/ObjectFileName dc08/DateCreated dc0b/ParentObject dc41/PersistantUniqueObjectIdentifier dc44/Name dc87/Width dc88/Height dcd3/ImageBitDepth

Device Capabilities:
	File Download, File Deletion, File Upload
	No Image Capture, No Open Capture, No vendor specific capture

Storage Devices Summary:
store_10000001:
	StorageDescription: External Memory
	VolumeLabel: 000000000000000000000000000000000000000000000000
	Storage Type: Removable RAM (memory card)
	Filesystemtype: Digital Camera Layout (DCIM)
	Access Capability: Read Only with Object deletion
	Maximum Capability: 15931539456 (15193 MB)
	Free Space (Bytes): 15495233536 (14777 MB)
	Free Space (Images): -1

Device Property Summary:
Battery Level(0x5001):(read only) (type=0x2) Range [0 - 3, step 1] value: 3% (3)
Property 0xd303:(read only) (type=0x2) 1
Session Initiator Info(0xd406):(readwrite) (type=0xffff) ''
Perceived Device Type(0xd407):(read only) (type=0x6) 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment