All Projects → mcarans → resetusb

mcarans / resetusb

Licence: MIT license
List USB devices and reset a USB device from the command line

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to resetusb

Css Micro Reset
Minimal barebone CSS Reset
Stars: ✭ 353 (+346.84%)
Mutual labels:  reset
Preset
A simple CSS preset for 2020
Stars: ✭ 146 (+84.81%)
Mutual labels:  reset
Tinyreset
Tiny CSS reset for the modern web
Stars: ✭ 251 (+217.72%)
Mutual labels:  reset
Boilerform
Boilerform is a little HTML and CSS boilerplate to take the pain away from working with forms.
Stars: ✭ 679 (+759.49%)
Mutual labels:  reset
Wipe.css
🚿 Dear Dev, stop suffering and resetting styles for every new project. Wipe.css is a library to reset default styles with some opinionated and great changes, that you'll love or not.
Stars: ✭ 106 (+34.18%)
Mutual labels:  reset
Minireset.css
A tiny modern CSS reset
Stars: ✭ 2,433 (+2979.75%)
Mutual labels:  reset
json-server-reset
Reset middleware for json-server
Stars: ✭ 13 (-83.54%)
Mutual labels:  reset
django-reset-password
This project is an implementation example for reset password of django
Stars: ✭ 21 (-73.42%)
Mutual labels:  reset
Ress
🚿 A modern CSS reset
Stars: ✭ 1,739 (+2101.27%)
Mutual labels:  reset
A11y Css Reset
A small set of global rules to make things accessible and reset default styling
Stars: ✭ 250 (+216.46%)
Mutual labels:  reset
Bojler
Bojler is an email framework
Stars: ✭ 885 (+1020.25%)
Mutual labels:  reset
Vanilla Css
A minimal baseline stylesheet for any web project
Stars: ✭ 53 (-32.91%)
Mutual labels:  reset
Reseter.css
Reseter.css - A Futuristic CSS Reset/Normalizer
Stars: ✭ 225 (+184.81%)
Mutual labels:  reset
Destyle.css
Opinionated reset stylesheet that provides a clean styling slate for your project.
Stars: ✭ 499 (+531.65%)
Mutual labels:  reset
f1usb
Einfaches Beispiel für die Entwicklung eines USB FullSpeed Device auf Basis des STM32F103 ohne die Verwendung externer Bibliotheken
Stars: ✭ 27 (-65.82%)
Mutual labels:  usb-devices
Styled Reset
Eric Meyer's Reset CSS for styled-components
Stars: ✭ 305 (+286.08%)
Mutual labels:  reset
Core Reset
A CSS reset that reduces all elements to their most basic forms
Stars: ✭ 193 (+144.3%)
Mutual labels:  reset
Print-Reset-Tool
No description or website provided.
Stars: ✭ 18 (-77.22%)
Mutual labels:  reset
vertical-rhythm-reset
A Sass/SCSS library for responsive vertical rhythm grids, modular scale typography, and CSS normalization.
Stars: ✭ 65 (-17.72%)
Mutual labels:  reset
Reset Css
An unmodified* copy of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.
Stars: ✭ 244 (+208.86%)
Mutual labels:  reset

List USB devices and reset one of them from command line

Usage:

python reset_usb.py help : Show this help
sudo python reset_usb.py list : List all USB devices
sudo python reset_usb.py path /dev/bus/usb/XXX/YYY : Reset USB device using path /dev/bus/usb/XXX/YYY
sudo python reset_usb.py search "search terms" : Search for USB device using the search terms within the search string returned by list and reset matching device
sudo python reset_usb.py listpci : List all PCI USB devices
sudo python reset_usb.py pathpci /sys/bus/pci/drivers/.../XXXX:XX:XX.X : Reset PCI USB device using path
sudo python reset_usb.py searchpci "search terms" : Search for PCI USB device using the search terms within the search string returned by listpci and reset matching device       
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].