11 Commits

Author SHA1 Message Date
Vadim Mikhailov
a7df8f8367 Cleanup ifdef usage
* No need to check for both __gnu_linux__ and __linux__, latter is enough.
* Require libusb 1.0.13 to build - this makes LIBUSB_API_VERSION always defined.
* Include `<libusb.h>` not `<libusb-1.0/libusb.h>` - this will always work
  if `pkg-config` is detected. For backwards compatibility still try building
  without `pkg-config` present, but it is much less reliable and will not work on Mac.
* Bump copyright year.
2025-01-18 14:04:34 -08:00
Vadim Mikhailov
4deae1731c Update README, bump copyright year
* Remove mention of MacOS bug only applicable to old MacOS 12.4 x86
* Simplify docs related to Linux kernel 6.0 fixes
* Bump copyright year
2024-02-20 22:40:28 -08:00
Vadim Mikhailov
41e1bacf41 Bump copyright year 2023-01-27 11:23:08 -08:00
Vadim Mikhailov
ee98e43a43 Update copyright year 2022-05-10 18:13:08 -07:00
Vadim Mikhailov
fae3da7e6f Bump copyright year 2020-01-20 12:14:48 -08:00
Vadim Mikhailov
f2d016a27c Bump copyright year 2019-01-04 15:42:33 -08:00
Vadim Mikhailov
6e05aee30e uhubctl 2.0.0
* Clarify that uhubctl will automatically handle USB3 duality.
* Bump copyright year.
* Mention more Linux distributions where uhubctl was tested to work.
2018-03-10 18:23:01 -08:00
Vadim Mikhailov
878816b2de Bump copyright year 2017-03-11 11:39:01 -08:00
Vadim Mikhailov
abbf0699ee Bump copyright year 2016-11-10 10:46:32 -08:00
Stephen Kitt
89106b3193 Clarify the license, GPL version 2
This fixes #6.

Signed-off-by: Stephen Kitt <steve@sk2.org>
2016-11-09 20:13:21 +01:00
Vadim Mikhailov
d5da2677eb Added uhubctl source code 2015-01-14 16:32:36 -08:00