lkml.org 
[lkml]   [2012]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/3] serial: 8250: Add a wakeup_capable module param
> Let me provide a bit of context. The serial_core code seems to be the
> only place in the kernel that does this:
>
> device_init_wakeup(tty_dev, 1);
> device_set_wakeup_enable(tty_dev, 0);
>
> The first call makes the device wakeup capable and enables wakeup, The
> second call disabled wakeup.

> I assume we can't and shouldn't change device_init_wakeup() . We could
> add a call like device_init_wakeup_disabled() which makes the device
> wakeup capable but does not actually enable it. Does that work?

Is that not

device_init_wakeup(tty_dev, 0)

or am I missing something ?


\
 
 \ /
  Last update: 2012-01-18 23:15    [W:0.125 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site