Dave Young
Dave Young
I tried this on Fedora with a wrapper libusb-0.1 which actually should be libusb1.0, and commented out the checking of libusb, it worked for me for flashing n900 firmware. If...
Pali, I did a quick test, get below: Run 0xFFFF -I, then immediately plug the usb cable to N900, got below: # ./0xFFFF -I 0xFFFF v0.7 // Open Free Fiasco...
Yes, I'm sure it is via libusb-compat, but Fedora libusb takes two patches below: 0001-Link-with-znodelete-to-disallow-unloading.patch 0002-Revert-use-atexit-to-call-libusb_exit.patch I'm not sure if they are relevant or not. Will check your link later.....
Pali, as I said I got a working test result with Fedora libusb, but after checking the dmesg I get below, so apparently my time slot window is longer than...
Here is the output of my test result with pali's test code: [usbtest]# ./a.out Plugged: idVendor=0x0421 idProduct=0x01c7 iProduct= ^C[root@dhcp-128-65 usbtest]# ./a.out Plugged: idVendor=0x0421 idProduct=0x0106 iProduct= Unplugged: idVendor=0x0421 idProduct=0x0106 Plugged: idVendor=0x0421...
I come across this issue as well, there is one n900 with a broken touchscreen. I tried to compile the u-boot tag v2023.04 with below and then run `0xFFFF -m...
> I found a few related (different use-case, but similar PR) discussions. > > [dracutdevs/dracut#2210](https://github.com/dracutdevs/dracut/pull/2210) [microsoft/azurelinux#9543](https://github.com/microsoft/azurelinux/issues/9543) > > I personally like the following syntax as it does not introduce one...
> > if change the confdir to a list then it could change the behavior because confdir is not an extra dir besides of the default one > > Perhaps...
> > it will be not useful unless changing the order. > > Wouldn't `--force-add` and #584 solve this issue (perhaps not in a general case but in this specific...
> @licliu @daveyoung - how would you feel about switching the argument to `--add-confdir` instead of `--extra-confdir`. I feel this would fit into the current naming conventions (`--add-drivers`, `--add-modules`) and...