kvm/internal/usbgadget
Alex P fff2d2b791 feat(usbgadget): add nil checks for gadget operations and cleanup tests
refactor(usbgadget): reorganize test files into logical categories

test(usbgadget): add integration tests for audio and usb gadget interactions

fix(dev_deploy): clean up /tmp directory before copying test files
2025-08-25 22:24:41 +00:00
..
changeset.go fix: configFS might not be mounted if the directory exists (#479) 2025-05-19 23:59:02 +02:00
changeset_resolver.go Improvement: automatically resume audio when the audio usb gadget is re-enabled from settings 2025-08-25 12:36:04 +00:00
changeset_symlink.go fix: unit test not returning error when test fails 2025-05-19 22:51:11 +02:00
config.go Fix: USB Gadgets update 2025-08-25 09:19:03 +00:00
config_tx.go Improvement: automatically resume audio when the audio usb gadget is re-enabled from settings 2025-08-25 12:36:04 +00: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 perf(usbgadget): reduce input latency by pre-opening HID files and removing throttling 2025-08-12 10:07:58 +00:00
hid_mouse_absolute.go perf(usbgadget): reduce input latency by pre-opening HID files and removing throttling 2025-08-12 10:07:58 +00:00
hid_mouse_relative.go perf(usbgadget): reduce input latency by pre-opening HID files and removing throttling 2025-08-12 10:07:58 +00:00
interface.go feat(usbgadget): add nil checks for gadget operations and cleanup tests 2025-08-25 22:24:41 +00: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 Fix: USB Gadgets update 2025-08-25 09:19:03 +00:00
usbgadget.go Fix: USB Gadgets update 2025-08-25 09:19:03 +00:00
usbgadget_hardware_test.go feat(usbgadget): add nil checks for gadget operations and cleanup tests 2025-08-25 22:24:41 +00:00
usbgadget_logic_test.go feat(usbgadget): add nil checks for gadget operations and cleanup tests 2025-08-25 22:24:41 +00:00
utils.go chore: typo 'supression' should be 'suppression' (#671) 2025-07-03 17:28:00 +02:00