Package documentation

This commit is contained in:
Kyle Lemons
2012-03-26 23:58:51 -07:00
parent 1190ab988a
commit 78e551a40d

View File

@@ -1,3 +1,12 @@
// Package usbid provides human-readable text output for the usb package.
//
// On load, the usbid package parses an embedded mapping of vendors/products
// and class/subclass/protocols. They can also be loaded from a URL or from
// a reader.
//
// The bread and butter of this package are the following two functions:
// Describe - Pretty-print the vendor and product of a device descriptor
// Classify - Pretty-print the class/protocol info for a device/interface
package usbid
import (