mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Synchronize with sys/i386/isa/syscons.c revision 1.224.
This commit is contained in:
parent
6e4f1ea7d6
commit
37f2e0347b
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.45 1997/07/09 14:43:19 kato Exp $
|
||||
* $Id: syscons.c,v 1.46 1997/07/10 10:21:47 kato Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
|
@ -3923,7 +3923,7 @@ next_code:
|
|||
/* Check for make/break */
|
||||
action = key->map[state];
|
||||
if (scancode & 0x80) { /* key released */
|
||||
if (key->spcl & 0x80) {
|
||||
if (key->spcl & (0x80>>state)) {
|
||||
switch (action) {
|
||||
case LSH:
|
||||
shfts &= ~1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue