teobaluta / qr-linux-kernel

Library for QR encoding for OPW
Other
7 stars 2 forks source link

Remove RS library from QR library. #17

Closed levex closed 9 years ago

levex commented 9 years ago

Hey Teodora,

The following changes since commit 6bb2e2505d81f82ff1e8eff0c78be1c483631555:

Merge pull request #16 from levex/for-teodora-print_oops (2015-02-17 18:14:48 +0200)

are available in the git repository at:

https://github.com/levex/qr-linux-kernel for-teodora-rscode

for you to fetch changes up to 2592553c69ff98de4e162c8b5adcb58014f446f6:

qr: use the reed solomon code that is already in the kernel (2015-02-25 17:07:52 +0100)


Pretty self-explanatory, please pull.

Thanks, Lev.


Levente Kurusa (1): qr: use the reed solomon code that is already in the kernel

lib/Kconfig.debug | 2 ++ lib/qr/Makefile | 2 +- lib/qr/qrencode.c | 20 ++++++++---- lib/qr/rscode.c | 325 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- lib/qr/rscode.h | 38 ---------------------- 5 files changed, 17 insertions(+), 370 deletions(-) delete mode 100644 lib/qr/rscode.c delete mode 100644 lib/qr/rscode.h