diff options
author | Alan Cox <alan@linux.intel.com> | 2009-11-30 13:17:30 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 15:18:07 -0800 |
commit | 6ed847d8efd08658ece10c9129cd511c8d7452cd (patch) | |
tree | 9c32476496a46fa6671ac212324a11b177578a67 /include/linux | |
parent | baaa08acb0ca2df47830b58b5df8b9059cf9ddd2 (diff) | |
download | op-kernel-dev-6ed847d8efd08658ece10c9129cd511c8d7452cd.zip op-kernel-dev-6ed847d8efd08658ece10c9129cd511c8d7452cd.tar.gz |
tty: isicom: sort out the board init logic
Split this into two flags - INIT meaning the board is set up and ACTIVE
meaning the board has ports open. Remove the broken HUPCL casing and push
the counts somewhere sensible.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/isicom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/isicom.h b/include/linux/isicom.h index bbd4219..b92e056 100644 --- a/include/linux/isicom.h +++ b/include/linux/isicom.h @@ -67,6 +67,7 @@ #define FIRMWARE_LOADED 0x0001 #define BOARD_ACTIVE 0x0002 +#define BOARD_INIT 0x0004 /* isi_port status bitmap */ |