I've been having a bear of a time getting this new Lenovo Thikpad X1 Carbon Gen 9 to suspend. I think these are the lines that indicate the cause of my problem
systemd-sleep[682835]: System returned from sleep state. bluetoothd[829]: Controller resume with wake event 0x1 kernel: usb 3-3: new full-speed USB device number 120 using xhci_hcd kernel: PM: suspend exit After seeing this I wanted to disable XHCI ACPI, because I've seen this suggested on the forums. I did this,
❯ acpitool -e | grep XHCI 7. XHCI S3 *enabled pci:0000:00:14.0ed pci:0000:00:14.0 And then I disabled 7 with sudo acpitool -W7. Now it shows *disabled and my laptop suspends. What does XHCI ACPI wake do? Is this needed?