Skip to content

Commit

Permalink
codespell: Kobil_mIDentity_switch.c
Browse files Browse the repository at this point in the history
Error: ./contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c:53: Initally ==> Initially
  • Loading branch information
LudovicRousseau committed Feb 9, 2023
1 parent 9288062 commit 40abcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here the interesting part of the kernel driver inside the probe function:
5000);
}
Initally the it did not work with libusb because the ioctl gets ignored with
Initially the it did not work with libusb because the ioctl gets ignored with
the used RequestType of 0x22 in combination with index 0x0001, but index 0x0002
worked. See usb/devio.c functions proc_control() -> check_ctrlrecip() ->
findintfep() in order to understand why.
Expand Down

0 comments on commit 40abcdc

Please sign in to comment.