Vasily Khoruzhick
|
bc497f1b26
|
aeslib: prevent integer overflow
AuthenTec devices send 4bpp images, but current code assumes 3bpp for
some reason.
https://bugs.freedesktop.org/show_bug.cgi?id=57426
|
2012-11-29 09:59:27 +01:00 |
|
Vasily Khoruzhick
|
8c5f2e6434
|
aes: unify image processing code for AuthenTec devices
Move overlap detection and assembling code into aeslib to prevent
code duplication
https://bugs.freedesktop.org/show_bug.cgi?id=57426
|
2012-11-29 09:59:22 +01:00 |
|
Vasily Khoruzhick
|
40e7ac195a
|
Adapting to latest libusb
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
|
2008-04-06 23:52:04 +01:00 |
|
Daniel Drake
|
4e884807a7
|
Update for libusb API rework
|
2008-03-10 13:33:23 +00:00 |
|
Daniel Drake
|
77b5dab04b
|
aeslib: introduce user_data for write registers callback
aes2501 needs this for state tracking
|
2008-02-16 12:49:27 +00:00 |
|
Daniel Drake
|
6f08a3666d
|
aeslib: fix register write boundaries
|
2008-02-16 12:49:20 +00:00 |
|
Daniel Drake
|
d731d5f3a3
|
aeslib: port to asynchronous model
|
2008-02-16 12:49:02 +00:00 |
|
Daniel Drake
|
bf7093d607
|
Port to libusb-0.9.0 (synchronous I/O)
Straightforward port to libusb-0.9.0 sync I/O functions, to give libusb-1.0
a bit of a test drive and to create a reference point for later.
|
2008-01-30 14:16:35 +00:00 |
|
Daniel Drake
|
659d8346be
|
Compiler flags update
Dropped -Wextra as it is not that useful.
Set compiler flags to be more like the kernel's.
Set std=gnu99
Fixed some warnings.
|
2007-12-27 01:06:55 +00:00 |
|
Daniel Drake
|
3479dee0e4
|
aeslib: image assembly
All 3 authentec drivers now use a shared image assembly function.
|
2007-11-26 23:28:14 +00:00 |
|
Daniel Drake
|
e228f2c7da
|
Introduce shared functions for authentec drivers
Currently provides register writing functionality only, more common ground
will be moved here soon.
|
2007-11-26 22:53:41 +00:00 |
|