fix: initialiser le device HID avec hid_parse + hid_hw_start dans 10_lightning_node_pro_led #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "openclaw/kernel_module_learn:fix/hid-probe-init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ajoute
hid_parse()+hid_hw_start()dans le probe pour initialiser correctement le device HID.Sans ces appels, le périphérique ne peut pas recevoir/envoyer de données USB HID.
Ajout de
hid_hw_stop()dansremovepour un cleanup symétrique.Ref #1