diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-02-13 10:52:16 -0800 | 
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2015-02-13 23:10:18 +0000 | 
| commit | 2d967a6c256cf13b32a3eea9edd22432ed53a163 (patch) | |
| tree | 79fe50f7194f05b79b874f30773f51b4031de48a /include/linux/tty.h | |
| parent | 672dd06d1609a80f855089ec663e9c26362bf227 (diff) | |
| download | olio-linux-3.10-2d967a6c256cf13b32a3eea9edd22432ed53a163.tar.xz olio-linux-3.10-2d967a6c256cf13b32a3eea9edd22432ed53a163.zip | |
Increasing size of tty buffer (no harm, potentially fixes some issues). Cleaning up regulator configuration in board file. Setting the default power governor to interactive.
Increased the display brightness, and fade time
Change-Id: I11e54676e5b0c03ac9ff06679ae35efb50a86efc
Diffstat (limited to 'include/linux/tty.h')
| -rw-r--r-- | include/linux/tty.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/tty.h b/include/linux/tty.h index 8780bd2a272..3b0e7885150 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -269,7 +269,7 @@ struct tty_struct {  	void *driver_data;  	struct list_head tty_files; -#define N_TTY_BUF_SIZE 4096 +#define N_TTY_BUF_SIZE 131072  	unsigned char closing:1;  	unsigned short minimum_to_wake; |