mainboard.asl 232 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
  4. */
  5. /* Power Button */
  6. Device (PWRB)
  7. {
  8. Name(_HID, EISAID("PNP0C0C"))
  9. }
  10. /* TODO: Need add Winbond SuperIO chipset W83627 ASL codes */