Skip to content

Commit

Permalink
serial: TTY: new ldiscs for staging
Browse files Browse the repository at this point in the history
Push the max ldiscs by a few number to allow ldiscs
to exist in the staging directory and elsewhere.

Signed-off-by: Pavan Savoy <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Pavan Savoy authored and gregkh committed May 21, 2010
1 parent be99159 commit 1ff454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/tty.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
#define NR_UNIX98_PTY_DEFAULT 4096 /* Default maximum for Unix98 ptys */
#define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */
#define NR_LDISCS 21
#define NR_LDISCS 30

/* line disciplines */
#define N_TTY 0
Expand Down

0 comments on commit 1ff454e

Please sign in to comment.