From 2ab6c4a4571d4170b0009a5b14b9789b016814b6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 8 Oct 2019 15:52:10 +0200 Subject: sys/linux: improve i2c descriptions a bit --- sys/linux/dev_i2c_amd64.const | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/linux/dev_i2c_amd64.const') diff --git a/sys/linux/dev_i2c_amd64.const b/sys/linux/dev_i2c_amd64.const index fc24bda65..e0978e05f 100644 --- a/sys/linux/dev_i2c_amd64.const +++ b/sys/linux/dev_i2c_amd64.const @@ -1,6 +1,7 @@ # AUTOGENERATED FILE I2C_FUNCS = 1797 -I2C_MAX_BLOCK = 34 +I2C_MAX_BLOCK_1 = 33 +I2C_MAX_BLOCK_2 = 34 I2C_M_DMA_SAFE = 512 I2C_M_IGNORE_NAK = 4096 I2C_M_NOSTART = 16384 -- cgit mrf-deployment