From 2040d7b4be16045a8b8ea12d038877bd297a7b56 Mon Sep 17 00:00:00 2001 From: Marc Riera Irigoyen Date: Wed, 26 Apr 2023 12:14:02 +0200 Subject: [PATCH] Fix TCPP-20009 control request data --- content/controllers/usb/tcpp20009/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/controllers/usb/tcpp20009/_index.md b/content/controllers/usb/tcpp20009/_index.md index 3bab26b..cae7315 100644 --- a/content/controllers/usb/tcpp20009/_index.md +++ b/content/controllers/usb/tcpp20009/_index.md @@ -62,7 +62,7 @@ The controller supports receiving data via a control transfer to turn on/off the | bmRequestType | bRequest | wValue | wIndex | wLength | |:-------------:|:--------:|:------:|:------:|:-------:| -| 0x40 | 0x09 | 0x0301 | 0x0000 | 0x0002 | +| 0x41 | 0x09 | 0x0201 | 0x0000 | 0x0002 | The data sent to the controller follows the structure below.