usb
Here are 964 public repositories matching this topic...
The completed flag that may be passed to asynchronous event handlers is read at https://github.com/libusb/libusb/blob/master/libusb/io.c#L2345 guarded by the events lock, and at https://github.com/libusb/libusb/blob/master/libusb/io.c#L2358 guarded by the event waiters lock.
This means there is no unified lock to access it from other threads, making multithreaded code difficult. Perhaps it sho
Please, please, PLEASE generate HTML docs for PyUSB.
The useability of pydoc is complete crap compared to a web page - With a web page, I can easily have multiple tabs open to different sections of the documentation, there is an actual navigation interface, etc... While PyDoc works, it's minimal at best, and straight out of the 80's at worst.
PyDoc can [natively generate somewhat ugly, but q
Readme.txt includes the following:
t84_default - ATtiny84A default configuration - 1534 bytes
t841_default - ATtiny841 default configuration - 1586 bytes
t45_default - ATtiny85 default configuration - 1588 bytes
t85_default - ATtiny85 default configuration - 1588 bytes
t85_aggressive - ATtiny85 smaller size - critical - 1418 bytes
t1
Nice work--very helpful!
May I suggest that you include a note regarding the need to Registering Your Service. (Perhaps in the Readme.md or the wiki, which should probably be linked in the readme.md)
When I added the code to "my" app (via adding an app dependency of
implementation 'com.github.felHR85:UsbSerial:6.1.0
I found that the UsbService was not actively called until I added
`
Hello,
Using your awesome app for install Linux for old people, every week (many Linux installed). Which have sometimes old computer 32 bits, where Bodhi Linux can revival their machine. Bodhi Linux is based on Ubuntu LTS.
Bodhi Linux 4.x (Ubuntu LTS 16.04) is already supported by MultiBootUSB 9.2, but 16.04 is almost over, I need to install Bodhi Linux 5.x (LTS 18.04).
Bodhi Linux 5.x legacy 3
You can do cool things with blink(1) using just blink1-tool. Let's document that better.
For instance, here's a customized flashing thing:
https://gist.github.com/todbot/be18f570e4140d6a29e429dbd6826f5f
-
Updated
Apr 18, 2020 - C
Appears to be a python3.7 package installation problem?
ubuntu 18.04 LTS
python3.7
glasgow repo cloned today
After following the install instructions I try to run glasgow and get the following:
480s:2000: cd ~/.local/bin/
T480s:2001: ./glasgow
Traceback (most recent call last):
File "./glasgow", line 11, in <module>
load_entry_point('glasgow', 'console_scripts', 'glasgow')
-
Updated
May 26, 2020 - Kotlin
-
Updated
Mar 9, 2020 - C++
As the engineer who wrote this, I'm sure it all seems obvious to you :) but something that would be VERY helpful to add your website and your github README file would be two bullet lists: "What USBGuard Does", "What USBGuard Doesn't Do". Having this explained clearly would be very helpful even to those of us who are tech-savvy :) Thanks.
-
Updated
May 27, 2020 - Shell
-
Updated
May 9, 2020 - C
-
Updated
May 28, 2020 - C++
You should add 'not installed' section of plugins to plugin manager, so users know what plugins exist and can download them from there, or have links there...
-
Updated
May 23, 2020 - C++
Create a document in "/Documentation/Markdown/Reference Articles" called FlingOS-Compile-Time-Configuration and include notes on how to configure the default keyboard layout using definitions in the Kernel.Hardware project properties (and not to check-in/commit such a change).
-
Updated
Sep 29, 2019 - C
Improve this page
Add a description, image, and links to the usb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the usb topic, visit your repo's landing page and select "manage topics."



I cloned Ventoy but then failed to find documentation on how to build Ventoy. I would assume in the top level directory there would be some documentation that explains how to build Ventoy.