Re: linux libusb again, I made an updated port...

2014-02-08 Thread Juergen Lock
On Fri, Feb 07, 2014 at 08:49:28PM +, Wojciech A. Koszek wrote: On pi??, lut 07, 2014 at 09:12:08 +0100, Juergen Lock wrote: Hi! This came up on irc so I tried to build a linux libusb port (before I learned about ports/146895), mine uses linux_base-gentoo-stage3 like linux_kdump

RE: linux libusb again, I made an updated port...

2014-02-08 Thread Hans Petter Selasky
Hi, It is better to use the latest libusb code from -current, because new libusb v1.0 APIs have been added. --HPS I was just thinking an updated version may be useful, but if it's already working for everyone maybe less so... ___

RE: RE: Entering password at GELI prompt using USB keyboard

2014-02-08 Thread perox
Hello again, finally I was able to solve my problem. The culprit was - as suspected - that GELI uses cngets() instead of gets() since 9.1. I used the old gets() as well as the related cngetc() and cncheckc() implementations from 9.0 and changed the call in GELI from cngets() to gets_old(). As a

Re: RE: Entering password at GELI prompt using USB keyboard

2014-02-08 Thread Eitan Adler
[ Andriy, see quoted paragraph below ] On Sat, Feb 8, 2014 at 9:12 AM, pe...@freenet.de wrote: Hello again, finally I was able to solve my problem. The culprit was - as suspected - that GELI uses cngets() instead of gets() since 9.1. I used the old gets() as well as the related cngetc()

Re: linux libusb again, I made an updated port...

2014-02-08 Thread Wojciech A. Koszek
On sob, lut 08, 2014 at 09:45:46 +0100, Juergen Lock wrote: On Fri, Feb 07, 2014 at 08:49:28PM +, Wojciech A. Koszek wrote: On pi??, lut 07, 2014 at 09:12:08 +0100, Juergen Lock wrote: Hi! This came up on irc so I tried to build a linux libusb port (before I learned about