From: Andrei T. <an...@un...> - 2007-01-18 16:55:42
|
Hi, This patch has been tested with kernels 2.6.19 and higher only. The basic= idea is to provide support for suspend/resume. Without it, the driver has to b= e unloaded before going to standby and reloaded after resume, lircd and any applications that depend on it need to be restarted etc - it's just a mes= s. The patch solves all this. My HTPC box (running 2.6.19-rc6-mm2 kernel), can be suspended by simple "= echo mem > /sys/power/state", and works 100% fine after resume. |