aboutsummaryrefslogtreecommitdiff
path: root/usb.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-15 17:42:49 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-15 17:42:49 +0200
commit6d305ebe1e4086329bcaa137b44a5f452cbd7193 (patch)
treeb50d936973451f6486992d658e7883911c8eb0e2 /usb.go
parent9a65aafab104564fb64e5b97f9628ef809a10379 (diff)
Split Device
Diffstat (limited to 'usb.go')
-rw-r--r--usb.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/usb.go b/usb.go
index 660ca29..7aa75c2 100644
--- a/usb.go
+++ b/usb.go
@@ -8,11 +8,6 @@ import (
"github.com/kylelemons/gousb/usb"
)
-type Devicer interface {
- Close()
- Handle() *bufio.ReadWriter
-}
-
type USB struct {
ctx *usb.Context
dev *usb.Device