Re: [PATCH] remove device_suspend calls in sys_reboot path

2005-08-02 Thread Pavel Machek
Hi! > A recent change for 'case LINUX_REBOOT_CMD_POWER_OFF' causes an endless > hang after 'halt -p' on my Macs with USB keyboard. > It went into rc1, but the hang in an usb device (1-1.3) shows up only > with rc3. Why is device_suspend() called anyway if the > system will go down anyway in a few

Re: [PATCH] remove device_suspend calls in sys_reboot path

2005-08-01 Thread Olaf Hering
On Mon, Aug 01, Olaf Hering wrote: > > A recent change for 'case LINUX_REBOOT_CMD_POWER_OFF' causes an endless > hang after 'halt -p' on my Macs with USB keyboard. > It went into rc1, but the hang in an usb device (1-1.3) shows up only > with rc3. Why is device_suspend() called anyway if the > s