shared/usbid: Remove LXD mentions

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2023-08-29 22:30:27 -04:00
parent 9438801214
commit f8689e8f0d
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -1,5 +1,5 @@
This Go package is a variant of `usbid` from https://github.com/google/gousb.
It was written by the gousb maintainers and contributors and then adapted for use by LXD.
It was written by the gousb maintainers and contributors and then adapted for our use.
Main changes:
- Doesn't load on import (reduced memory footprint).
@ -8,4 +8,4 @@ Main changes:
- Doesn't use or indirectly rely on CGO as this code is often used in cross-built static binaries.
Most users will want to stick to the upstream google/gousb version instead.
This fork is really meant for LXD's special use case and may be further trimmed down in the future.
This fork is really meant for our special use case and may be further trimmed down in the future.