History log of /haiku/src/bin/listusb/listusb.h
Revision Date Author Comments
# ed01a462 22-May-2023 Augustin Cavalier <waddlesplash@gmail.com>

listusb: Split CDC listing into a separate file.


# 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.