Skip to content

Commit 7470672

Browse files
authored
Update version to 1.0.1.31
1 parent 7bcb940 commit 7470672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/realsense/d4xx.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5886,15 +5886,15 @@ static struct i2c_driver ds5_i2c_driver = {
58865886

58875887
module_i2c_driver(ds5_i2c_driver);
58885888

5889-
MODULE_DESCRIPTION("Intel RealSense D4XX Camera Driver");
5889+
MODULE_DESCRIPTION("RealSense D4XX Camera Driver");
58905890
MODULE_AUTHOR("Guennadi Liakhovetski <[email protected]>,\n\
58915891
Nael Masalha <[email protected]>,\n\
58925892
Alexander Gantman <[email protected]>,\n\
58935893
Emil Jahshan <[email protected]>,\n\
58945894
Xin Zhang <[email protected]>,\n\
58955895
Qingwu Zhang <[email protected]>,\n\
58965896
Evgeni Raikhel <[email protected]>,\n\
5897-
Shikun Ding <[email protected]>");
5898-
MODULE_AUTHOR("Dmitry Perchanov <[email protected]>");
5897+
Shikun Ding <[email protected]>,\n\
5898+
Dmitry Perchanov <[email protected]>");
58995899
MODULE_LICENSE("GPL v2");
5900-
MODULE_VERSION("1.0.1.30");
5900+
MODULE_VERSION("1.0.1.31");

0 commit comments

Comments
 (0)