Skip to content

Commit

Permalink
Updated version number to 2023-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangenkamp-avt committed Dec 16, 2022
1 parent e8f22da commit b06d881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alvium CSI2 driver

## Overview
This repository contains the source code of the linux Alvium CSI2 driver module version 2022-1-beta.
This repository contains the source code of the linux Alvium CSI2 driver module version 2023-1-beta.

THE SOFTWARE IS PRELIMINARY AND STILL IN TESTING AND VERIFICATION PHASE AND IS PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS AND IS BELIEVED TO CONTAIN DEFECTS. A PRIMARY PURPOSE OF THIS EARLY ACCESS IS TO OBTAIN FEEDBACK ON PERFORMANCE AND THE IDENTIFICATION OF DEFECT SOFTWARE, HARDWARE AND DOCUMENTATION.

Expand Down
2 changes: 1 addition & 1 deletion avt-csi2-3.c
Original file line number Diff line number Diff line change
Expand Up @@ -7291,7 +7291,7 @@ module_i2c_driver(avt3_i2c_driver);
MODULE_DESCRIPTION("Allied Vision's MIPI-CSI2 Camera Driver");
MODULE_AUTHOR("Allied Vision Inc.");
MODULE_LICENSE("GPL");
MODULE_VERSION("2022-1-beta");
MODULE_VERSION("2023-1-beta");

#ifdef DPHY_RESET_WORKAROUND
if (sensor->phyreset_on_streamon)
Expand Down

0 comments on commit b06d881

Please sign in to comment.