32 Commits

Author SHA1 Message Date
Sebastian Zagrodzki
5514912016 Go 1.22 (#122)
Update Go & Ubuntu versions in GitHub CI workflows. Pass files through a new version of gofmt. Allow running CI workflow manually.
2024-02-24 21:48:06 +01:00
Joël Stemmer
d0c05ab7f7 Fix linux-usb.org URL's (#62)
These were accidentally modified when the package was renamed to gousb
in commit 5200a36.
2019-01-25 16:00:36 +01:00
Sebastian Zagrodzki
85520e6880 Add missing argument to Fatalf. 2017-11-12 03:21:28 +01:00
Sebastian Zagrodzki
9f04f7bdf0 Replace anonymous DeviceDesc field import with a named "Desc" field. 2017-05-06 02:47:24 +02:00
Sebastian Zagrodzki
fedc9864dd rename Descriptor to DeviceDesc 2017-05-06 02:36:45 +02:00
Sebastian Zagrodzki
5200a36191 Move files from gousb/usb to gousb 2017-05-06 00:11:11 +02:00
Sebastian Zagrodzki
e33e0fef82 s/kylelemons/google/ in the new repo. 2017-05-05 23:41:11 +02:00
Sebastian Zagrodzki
aaef575b06 rename Setups to AltSettings 2017-04-09 20:45:35 +02:00
Sebastian Zagrodzki
8364724ca4 lint fixes. 2017-04-09 20:28:26 +02:00
Sebastian Zagrodzki
168b501d53 Rename IfClass/IfSubClass/IfProtocol to Class/SubClass/Protocol, these
fields occur within an interface descriptor.
2017-04-09 18:44:32 +02:00
Sebastian Zagrodzki
f91d53931a Use Protocol type for USB interface protocol. 2017-04-09 18:42:04 +02:00
Sebastian Zagrodzki
d3428d9b35 Use Class for classes in usbid. 2017-04-09 18:29:16 +02:00
Sebastian Zagrodzki
6d9ea8e966 testDBPath is a const, not var... 2017-04-09 01:05:09 +02:00
Sebastian Zagrodzki
f2c4300ad5 testDBPath to package variables 2017-04-09 01:04:43 +02:00
Sebastian Zagrodzki
0566e701f6 add tests for URL fetching 2017-04-09 00:58:47 +02:00
Sebastian Zagrodzki
aa9661f705 move static data to testdata files 2017-04-09 00:38:42 +02:00
Nikola Kovacs
f19e934f9f Ignore rawread and usbid/regen binaries 2017-03-26 18:40:51 +02:00
Sebastian Zagrodzki
e0cfdc52dd updated USB IDs 2017-03-10 09:09:34 -05:00
Sebastian Zagrodzki
beb4fdbac5 Update copyright notes for multiple contributors. 2017-02-07 07:37:57 +01:00
Kyle Lemons
efc611f455 Generate the USB ID data using 'go generate' 2016-04-03 20:07:28 -07:00
Kyle Lemons
ec7ebf8e87 Update baked-in USB IDs 2016-04-03 20:01:12 -07:00
Kyle Lemons
96f1a0a774 Update LICENSE 2013-08-14 19:22:55 -07:00
Kyle Lemons
71bbb57904 Checkpoint 2012-04-09 17:37:25 -07:00
Kyle Lemons
c8d19d2d0f Renames 2012-03-27 20:30:16 -07:00
Kyle Lemons
be26b2f34b Tweaks and renames 2012-03-27 18:34:56 -07:00
Kyle Lemons
78e551a40d Package documentation 2012-03-26 23:58:51 -07:00
Kyle Lemons
1190ab988a Fix missing parenthesis 2012-03-26 23:54:30 -07:00
Kyle Lemons
de63823965 Comment/test cleanup 2012-03-26 23:53:08 -07:00
Kyle Lemons
2da2ce1e17 gofmt 2012-03-26 22:51:47 -07:00
Kyle Lemons
0f572675c9 Tidy up interfaces and pretty printing 2012-03-26 22:37:25 -07:00
Kyle Lemons
ba2dd5404f Add config, interfaces, endpoints, etc 2012-03-26 00:06:53 -07:00
Kyle Lemons
804a3c6ab8 First cut 2012-03-25 04:11:01 -07:00