Re: [linux-pm] [PATCH, RFC] wake up from a serial port

2007-08-27 Thread Guennadi Liakhovetski
On Mon, 27 Aug 2007, Pavel Machek wrote: > Hi! > > > Enable wakeup from serial ports, make it run-time configurable over sysfs, > > e.g., > > > > echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup > > > > Requires > > > > # CONFIG_SYSFS_DEPRECATED is not set > > > >

Re: [linux-pm] [PATCH, RFC] wake up from a serial port

2007-08-27 Thread Pavel Machek
Hi! > Enable wakeup from serial ports, make it run-time configurable over sysfs, > e.g., > > echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup > > Requires > > # CONFIG_SYSFS_DEPRECATED is not set > > Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> Hmm,

Re: [linux-pm] [PATCH, RFC] wake up from a serial port

2007-08-27 Thread Pavel Machek
Hi! Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not set Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] Hmm, interesting, looks

Re: [linux-pm] [PATCH, RFC] wake up from a serial port

2007-08-27 Thread Guennadi Liakhovetski
On Mon, 27 Aug 2007, Pavel Machek wrote: Hi! Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not set Signed-off-by: Guennadi