diff -rup can_sniff-0.3/libintrepidcs/intrepidcs.c can_sniff-0.3_lm/libintrepidcs/intrepidcs.c --- can_sniff-0.3/libintrepidcs/intrepidcs.c 2005-04-11 19:59:06.000000000 +0100 +++ can_sniff-0.3_lm/libintrepidcs/intrepidcs.c 2008-09-05 08:33:05.000000000 +0100 @@ -45,11 +45,13 @@ struct ics_interface_type { #ifdef linux static const struct ics_interface_type Interfaces[] = { {B2000000, "ValueCAN", 0.000001, 0.065536}, //Linux needs these constants for cfsetispeed(3) and cfsetospeed(3) + {B57600, "neoVI", 0.0000001, 0.104768}, {B3000000, "neoVI", 0.0000016, 0.1048576} }; #else static const struct ics_interface_type Interfaces[] = { {2000000, "ValueCAN", 0.000001, 0.065536}, + {57600, "neoVI", 0.0000001, 0.104768}, {3000000, "neoVI", 0.0000016, 0.1048576} }; #endif