On Tue, 26 Jul 2011 01:22:01 +0200 Stefan Tauner stefan.tauner@student.tuwien.ac.at wrote:
- msg_pdbg("DMI chassis-type is not specific enough.\n");
that line is already gone locally (thanks idwer).
- switch (is_laptop) {
- case 1:
msg_pdbg("Laptop detected via DMI.\n");
break;
- case 2:
msg_pdbg("DMI chassis-type is not specific enough.\n");
break;
- }