[package] name = "ps2d" description = "PS/2 driver" version = "0.1.0" edition = "2018" [dependencies] bitflags.workspace = true log.workspace = true orbclient.workspace = true redox_event.workspace = true redox_syscall.workspace = true redox-scheme.workspace = true libredox.workspace = true common = { path = "../../common" } daemon = { path = "../../../daemon" } inputd = { path = "../../inputd" } # Quirks system: ps2d consumes KBD_DEACTIVATE_FIXUP (skip SetDefaultsDisable # 0xF5 command on affected laptops — LG Gram, some Dell/HP/Lenovo keyboards # drop keys or wedge the controller when that command is sent). The flag is # loaded at init from /scheme/acpi/dmi via the system_quirks() helper. redox-driver-sys = { path = "../../../../../recipes/drivers/redox-driver-sys/source" } [lints] workspace = true