diff options
| author | Dasky | 2024-10-06 09:41:55 +0200 |
|---|---|---|
| committer | GitHub | 2024-10-06 09:41:55 +0200 |
| commit | 43e82ed5c72b7386ca91d1bd363ee092f77c1b9a (patch) | |
| tree | 5e7481895f4213ecff9cc4c541ecda990e17a948 /drivers/sensors/pmw3389.h | |
| parent | 3d8cebb1a0893a17d94570d1c1c72ec39ccaa85f (diff) | |
Remove binary blobs from optical sensors. (#24428)
* remove pmw srom
* remove adns9800 srom
* Update drivers/sensors/pmw33xx_common.c
Diffstat (limited to 'drivers/sensors/pmw3389.h')
| -rw-r--r-- | drivers/sensors/pmw3389.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/sensors/pmw3389.h b/drivers/sensors/pmw3389.h index fafd1e2046..a7028f84b1 100644 --- a/drivers/sensors/pmw3389.h +++ b/drivers/sensors/pmw3389.h @@ -17,8 +17,6 @@ #define PMW33XX_CPI_MIN 50 #define PMW33XX_CPI_MAX 16000 -#define PMW33XX_FIRMWARE_LENGTH 4094 - // PMW3389 register addresses // clang-format off #define REG_Product_ID 0x00 |