Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions kernel/realsense/d4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -5886,15 +5886,15 @@ static struct i2c_driver ds5_i2c_driver = {

module_i2c_driver(ds5_i2c_driver);

MODULE_DESCRIPTION("Intel RealSense D4XX Camera Driver");
MODULE_DESCRIPTION("RealSense D4XX Camera Driver");
MODULE_AUTHOR("Guennadi Liakhovetski <[email protected]>,\n\
Nael Masalha <[email protected]>,\n\
Alexander Gantman <[email protected]>,\n\
Emil Jahshan <[email protected]>,\n\
Xin Zhang <[email protected]>,\n\
Qingwu Zhang <[email protected]>,\n\
Evgeni Raikhel <[email protected]>,\n\
Shikun Ding <[email protected]>");
MODULE_AUTHOR("Dmitry Perchanov <[email protected]>");
Shikun Ding <[email protected]>,\n\
Dmitry Perchanov <[email protected]>");
MODULE_LICENSE("GPL v2");
MODULE_VERSION("1.0.1.30");
MODULE_VERSION("1.0.1.31");