#
8251b2c8 |
| 25-Sep-2024 |
Greg Crain <gsc70@comcast.net> |
usb_audio: add missing descriptors for USB Audio 2.0 and update listusb.
Change-Id: Ic294ca78aaf9bd5ac8476595af5e4e223b07e25e Reviewed-on: https://review.haiku-os.org/c/haiku/+/8372 Reviewed-by: wad
usb_audio: add missing descriptors for USB Audio 2.0 and update listusb.
Change-Id: Ic294ca78aaf9bd5ac8476595af5e4e223b07e25e Reviewed-on: https://review.haiku-os.org/c/haiku/+/8372 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
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 Re
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>
show more ...
|
#
86b6d54b |
| 06-Sep-2021 |
Augustin Cavalier <waddlesplash@gmail.com> |
listusb: Fix typo in usb_audio descriptor printing.
|
#
e6464087 |
| 02-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
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).
show more ...
|
#
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.
|