Skip to content

Commit

Permalink
d4xx: Update d4xx.c driver to match RealSense latest development.
Browse files Browse the repository at this point in the history
RealSense PRQ d4xx version is 1.0.1.13.
ADL-P - support for sensor vc.
      - support for sensor state.
      - sensor own v4l2 controls.
Bump version for ADL-P to 1.0.2.13.

Signed-off-by: Dmitry Perchanov <[email protected]>
  • Loading branch information
dmipx committed Jan 2, 2023
1 parent a285b51 commit 90bdd18
Show file tree
Hide file tree
Showing 3 changed files with 1,126 additions and 333 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,10 @@ obj-$(CONFIG_VIDEO_D4XX) += d4xx.o
```

### 3. Build with dkms
- TBD
- Register, build and auto install:
```sh
Install kernel header src.
sudo dkms add .
sudo dkms build -m ipu6-drivers -v 0.0.1
sudo dkms autoinstall ipu6-drivers/0.0.1
```
1 change: 0 additions & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ BUILT_MODULE_NAME[4]="lt6911uxc"
BUILT_MODULE_LOCATION[4]="drivers/media/i2c"
DEST_MODULE_LOCATION[4]="/kernel/drivers/media/i2c"

REMAKE_INITRD="no"
AUTOINSTALL="yes"
Loading

0 comments on commit 90bdd18

Please sign in to comment.