1 /* SPDX-License-Identifier: GPL-2.0-only */
7 Name (_DDN, "Intel Virtual Button Driver")
9 Method (_STA, 0, NotSerialized)
18 Method (UPDK, 0, Serialized)
23 Printf ("Tablet Mode")
24 Notify (HIDD, 0xcc) /* Tablet */
27 Notify (HIDD, 0xcd) /* Docked */
34 #if CONFIG(SYSTEM_TYPE_DETACHABLE)
46 Name (_HID, "INT33D3")
47 Name (_CID, "PNP0C60")
49 Name (_DDN, "Laptop/tablet mode indicator driver")