···7878static uid_t asus_uid;7979static gid_t asus_gid;8080module_param(asus_uid, uint, 0);8181-MODULE_PARM_DESC(uid, "UID for entries in /proc/acpi/asus.\n");8181+MODULE_PARM_DESC(asus_uid, "UID for entries in /proc/acpi/asus.\n");8282module_param(asus_gid, uint, 0);8383-MODULE_PARM_DESC(gid, "GID for entries in /proc/acpi/asus.\n");8383+MODULE_PARM_DESC(asus_gid, "GID for entries in /proc/acpi/asus.\n");84848585/* For each model, all features implemented, 8686 * those marked with R are relative to HOTK, A for absolute */···851851 mode = S_IFREG | S_IRUGO | S_IWUGO;852852 } else {853853 mode = S_IFREG | S_IRUSR | S_IRGRP | S_IWUSR | S_IWGRP;854854+ printk(KERN_WARNING " asus_uid and asus_gid parameters are "855855+ "deprecated, use chown and chmod instead!\n");854856 }855857856858 acpi_device_dir(device) = asus_proc_dir;