fpi-{usb,spi}: Adjust docs to mention required env variables for logging

This commit is contained in:
Marco Trevisan (Treviño)
2026-06-22 15:22:04 +02:00
parent 3a54e4f837
commit 5dbcb0dfa4
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ static gsize block_size = 0;
* Drivers should always use this API rather than calling read/write/ioctl on
* the spidev device.
*
* Setting G_MESSAGES_DEBUG and FP_DEBUG_TRANSFER will result in the message
* Setting %G_MESSAGES_DEBUG and %FP_DEBUG_TRANSFER will result in the message
* content to be dumped.
*/
+3
View File
@@ -31,6 +31,9 @@
*
* Drivers should use this API only rather than accessing the GUsbDevice
* directly in most cases.
*
* Setting %G_MESSAGES_DEBUG and %FP_DEBUG_TRANSFER will result in the message
* content to be dumped.
*/