Re: ddb, USB keyboard and Apple machines.

2014-04-26 Thread Andre de Oliveira
On Sat, Apr 26, 2014 at 05:57:30PM +0200, Martin Pieuchot wrote: > It's actually impossible to use a USB keyboard to enter ddb(8) on most > of the G3/G4 that come with such keyboard since they have a bluetooth > HID device that attaches as the console keyboard. > > I assume this is also the case o

Re: upd(4) needs testing

2014-03-19 Thread Andre de Oliveira
it it soon, instead somebody opposes. -a On Tue, Mar 18, 2014 at 12:40:33AM +0100, Andre de Oliveira wrote: > upd(4) has been integrated to the tree a few hours ago. > > it is disabled for now, so if you follow current and can test it, please > use this patch (mostly the same mpi@'

upd(4) needs testing

2014-03-17 Thread Andre de Oliveira
upd(4) has been integrated to the tree a few hours ago. it is disabled for now, so if you follow current and can test it, please use this patch (mostly the same mpi@'s patch from yesterday, plus the removal of the supported product/device-ids from usb_quirks.c). if you have an ups with you which

Re: Claim all reportIDs of one uhidev(4) device

2014-03-16 Thread Andre de Oliveira
On Sun, Mar 16, 2014 at 12:53:21PM +0100, Martin Pieuchot wrote: > Diff below adds a hack to uhidev(4) to be able to have a subdriver claim > *all* the reportIDs of a device. > > I'd like to commit it to be able to put upd(4) in tree soon in this > release cycle and to allow me to progressively co

Re: GSoC proposal: Porting Capsicum to OpenBSD

2014-03-12 Thread Andre de Oliveira
perhaps, you should try to send a message to the project mentors, as pointed out in the foundation/gsoc page: http://www.openbsdfoundation.org/gsoc2014.html#capsicum -a On Wed, Mar 12, 2014 at 09:58:24AM +0100, tuchalia wrote: > Hi all, > > I'm really interested in this possibility of porting

Re: Add Intel Centrino Wireless-N 2230 support in iwn(4)

2014-02-26 Thread Andre de Oliveira
On Fri, Jan 03, 2014 at 06:40:22PM +0100, Dawe wrote: > On Jan 03, 2014 14:24, Fabian Raetz wrote: > > Hi tech@, > > > > here is an updated patch. > > > > it seems like Intel Centrino Wireless-N 2030 and > > Intel Centrino Wireless-N 2230 have the same pciids... > > > > this makes patch apply ag

Re: upd(4) proposal

2014-02-17 Thread Andre de Oliveira
On Sun, Feb 16, 2014 at 10:28:48PM -0500, James Turner wrote: > Forgot to include tech@... > > Hi Andre, > > I tested upd(4) with my APC Back-UPS ES 550. It looks like it may only > have partial support but figured the report will be helpful nonetheless. > I'm currently using NUT for monitoring.

Re: upd(4) proposal

2014-02-16 Thread Andre de Oliveira
On Fri, Feb 14, 2014 at 10:26:53PM +0400, Kirill Bychkov wrote: > On Fri, February 14, 2014 17:07, Andre de Oliveira wrote: > > hello. > > > > blambert@ suggested me to write a driver for exposing usb-based > > uninterruptable power systems devices data as sysctl(8)

Re: upd(4) proposal

2014-02-16 Thread Andre de Oliveira
On Fri, Feb 14, 2014 at 04:26:07PM +0100, Martin Pieuchot wrote: > > Hello Andre, > > On 14/02/14(Fri) 14:07, Andre de Oliveira wrote: > > hello. > > > > blambert@ suggested me to write a driver for exposing usb-based > > uninterruptable power systems dev

Re: upd(4) proposal

2014-02-16 Thread Andre de Oliveira
,0 +1,111 @@ +.\"$OpenBSD$ +.\" +.\" Copyright (c) 2014 Andre de Oliveira +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and

upd(4) proposal

2014-02-14 Thread Andre de Oliveira
ile mode 100644 index 000..5a9054d --- /dev/null +++ b/share/man/man4/upd.4 @@ -0,0 +1,96 @@ +.\"$OpenBSD$ +.\" +.\" Copyright (c) 2014 Andre de Oliveira +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or wit