From 8c0c5aa8631aaded829f40f8df86f901df2a721a Mon Sep 17 00:00:00 2001 From: Lekensteyn Date: Sat, 21 Jan 2012 12:30:41 +0100 Subject: [PATCH] Allow everyone to get the status of the card (Closes GH-8) --- bbswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbswitch.c b/bbswitch.c index 269ceed..6c57406 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -386,7 +386,7 @@ static int __init bbswitch_init(void) { } } - acpi_entry = proc_create("bbswitch", 0660, acpi_root_dir, &bbswitch_fops); + acpi_entry = proc_create("bbswitch", 0664, acpi_root_dir, &bbswitch_fops); if (acpi_entry == NULL) { printk(KERN_ERR "bbswitch: Couldn't create proc entry\n"); return -ENOMEM;