Skip to content

Commit

Permalink
cleanup readme, remove temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Young committed May 11, 2015
1 parent 6b70508 commit 7a06827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 80 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,7 +2,7 @@ keyboard-gadget
===============

keyboard-gadget is a shell script that sets up a simple HID keyboard
gadget using configfs.
gadget via ConfigFS.

Usage
-----
Expand All @@ -14,9 +14,9 @@ have been unloaded from the kernel and then:
```
This will configure the gadget and bind it to the system UDC driver, which
must be set by you. It is one of the variables defined in the beginning of
the script and must be the name of one of the special files in /sys/class/udc/.
the script and must be the name of one of the special files in ```/sys/class/udc/```.

After it is configured you can write HID reports to /dev/hidg<xx>, a device file
After it is configured you can write HID reports to ```/dev/hidg<xx>```, a device file
created when the ConfigFS gadget is bound to the UDC driver (last line of the script).
The host will read them at its leisure as per the USB spec.

Expand Down
29 changes: 0 additions & 29 deletions README.md~

This file was deleted.

48 changes: 0 additions & 48 deletions gadget-setup.sh~

This file was deleted.

0 comments on commit 7a06827

Please sign in to comment.