kopia lustrzana https://gitlab.com/sane-project/backends
Remove DBG(0,...) line that was getting printed
for non-dc25 users.DEVEL_2_0_BRANCH-1
rodzic
93b3eaaa6f
commit
434c5c8898
|
@ -401,8 +401,9 @@ init_dc20 (char *device, speed_t speed)
|
||||||
struct termios tty_new;
|
struct termios tty_new;
|
||||||
int speed_index;
|
int speed_index;
|
||||||
|
|
||||||
|
/*
|
||||||
DBG(0, "DC-20/25 Backend 05/07/01\n");
|
DBG(0, "DC-20/25 Backend 05/07/01\n");
|
||||||
|
*/
|
||||||
for (speed_index = 0; speed_index < NUM_OF_SPEEDS; speed_index++) {
|
for (speed_index = 0; speed_index < NUM_OF_SPEEDS; speed_index++) {
|
||||||
if (speeds[speed_index].baud == speed) {
|
if (speeds[speed_index].baud == speed) {
|
||||||
init_pck[2] = speeds[speed_index].pkt_code[0];
|
init_pck[2] = speeds[speed_index].pkt_code[0];
|
||||||
|
|
Ładowanie…
Reference in New Issue