-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logitech USB receiver connection failure #483
Comments
As I have been following the developments on this issue and in general on TinyUSB and pico-sdk, it seems to me that this issue is all about disconnection/reconnection of the receiver (I have seen a similar behaviour, but am not in a position to test). Also, based on its description, it seems to me that pull request "Add Rp2040 suspend & resume support #1020" hathach/tinyusb#1020 on the TinyUSB repository is likely to address this scenario (once it is accepted). @hathach is this a fair assessment ? |
I cannot tell, I never reproduce this issue, it probably purely physical/hw issue. If you could reproduce it, please try with the PR to see if that helps. |
Based on the version of TinyUSB included with the pico-sdk version 1.3.0, I no longer see an issue when RP2040 acts as USB host and HID device is disconnected and reconnected. Original poster should retry with the new SDK. |
cc @liamfraser |
waiting on @v9938 to retry as I don't have this hardware available |
I'll check it out this weekend. Please give me some time. |
@v9938 this is started as physical issue since your mouse |
@hathach There is no problem with that response. I would like to give the Logitech C-U008 receiver as a gift. I'll send a direct message later. |
@v9938 thank you for your willingness, though it is not really necessary, issue like this one will likely be fixed when host stack is improved over time. It is device-specific and not an major issue at all. |
you may want to try out hathach/tinyusb#1193 , it probably fixes your issue. |
should be fixed in next SDK release which will pick up TinyUSB 0.14.0 |
TinyUSB updated in develop branch. |
Split from #442.
Logitech USB receiver connection failed for the second time.
When using a Logitech USB receiver with tinyUSB cdc_msc_hid example.
The first connection was okay, but the second connection was PANIC.
Board: Raspberry Pi pico
SDK: version 1.2.0
tinyUSB: host-rp2040-double-buffer
The serial log is as follows
CFG_TUSB_DEBUG=1
LV1_logitech_pico_log_20210612.txt
CFG_TUSB_DEBUG=3
LV3_logitech_pico_log_20210612.txt
The test scenario followed the steps below.
1.Connect Logitech receiver.
2.Power ON
3.Type 123456790 on the keyboard
4.Press and release the left mouse button.
5.Press and release the right mouse button.
6.Disconnect Logitech receiver
7.Connect Logitech receiver
If you need any other information about this issue, please request it.
The text was updated successfully, but these errors were encountered: