Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19527
b: refs/heads/master
c: aea19aa
h: refs/heads/master
i:
  19525: 0a5701b
  19523: 84d5fe6
  19519: 0a174a6
v: v3
  • Loading branch information
Karol Kozimor authored and Len Brown committed Jan 4, 2006
1 parent 0bb2761 commit a78b7ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb84db937a875045de9e6d08d177ad3223ae0ae3
refs/heads/master: aea19aa0780d4b006372fedab8434226e1cc7686
6 changes: 4 additions & 2 deletions trunk/drivers/acpi/asus_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ MODULE_LICENSE("GPL");
static uid_t asus_uid;
static gid_t asus_gid;
module_param(asus_uid, uint, 0);
MODULE_PARM_DESC(uid, "UID for entries in /proc/acpi/asus.\n");
MODULE_PARM_DESC(asus_uid, "UID for entries in /proc/acpi/asus.\n");
module_param(asus_gid, uint, 0);
MODULE_PARM_DESC(gid, "GID for entries in /proc/acpi/asus.\n");
MODULE_PARM_DESC(asus_gid, "GID for entries in /proc/acpi/asus.\n");

/* For each model, all features implemented,
* those marked with R are relative to HOTK, A for absolute */
Expand Down Expand Up @@ -851,6 +851,8 @@ static int __init asus_hotk_add_fs(struct acpi_device *device)
mode = S_IFREG | S_IRUGO | S_IWUGO;
} else {
mode = S_IFREG | S_IRUSR | S_IRGRP | S_IWUSR | S_IWGRP;
printk(KERN_WARNING " asus_uid and asus_gid parameters are "
"deprecated, use chown and chmod instead!\n");
}

acpi_device_dir(device) = asus_proc_dir;
Expand Down

0 comments on commit a78b7ac

Please sign in to comment.