Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
8d2cf028
Commit
8d2cf028
authored
Jul 03, 2019
by
Guillaume Ballet
Committed by
Péter Szilágyi
Jul 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vendor: update karalabe/usb to fix CGO=0 builds (#19790)
parent
5f5de49c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
usb_disabled.go
vendor/github.com/karalabe/usb/usb_disabled.go
+5
-0
vendor.json
vendor/vendor.json
+3
-3
No files found.
vendor/github.com/karalabe/usb/usb_disabled.go
View file @
8d2cf028
...
...
@@ -44,3 +44,8 @@ func EnumerateRaw(vendorID uint16, productID uint16) ([]DeviceInfo, error) {
func
EnumerateHid
(
vendorID
uint16
,
productID
uint16
)
([]
DeviceInfo
,
error
)
{
return
nil
,
nil
}
// Open connects to a previsouly discovered USB device.
func
(
info
DeviceInfo
)
Open
()
(
Device
,
error
)
{
return
nil
,
ErrUnsupportedPlatform
}
vendor/vendor.json
View file @
8d2cf028
...
...
@@ -243,10 +243,10 @@
"revisionTime"
:
"2017-04-30T22:20:11Z"
},
{
"checksumSHA1"
:
"
TU/WaqL7fYPDovmGVRSo8btD4ZM
="
,
"checksumSHA1"
:
"
X7ZY5gt+qBd/lafKNbPbouL819w
="
,
"path"
:
"github.com/karalabe/usb"
,
"revision"
:
"
4d6ba34a841453237dba721eeec1af0ef9a7a890
"
,
"revisionTime"
:
"2019-0
6-13T07:02:55
Z"
,
"revision"
:
"
6a7de9d893feb2324aaef49331e923ce279c7973
"
,
"revisionTime"
:
"2019-0
7-03T09:51:11
Z"
,
"tree"
:
true
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment