mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: Add more hvc devices for virtio-console.
This allows creating more TTY devices bound to virtio-console devices. Bug: 170149708 Test: ls /dev/hvc* on a cuttlefish device Change-Id: Id07c25bded35dac5d17736731bfd8b8f4f1d463b Signed-off-by: A. Cody Schuffelen <schuffelen@google.com>
This commit is contained in:
parent
fe2e77c4d9
commit
e8236ecffa
|
|
@ -30,7 +30,7 @@
|
|||
* for the tty device. Since this driver supports hotplug of vty adapters we
|
||||
* need to make sure we have enough allocated.
|
||||
*/
|
||||
#define HVC_ALLOC_TTY_ADAPTERS 8
|
||||
#define HVC_ALLOC_TTY_ADAPTERS 64
|
||||
|
||||
struct hvc_struct {
|
||||
struct tty_port port;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user