Skip to content

Commit

Permalink
Merge branch '0.1.4.1-RE'
Browse files Browse the repository at this point in the history
  • Loading branch information
mounaiban committed Sep 22, 2022
2 parents a7ee794 + 7d3c82a commit 2dff761
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([captdriver], [0.1.3])
AC_INIT([captdriver], [0.1.4.1])

AC_CONFIG_SRCDIR([src/std.h])

Expand Down
1 change: 1 addition & 0 deletions src/capt-command.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ enum capt_command {
CAPT_UPLOAD_2 = 0xE0A5,
CAPT_FIRE = 0xE0A7,
CAPT_JOB_END = 0xE0A9,
CAPT_LBP6000_SETUP_0 = 0xE0BA,

CAPT_JOB_SETUP = 0xE1A1,
CAPT_GPIO = 0xE1A2,
Expand Down
4 changes: 2 additions & 2 deletions src/prn_lbp2900.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ static void lbp6000_job_prologue(struct printer_state_s *state)

capt_sendrecv(CAPT_GPIO, lbp3010_gpio_init, ARRAY_SIZE(lbp3010_gpio_init), NULL, 0);
lbp2900_wait_ready(state->ops);
capt_sendrecv(CAPT3_UNK_0, lbp6000_init, ARRAY_SIZE(lbp6000_init), NULL, 0);

capt_sendrecv(CAPT_LBP6000_SETUP_0, lbp6000_init, ARRAY_SIZE(lbp6000_init), NULL, 0);
lbp2900_wait_ready(state->ops);

send_job_start(1, 0);
Expand Down

0 comments on commit 2dff761

Please sign in to comment.