summaryrefslogtreecommitdiff
path: root/kvmd/apps/otg/__init__.py
AgeCommit message (Collapse)Author
2022-09-04new typing styleMaxim Devaev
2022-05-24log fixMaxim Devaev
2022-05-24Compatibility with old vanilla kernels (#88)Frank Zhang
2022-04-18refactoringMaxim Devaev
2022-04-18optional serial numberMaxim Devaev
2022-04-17configurable usb device version and max powerMaxim Devaev
2022-04-10get rid of the otg-unlock helperMaxim Devaev
2022-04-02otgconf gpio pluginMaxim Devaev
2022-03-31refactoringMaxim Devaev
2022-03-31renamed config_path to profile_pathMaxim Devaev
2022-03-31write otg metainfoMaxim Devaev
2022-03-31refactoringMaxim Devaev
2022-03-31simplified find_udc()Maxim Devaev
2022-03-30improved otgbindMaxim Devaev
2022-01-20refactoringMaxim Devaev
2022-01-20RNDIS Version 5 for Windows XP, automatic driver load on Windows using ncm (#77)mfunkey
* rndis version 5 implementation for windows xp * make windows pick the ncm usb ethernet driver automatically
2022-01-07copyright bumpMaxim Devaev
2022-01-06fixMaxim Devaev
2022-01-06Make kvmd-net start/stop work without error while changing configuration (#76)mfunkey
2022-01-06bump bcdDevice only for rndisMaxim Devaev
2022-01-04Improved RNDIS configurationMaxim Devaev
https://github.com/ev3dev/ev3-systemd/blob/ev3dev-jessie/scripts/ev3-usb.sh https://github.com/mfunkey/kvmd/commit/d6679cebbaa3fc89b13d549aa696840c112bbfca
2021-09-08small rebrandingMaxim Devaev
2021-08-31configurable bcdUSBMaxim Devaev
2021-08-28unified udc code and automatic driver detectionMaxim Devaev
2021-08-21improved otg messagesMaxim Devaev
2021-08-21set wakeup_on_write as optional flagMaxim Devaev
2021-08-20option to enable remote wakeupMaxim Devaev
2021-07-29removed max_power option, added todo about remote wakeupMaxim Devaev
2021-07-24dual mouse modeMaxim Devaev
2021-07-21optional no_out_endpointMaxim Devaev
2021-01-07update copyDevaev Maxim
2020-12-26otgbind pseudo-gpio pluginDevaev Maxim
2020-11-03configurable wheel for otgDevaev Maxim
2020-11-03Relative (#18)Maxim Devaev
* refactoring * basic relative mouse mode
2020-10-05more optionsDevaev Maxim
2020-10-05configurable maxpowerDevaev Maxim
2020-10-03refactoringDevaev Maxim
2020-10-03using sysfs prefixDevaev Maxim
2020-09-30improved loggingDevaev Maxim
2020-09-30renamed otg configDevaev Maxim
2020-09-30configurable ethernet driverDevaev Maxim
2020-09-30optional host_mac and kvm_macDevaev Maxim
2020-09-30moved otg devices configs to their own sectionDevaev Maxim
2020-09-30options to configure otg ethernetDevaev Maxim
2019-10-24allow kvmd to edit msd paramsDevaev Maxim
2019-10-21improved otg msdDevaev Maxim
2019-10-01refactoringDevaev Maxim
2019-09-30log otg actionsDevaev Maxim
2019-09-30otg mouseDevaev Maxim
2019-09-25otg: fixed keyboard report_lengthDevaev Maxim