Sha256: a5e6c36592c22ff9ea3f66a6556804ca3eecd36c5ef81b1b83bd95c18ec9ddcc

Contents?: true

Size: 916 Bytes

Versions: 2

Compression:

Stored size: 916 Bytes

Contents

# USBUtils

Utilities to control the USB devices.

## Installation

    $ gem install usbutils

## Usage

show command list

    $ usbutils
    Commands:
    usbutils devices            # list all usb devices
    usbutils help [COMMAND]     # Describe available commands or one specific command
    usbutils reset <serial no>  # reset device

show usb devices

    $ usbutils devices
    serial=0000:00:06.0	product=OHCI Host Controller	manufacturer=Linux 3.2.0-23-generic ohci_hcd
    serial=01498A4D15005015	product=Galaxy Nexus	manufacturer=samsung

reset(reconnect) usb device

    $ usbutils reset 01498A4D15005015

## Contributing

1. Fork it ( http://github.com/<my-github-username>/usbutils/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
usbutils-0.0.3 README.md
usbutils-0.0.2 README.md