mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-01 11:50:08 +00:00

CAPE family is Audio DSP for a board range of applications in IOT, PC and mobile can be interfaced via I2C, UART or USB interface. This patch is only for CX31993 and CX31988 chips, there is not immediate plans is to add support to other CAPE devices. CX31993 have two separate firmware .hid file for for each partition. It need to convert two .hid files into a .fw file for fwupd tool to consume. Currently, this patch is only support for EPOS headsets with basic firmware update feature. Either new code singing or manifest.xml are unsupported yet. The code has been tested with CX31993 EVK board. A test firmware file is put at 'src/fuzzing/firmware/synaptics-cape.fw' synaptics-cape: Port to new FuProgress API and style fixups synaptics-cape: Fix compile errors and add missing test fw file Signed-off-by: Simon Ho <simon.ho@synaptics.com> synaptics-cape: Fix fuzzer test Signed-off-by: Simon Ho <simon.ho@synaptics.com> synaptics-cape: Fix progress bar number Signed-off-by: Simon Ho <simon.ho@synaptics.com> synaptics-cape: Mark the fuzzing target trivial: Use a stable GLib branch for fuzzing synaptics-cape: Fix progress bar number Signed-off-by: Simon Ho <simon.ho@synaptics.com> synaptics-cape: Fix readme synaptics-cape: Style fixups synaptics-cape: Fix progress bar percentage synaptics-cape: Style fixups
76 lines
1.4 KiB
Meson
76 lines
1.4 KiB
Meson
subdir('acpi-dmar')
|
|
subdir('acpi-facp')
|
|
subdir('acpi-phat')
|
|
subdir('altos')
|
|
subdir('amt')
|
|
subdir('analogix')
|
|
subdir('ata')
|
|
subdir('bcm57xx')
|
|
subdir('bios')
|
|
subdir('ccgx')
|
|
subdir('colorhug')
|
|
subdir('cpu')
|
|
subdir('cros-ec')
|
|
subdir('dell')
|
|
subdir('dell-dock')
|
|
subdir('dell-esrt')
|
|
subdir('dfu')
|
|
subdir('dfu-csr')
|
|
subdir('ebitdo')
|
|
subdir('elantp')
|
|
subdir('emmc')
|
|
subdir('ep963x')
|
|
subdir('fastboot')
|
|
subdir('flashrom')
|
|
subdir('fresco-pd')
|
|
subdir('goodix-moc')
|
|
subdir('hailuck')
|
|
subdir('intel-spi')
|
|
subdir('iommu')
|
|
subdir('jabra')
|
|
subdir('lenovo-thinklmi')
|
|
subdir('linux-lockdown')
|
|
subdir('linux-sleep')
|
|
subdir('linux-swap')
|
|
subdir('linux-tainted')
|
|
subdir('logind')
|
|
subdir('logitech-hidpp')
|
|
subdir('logitech-bulkcontroller')
|
|
subdir('modem-manager')
|
|
subdir('msr')
|
|
subdir('nitrokey')
|
|
subdir('nvme')
|
|
subdir('optionrom')
|
|
subdir('parade-lspcon')
|
|
subdir('pci-bcr')
|
|
subdir('pci-mei')
|
|
subdir('pixart-rf')
|
|
subdir('platform-integrity')
|
|
subdir('powerd')
|
|
subdir('realtek-mst')
|
|
subdir('redfish')
|
|
subdir('rts54hid')
|
|
subdir('rts54hub')
|
|
subdir('solokey')
|
|
subdir('steelseries')
|
|
subdir('superio')
|
|
subdir('synaptics-cape')
|
|
subdir('synaptics-cxaudio')
|
|
subdir('synaptics-mst')
|
|
subdir('synaptics-prometheus')
|
|
subdir('synaptics-rmi')
|
|
subdir('system76-launch')
|
|
subdir('test')
|
|
subdir('thelio-io')
|
|
subdir('thunderbolt')
|
|
subdir('tpm')
|
|
subdir('tpm-eventlog')
|
|
subdir('uefi-capsule')
|
|
subdir('uefi-dbx')
|
|
subdir('uefi-pk')
|
|
subdir('uefi-recovery')
|
|
subdir('upower')
|
|
subdir('vli')
|
|
subdir('wacom-raw')
|
|
subdir('wacom-usb')
|