M Sirabella
M Sirabella
As a gentoo (proxy) maintainer too, I'm interested in packaging sherlock at least in GURU to start with. Related is #1120 since having a release tarball to download on the...
> Are you able to utilize one of the standard treeish tarballs? For instance, my rpm spec uses this method with master as the ref, pulling whatever the current HEAD...
Other info that might be useful to document somewhere / in the pyproject.toml file: what versions of python is this supported to be installed under?
Okay yeah I got clued in about multiple devices and spi does fail to load on the second device plugged in.
WRT to the linux 6.8 renames I could potentially rename more master -> controller if that's desired. Seems in line with what other spi modules do.
https://github.com/rogerjames99/spi-ch341-usb & https://github.com/rogerjames99/spi-ch341-usb/blob/master/udev/90-ch341-spi.rules seems to work *somewhat*. After copying that file to `/etc/udev/rules.d/`, all I need to do to set up the device is: ``` echo spidev 0 | sudo...
it seems that removing the `mfd_add_hotplug_devices` from `gpio-ch341.c` fixes this, although breaks spi...
I want to add tests for this somehow
@davidism ready for review, would like extra eyes on the test specifically
> Add an entry in CHANGES.rst summarizing the change and linking to the issue. I've been told I don't need to do this and it will be gotten to later.