kvm/internal/usbgadget
Marc Brooks 6c247e967d
chore/fix-usb-default - Fix the base usb configuration
In reviewing the config.go settings for idProduct and bcdDevice are not formatted correctly. All examples on GitHub have 0x0104 and 0x0100 respectively. The idProduct value gets overwritten with valid values when you change the configuration (because they are correct in the options), but until you do the USB initialization will not be correct.
2025-06-13 02:06:21 -05:00
..
changeset.go fix: configFS might not be mounted if the directory exists (#479) 2025-05-19 23:59:02 +02:00
changeset_arm_test.go chore(usbgadget): update usbgadget config only when needed (#474) 2025-05-19 21:48:43 +02:00
changeset_resolver.go fix(usbgadget): do not panic if a change isn't found (#481) 2025-05-20 00:34:32 +02:00
changeset_symlink.go fix: unit test not returning error when test fails 2025-05-19 22:51:11 +02:00
config.go chore/fix-usb-default - Fix the base usb configuration 2025-06-13 02:06:21 -05:00
config_tx.go fix(usbgadget): do not panic if a change isn't found (#481) 2025-05-20 00:34:32 +02:00
consts.go refactor(usb): move usbconfig to a seperated package 2025-03-10 14:02:52 +01:00
hid.go refactor(usb): move usbconfig to a seperated package 2025-03-10 14:02:52 +01:00
hid_keyboard.go feat: sync keyboard led status (#502) 2025-05-23 00:12:18 +02:00
hid_mouse_absolute.go Improve/Simplify Mouse Wheel Scroll Behavior (#470) 2025-05-19 13:03:33 +02:00
hid_mouse_relative.go refactor: use structured logging 2025-04-11 00:43:46 +02:00
log.go chore(usbgadget): update usbgadget config only when needed (#474) 2025-05-19 21:48:43 +02:00
mass_storage.go feat(usb_mass_storage): mount as disk (#333) 2025-05-12 19:07:27 +02:00
udc.go chore(usbgadget): update usbgadget config only when needed (#474) 2025-05-19 21:48:43 +02:00
usbgadget.go feat: sync keyboard led status (#502) 2025-05-23 00:12:18 +02:00
utils.go chore(usbgadget): update usbgadget config only when needed (#474) 2025-05-19 21:48:43 +02:00