Re: add lid status sensor to acpibtn

2013-08-12 Thread Landry Breuil
On Mon, Aug 12, 2013 at 06:01:25PM +0200, David Coppa wrote: > On Mon, Aug 12, 2013 at 5:40 PM, Landry Breuil wrote: > > Hi, > > > > this diff adds a sensor for acpibtn to show lid status. This allows > > userland to monitor/react on lid close/open events, in case one is not > > using machdep.lids

Re: drm bits on 54.html

2013-08-12 Thread Chris Cappuccio
Alexey Suslikov [alexey.susli...@gmail.com] wrote: > On Sat, Aug 10, 2013 at 11:58 AM, Brad Smith wrote: > > - Original message - > >> Hi tech@. > >> > >> 54.html says: > >> > >> > Now mostly in sync with Linux 3.8.13 > >> > >> But there's no such thing as Linux X.X.X, there's a Linux kern

Re: add lid status sensor to acpibtn

2013-08-12 Thread David Coppa
On Mon, Aug 12, 2013 at 5:40 PM, Landry Breuil wrote: > Hi, > > this diff adds a sensor for acpibtn to show lid status. This allows > userland to monitor/react on lid close/open events, in case one is not > using machdep.lidsuspend. I know sysutils/upower can make use of this, i > just need to add

add lid status sensor to acpibtn

2013-08-12 Thread Landry Breuil
Hi, this diff adds a sensor for acpibtn to show lid status. This allows userland to monitor/react on lid close/open events, in case one is not using machdep.lidsuspend. I know sysutils/upower can make use of this, i just need to add the corresponding code there. comments ? I wonder if/how the cas