Timo Teräs

Results 12 issues of Timo Teräs

Is there some way to use CROSS_COMPILE or specify the cross-building toolchain to use?

I am getting: ``` Failed to get USB context: failed to init libusb: Other error [-99] (g-usb-context-error-quark, 0) ``` When running in chroot where `/dev/bus/usb` is empty. Apparently no error...

linux
Documentation

I would need to support "private_key_jwt" client authentication. Is it possible to get this added? Or get help to implement it. Ideally there would be functionality to: 1) generate the...

enhancement

This adds new public functions to get the EVP/X509 object directly based on object template: - speeds up object searches if token has lot of objects as no enumeration is...

It seems that currently you need to explicitly register for all filenames you want to track. I would like to track the names of created files automatically instead of rescanning...

enhancement
component: notify

Hi, As author of opennhrp I would welcome the changes to opennhrp upstream. Would it be possible to receive pull request with commits for opennhrp? Have you also seen Quagga/NHRP...

I got the following backtrace while testing this driver: [ 3098.930049] ------------[ cut here ]------------ [ 3098.930077] WARNING: CPU: 2 PID: 4940 at /home/buildozer/aports/main/linux-grsec/src/linux-3.14/drivers/usb/core/urb.c:339 usb_submit_urb+0x65/0x467 [usbcore]() [ 3098.930079] URB ffff88020d801cc0...

Somewhat related to #32, I detected additional issues in this HP printer. When the printer is starting up, it behaves as follows during early boot: - `/ipp/print` requests return `503...

Seems that the new HP M578 has few issues that would need improvements / additional quirks: - The replies from printer sometime take long time (due to various reasons), and...

`const.go` defines `DevInitRetryInterval` but it is never used. I assume `pnp.go`: `PnPStart` and `pnpRetryTime` should be using it instead of `DNSSdRetryInterval`.