You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior for the Apple keyboard is odd. The usb3sun makes no beep on connect, but makes the standard beep on disconnect. If a different (working) keyboard is attached, it behaves normally. If the Apple keyboard is re-attached, though, the usb3sun seems hung: no connections from any keyboard are recognized, and no beep is emited on disconnecting the Apple keyboard. A reset using the on-board button restores normal function. This keyboard is known to function normally with other non-Apple hardware (it was used to type this report while connected to a Raspberry Pi running Plan 9).
Notably, the Keyboardio Atreus does not exhibit this behavior; the usb3sun beeps on connect/disconnect as for the working keyboards.
The usb3sun makes no beep on connect, but makes the standard beep on disconnect.
this suggests we are getting our tuh_umount_cb (note: not tuh_hid_umount_cb) on disconnect, but not our tuh_hid_mount_cb (note: not tuh_mount_cb) on connect.
If a different (working) keyboard is attached, it behaves normally. If the Apple keyboard is re-attached, though, the usb3sun seems hung: no connections from any keyboard are recognized, and no beep is emited on disconnecting the Apple keyboard.
this suggests the usb stack may be hitting an assertion failure or one of its device limits.
reported by Anthony Sorace in http://a.9srv.net/reports/usb3sun.html
plan 9 /dev/usb/ctl:
The text was updated successfully, but these errors were encountered: