Search Criteria
Package Details: spi-ch341-usb-dkms-git r54.90517d7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spi-ch341-usb-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | spi-ch341-usb-dkms-git |
Description: | SPI/GPIO driver for CH341 |
Upstream URL: | https://github.com/dimich-dmb/spi-ch341-usb |
Licenses: | GPL |
Conflicts: | spi-ch341-usb-dkms |
Submitter: | dimich |
Maintainer: | dimich |
Last Packager: | dimich |
Votes: | 1 |
Popularity: | 0.000002 |
First Submitted: | 2023-07-09 06:31 (UTC) |
Last Updated: | 2025-05-01 17:57 (UTC) |
Latest Comments
dimich commented on 2025-04-12 12:49 (UTC)
Hi @dreieck. Initially I wanted to keep url of original repository. However, I updated README in the fork with reference to the original one, so now I agree, it makes sence to update $url in PKGBUILD. Will do it.
For license, I'm not sure which SPDX identifier should be choosen. Original repository doesn't contain any license information. Let me know if you know which one is correct to not taint kernel and not break any licensing rules.
dreieck commented on 2025-04-12 09:46 (UTC)
Ahoj,
many thanks for this package.
License identifier needs to be updated to conform to SPDX standards:
Regards!
dreieck commented on 2025-04-12 09:43 (UTC)
Please update to the following upstream source:
https://github.com/dimich-dmb/spi-ch341-usb
-- I see your source already uses it, but
$url
still needs to be changed.This is as documented at https://wiki.pine64.org/wiki/Pinedio#Kernel_module_for_CH341
Regards and thanks for the package!
dimich commented on 2024-12-24 23:10 (UTC)
@psiegl Added 'dkms' dependency in r51.7223d34-2. Thank you for reporting. 'gcc' and 'linux-headers' are already dependencies of 'dkms' package. Regarding blacklist, I'm against modifying user's configuration by package installation. It's up to user, which driver to use and which to blacklist, or use different drivers for different devices simultaneously. However, spi-ch341-usb-dkms package is already listed in
conflics
psiegl commented on 2024-12-23 20:42 (UTC) (edited on 2024-12-23 20:44 (UTC) by psiegl)
This package is missing the dependency
depends=('dkms', 'linux-headers', 'gcc')
.And it would be great to add a blacklist for the original spi_ch341 module, such as:
/etc/modprobe.d/blacklist_ch341.conf
which should containblacklist spi_ch341
.