projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7efa06
)
fbset: apply modelines. Closes 3823
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 6 Jun 2011 02:21:39 +0000
(
04:21
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 6 Jun 2011 02:21:39 +0000
(
04:21
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fbset.c
patch
|
blob
|
history
diff --git
a/util-linux/fbset.c
b/util-linux/fbset.c
index 3be342481747d42e3a86d7e450bdc4201a00a629..196c2aa24ba662db631d14ca13a4a85daea6a161 100644
(file)
--- a/
util-linux/fbset.c
+++ b/
util-linux/fbset.c
@@
-385,7
+385,7
@@
int fbset_main(int argc, char **argv)
OPT_CHANGE = (1 << 0),
OPT_SHOW = (1 << 1),
OPT_READMODE = (1 << 2),
- OPT_ALL = (1 <<
9
),
+ OPT_ALL = (1 <<
3
),
};
struct fb_var_screeninfo var_old, var_set;
int fh, i;
@@
-490,6
+490,7
@@
int fbset_main(int argc, char **argv)
if (!read_mode_db(&var_old, modefile, mode)) {
bb_error_msg_and_die("unknown video mode '%s'", mode);
}
+ options |= OPT_CHANGE;
#endif
}