History log of /haiku/src/bin/listusb/usb_audio.cpp
Revision Date Author Comments
# a1bc100a 03-Feb-2024 Jérôme Duval <jerome.duval@gmail.com>

listusb: fix MaxPacketSize, display length

audio: fix zero divide, add missing newline
Change-Id: Ia7d0ae6e403938291471185b14e07dc3e0f90ef4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7369
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 86b6d54b 06-Sep-2021 Augustin Cavalier <waddlesplash@gmail.com>

listusb: Fix typo in usb_audio descriptor printing.


# e6464087 01-Nov-2016 Adrien Destugues <pulkomandy@pulkomandy.tk>

listusb: parse UVC devices

- Various cleanups to the USB-audio side, which is similar
- Add in the UVC (USB Video) specific info with parsing of some of the
descriptors (most of the "control" part).


# 56f749a6 01-Nov-2016 Adrien Destugues <pulkomandy@pulkomandy.tk>

listusb: split out USB audio dumping to own file.

The code to dump audio descriptors is now twice as long as the other
parts of the listusb code. Move it to its own file for clarity.