Looking for logitech webcams testers/device info

2018-06-29 Thread Landry Breuil
Hi, sending this to a wider audience on misc@, to fix the microphone (cf https://marc.info/?t=15298427072&r=1&w=2) on a variety of logitech webcams (mostly the Cxxx{,HD}?) i'd need the lsusb -v output for the corresponding devices. If you have a logitech webcam where the mic doesnt work (look

synchronize ber.c and ber.h across four consumers

2018-06-29 Thread Rob Pierce
This diff is a final synchronization of ber.c and ber.h. It basically takes (2012) ber additions to snmpd and adds them back to ldap, ldapd, and ypldap instances. See usr.sbin/snmpd/ber.c revision 1.24 commit log for a summary of those changes (e.g. SNMPv2 traps, User-based Security Model, callbac

Re: integer divide fault trap: ilk_compute_vm_level panic

2018-06-29 Thread Mikhail
ping? On Fri, Jun 15, 2018 at 8:47 PM, Mikhail wrote: > Hello, tech@, I'm running freshly upgraded -current (upgraded via > today snapshot from -stable 6.3 where I had similar issue) on my > ThinkPad Edge 530. > > I get attached panic when my monitor is connected through HDMI port, > the panic ha

bgpd "local-address $ip $ip6"

2018-06-29 Thread Stuart Henderson
Is there any interest in allowing "local-address $ip $ip6" and having the parser choose whichever of these addresses has the relevant af for a peer? Mostly it allows prettier/shorter configs and slightly less complex templates if you generate them programmatically. For example if you have ibgp con

Re: signal to process or posix thread

2018-06-29 Thread Alexander Bluhm
On Thu, Jun 28, 2018 at 01:54:29PM +0200, Martin Pieuchot wrote: > > It may happen that the worker thread is in the signal handler and > > also blocks the signals. > > Are you saying that the worker thread modified its mask itself, via > a syscall, or that the kernel changed `p_sigmask'? Unless SA

Re: uaudio: fix logitech c310 integrated mic

2018-06-29 Thread Landry Breuil
On Fri, Jun 29, 2018 at 09:05:56AM +0200, Remco wrote: > > > If you don't find any better solution, I'd suggest using a device ID > > > check rather than adding a quirk. Because such quirk cannot be generic. > > > In that case you have an off-by-one, but another device might have a > > > different

bgpd, refactor some rib functions

2018-06-29 Thread Claudio Jeker
This diff does nothing else than prep for the possibility to use struct rde_aspath objects that sit on the stack instead of being malloc()-ed. Currently a lot of copies are created when filter modify aspath entries when in practice it is not needed. The main changes are: - path_copy() gets a seco

Re: uaudio: fix logitech c310 integrated mic

2018-06-29 Thread Remco
If you don't find any better solution, I'd suggest using a device ID check rather than adding a quirk. Because such quirk cannot be generic. In that case you have an off-by-one, but another device might have a different problem. That was in the case we'd encounter other devices where the descri