You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
readme.txt v811_spc009_project 4 months ago
usbdescriptors_headphones.bin v811_spc009_project 4 months ago
usbdescriptors_headset.bin v811_spc009_project 4 months ago
usbdescriptors_lineout.bin v811_spc009_project 4 months ago
usbdescriptors_massstorage.bin v811_spc009_project 4 months ago
usbdescriptors_nothing.bin v811_spc009_project 4 months ago

readme.txt

The usbdescriptors_ files contain raw USB descriptors from the Google
USB-C to 3.5mm adapter, with different loads connected to the 3.5mm
jack.

usbdescriptors_nothing.bin:
 - The descriptors when the jack is disconnected.

usbdescriptors_headphones.bin:
 - The descriptors when the jack is connected to 32-ohm headphones,
   no microphone.
   The relevant output terminal is:
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            15
        wTerminalType      0x0302 Headphones
   
usbdescriptors_lineout.bin:
 - The descriptors when the jack is connected to a PC line-in jack.
   The relevant output terminal is:
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            15
        wTerminalType      0x0603 Line Connector

usbdescriptors_headset.bin:
 - The descriptors when a headset with microphone and low-impedance
   headphones are connected.
   The relevant input terminal is:
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Microphone
   The relevant output terminal is:
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            15
        wTerminalType      0x0302 Headphones