Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Support MFC-J430W, fix many bugs, smarter page post-processing #6

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2019

  1. Fix compilation errors:

    1) Submodules not initialized (#5):
    $ make
    make: *** No rule to make target 'ber/ber.c', needed by 'all'.  Stop.
    
    2)
    connection.c: In function ‘brother_conn_poll’:
    connection.c:179:25: error: ISO C forbids empty initializer braces [-Werror=pedantic]
         struct pollfd pfd = {};
    
    3)
    device_handler.c: In function ‘device_handler_add_device’:
    device_handler.c:180:9: error: ‘dev’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
             free(dev);
             ^~~~~~~~~
    rumpeltux committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    6764458 View commit details
    Browse the repository at this point in the history
  2. Support MFC-J430W

    rumpeltux committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0bdfbe4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    07a9af0 View commit details
    Browse the repository at this point in the history
  2. Import

    rumpeltux committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    90761ad View commit details
    Browse the repository at this point in the history
  3. Local fixes

    rumpeltux committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    e078b79 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Fix tests

    rumpeltux committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    52a6d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6fd739 View commit details
    Browse the repository at this point in the history
  3. Fix test

    rumpeltux committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    d8e8934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7e164a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e212a5 View commit details
    Browse the repository at this point in the history
  6. Add RLE test document.

    rumpeltux committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    51bb476 View commit details
    Browse the repository at this point in the history
  7. Fix snmp.c linkage bug

    rumpeltux committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    3131584 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32329b4 View commit details
    Browse the repository at this point in the history
  9. Fix LOG format send/recv

    rumpeltux committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    f0ca1c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd97827 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Fix timeout logic.

    rumpeltux committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    b39e981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2794ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4b49bf View commit details
    Browse the repository at this point in the history
  4. Processing script fixes

    rumpeltux committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    3a24ec5 View commit details
    Browse the repository at this point in the history
  5. Fix compilation

    rumpeltux committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    9696c3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    875e3d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    51fb2e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    ca26344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dee869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    645aeb1 View commit details
    Browse the repository at this point in the history
  4. Ignore low-on-ink errors.

    rumpeltux committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    4fb2b2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e796645 View commit details
    Browse the repository at this point in the history
  6. Make test a phony target

    rumpeltux committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    f2df70f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaf05c3 View commit details
    Browse the repository at this point in the history
  8. Add iwyu support

    rumpeltux committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    681962c View commit details
    Browse the repository at this point in the history
  9. make fix_include

    rumpeltux committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    0480d15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bc1b2b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Add 'make install' target

    rumpeltux committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    13512ab View commit details
    Browse the repository at this point in the history
  2. Fix compilation for arm

    rumpeltux committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    238b69e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    1b707ca View commit details
    Browse the repository at this point in the history
  2. Ignore empty ink message.

    rumpeltux committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    ca52957 View commit details
    Browse the repository at this point in the history
  3. Ignore empty ink message.

    rumpeltux committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    3383a0c View commit details
    Browse the repository at this point in the history
  4. Ignore empty ink message.

    rumpeltux committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    ab90448 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. support variant status word 40000 returned by HL-L2380DW

    after observing that the brother HL-L2380DW returns 40000 (0x9c40) in response
    to a status query, accepting that as a valid response lets brother-scand
    work nicely with this model as well.
    Documented HL-L2380DW as working in Readme.MD
    sgtell authored and rumpeltux committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    aff39be View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    d971e07 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Add UFW profile.

    rumpeltux committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    2941e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27bf57 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. fix compiler error

    Hagen Fritsch committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a269e97 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Treat ECONNRESET as connection lost too and reconnect.

    Hagen Fritsch committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5a78a4a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Makefile: change USER to PRINTUSER to avoid confusion with the regula…

    …r hagen env.
    Hagen Fritsch committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a0eaf11 View commit details
    Browse the repository at this point in the history
  2. Note that clang is a prerequisite for running tests.

    Hagen Fritsch committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b3ef7ab View commit details
    Browse the repository at this point in the history