Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37912
b: refs/heads/master
c: cde45f1
h: refs/heads/master
v: v3
  • Loading branch information
Reiner Herrmann authored and Dmitry Torokhov committed Oct 2, 2006
1 parent 76122de commit df16649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 90da11514562020ea7d697982f912ac949adc317
refs/heads/master: cde45f19ca0d2ff1ede01528a7629388d4139309
7 changes: 2 additions & 5 deletions trunk/drivers/input/misc/wistron_btns.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,10 @@ static int __init dmi_matched(struct dmi_system_id *dmi)

keymap = dmi->driver_data;
for (key = keymap; key->type != KE_END; key++) {
if (key->type == KE_WIFI) {
if (key->type == KE_WIFI)
have_wifi = 1;
break;
} else if (key->type == KE_BLUETOOTH) {
else if (key->type == KE_BLUETOOTH)
have_bluetooth = 1;
break;
}
}
return 1;
}
Expand Down

0 comments on commit df16649

Please sign in to comment.