diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-25 19:11:55 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-25 19:11:55 +0000 |
commit | c86cdeaa96e55a3fa3b8914e3575704850126d91 (patch) | |
tree | 0596078826443f13f9de02b64156e97e4dbebd4d /src/ws.c | |
parent | 0cdac07611a692c44020e22f2c2a076e34330171 (diff) |
The raw mode is a lot more useful now. So enable it by default.
Diffstat (limited to 'src/ws.c')
-rw-r--r-- | src/ws.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ wsPreInit(InputDriverPtr drv, IDevPtr dev, int flags) " or \"UD\"\n"); } } - priv->raw = xf86SetBoolOption(pInfo->options, "Raw", 0); + priv->raw = xf86SetBoolOption(pInfo->options, "Raw", 1); if (wsOpen(pInfo) != Success) { goto fail; } |