xhcid: fix set_interface request type

This commit is contained in:
Jeremy Soller
2024-04-16 11:09:26 -06:00
parent 784575032f
commit 667a8e42f9
+1 -1
View File
@@ -185,7 +185,7 @@ impl Setup {
pub const fn set_interface(interface: u8, alternate_setting: u8) -> Self {
Self {
kind: 0b0000_0001,
request: 0x09,
request: 0x0B,
value: alternate_setting as u16,
index: interface as u16,
length: 0,