From: Christian H. <ch...@ku...> - 2000-06-21 15:53:42
|
Hello again, _____atkbd.c_____L435_____________________ atkbd->dev.idbus = BUS_I8042; atkbd->dev.idvendor = 0x0001; atkbd->dev.idproduct = atkbd->set; atkbd->dev.idversion = 0x0100; __________________________________________ The 'struct atkbd' has no members of these names and BUS_I8042 is not defined. Is it a bug or resynch problem? Christian. |