mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
533 B

  1. --- ./src/hd/kbd.c.orig 2007-06-01 00:12:35.000000000 +0200
  2. +++ ./src/hd/kbd.c 2007-06-01 00:13:02.000000000 +0200
  3. @@ -142,11 +142,13 @@
  4. }
  5. if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
  6. +#if 0
  7. if(ioctl(fd, TIOCGDEV, &u) != -1) {
  8. tty_major = (u >> 8) & 0xfff;
  9. tty_minor = (u & 0xff) | ((u >> 12) & 0xfff00);
  10. ADD2LOG(DEV_CONSOLE ": major %u, minor %u\n", tty_major, tty_minor);
  11. }
  12. +#endif
  13. if(tty_major == 229 /* iseries hvc */) {
  14. if (tty_minor >= 128) {