summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-23vfs301: Fix device pointer handling in callbackbenzea/vfs301-userdataBenjamin Berg1-5/+5
2020-10-15synaptics: add support to pid 0xF9, 0xFC, 0xC2Vincent Huang1-0/+3
2020-10-14synaptics: add identify functionVincent Huang1-0/+150
2020-10-14tests: Remove old README-umockdev fileBenjamin Berg1-53/+0
2020-10-07aesx660: Use convenience API to allocate USB receive bufferBenjamin Berg1-3/+2
2020-10-07aes1610: Use convenience API to allocate USB receive bufferBenjamin Berg1-3/+1
2020-10-07drivers: Add access annotations to USB helpersBenjamin Berg4-0/+5
2020-10-07usb: Annotate access to USB buffersBenjamin Berg2-0/+9
2020-10-07virtual-image: Only read socket when activeBenjamin Berg1-12/+64
2020-10-07image-device: Delay task completion until device is deactivatedBenjamin Berg3-149/+106
2020-10-07aes3k: Re-send some commands for each captureBenjamin Berg4-18/+67
2020-10-01usb-transfer: Work around libgusb cancellation issuebenzea/add-usb-cancellation-workaroundBenjamin Berg1-0/+30
2020-09-29virtual_image: Open a window for race conditions during open/closeBenjamin Berg1-2/+4
2020-09-29Remove trailing \n where they are not necessaryBenjamin Berg10-43/+43
2020-09-29tests: Add AES3500 test caseBenjamin Berg4-0/+575
2020-09-29aes3k: Fix transfer error path and cancellable lifetimeBenjamin Berg1-4/+15
2020-09-28image-device: Don't deactivate if deactivation was already startedBenjamin Berg1-1/+1
2020-09-14Release 1.90.3v1.90.3showBenjamin Berg2-1/+20
2020-09-14ci: Disable flatpak building for forksBenjamin Berg1-21/+15
2020-09-14aes3k: Fix cancellation logic of aes3k driverBenjamin Berg1-18/+14
2020-09-14tests: add identify test for driver goodixmocboger.wang2-2/+16
2020-09-14goodixmoc: Add identify functionboger.wang1-40/+80
2020-09-14goodixmoc: Prevent incorrect firmware type runningboger.wang1-8/+13
2020-09-07image-device: Fix cancellation documentationBenjamin Berg1-3/+2
2020-09-03ci: Build flatpak using GNOME runner and templateBenjamin Berg1-45/+24
2020-09-03demo: Switch to use GNOME 3.36 runtimeBenjamin Berg2-2/+2
2020-09-03context: Lower severity of warning if USB fails to initialiseBenjamin Berg1-1/+1
2020-09-03context: Fix invalid accesses to GUsbContext if USB is missingBenjamin Berg1-2/+4
2020-09-01 tests: add test for goodixmoc driverboger.wang4-0/+515
2020-09-01drivers: add goodix moc sensor driver supportboger.wang6-0/+2127
2020-09-01fp-device: add new type FpDeviceError FP_DEVICE_ERROR_DATA_DUPLICATEboger.wang2-0/+6
2020-08-21synaptics: retry get version command once when receiving non-successVincent Huang1-25/+34
2020-07-31synaptics: support sensors pid 0xe9 & 0xdfVincent Huang1-1/+2
2020-06-17demo: Handle the non-imaging mode also if we get a non-supported errorMarco Trevisan (Treviño)1-0/+2
2020-06-17verify: Use fast matching callback also for non-storage devicesMarco Trevisan (Treviño)1-1/+1
2020-06-17img-capture: Exit with error if the device doesn't support captureMarco Trevisan (Treviño)1-0/+7
2020-06-17examples: Don't try to save an image from a print without itMarco Trevisan (Treviño)2-2/+2
2020-06-16fpi-usb-transfer: Use the same values of libusb for transfer typesMarco Trevisan (Treviño)2-4/+5
2020-06-16fp-image-device: Properly include fp-device.hMarco Trevisan (Treviño)1-1/+1
2020-06-16fpi-print: Improve debug on print scoreMarco Trevisan (Treviño)1-1/+1
2020-06-16fpi-image-device: Improve debugging messagesMarco Trevisan (Treviño)1-1/+7
2020-06-16fpi-device: Don't double check for cancellable valueMarco Trevisan (Treviño)1-1/+1
2020-06-16fpi-device: Use the current action string instead of valueMarco Trevisan (Treviño)1-2/+9
2020-06-13examples: add img-capture exampleVasily Khoruzhick4-2/+189
2020-06-08Update for 1.90.2v1.90.2Benjamin Berg2-1/+11
2020-06-05uru4000: Always detect whether encryption is in useBenjamin Berg1-12/+18
2020-06-05upeksonly: Add a comment that multiple URBs are neededBenjamin Berg1-0/+3
2020-06-05upeksonly: Fix memory leak of register data helper structBenjamin Berg1-0/+2
2020-06-05upeksonly: Fix register write valueVasily Khoruzhick1-4/+4
2020-06-05upeksonly: Pass required user data to write_regs_cbBenjamin Berg1-1/+1