[PATCH] w1_smem: support for new simple rom family [0x81 id].
Support for new simple rom family [0x81 id]. It is the same as existing 0x01 family, which is used in ds9490* w1 adapters. Patch is on top of new-thermal-sensor-families patch. Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
718a538f94
commit
85e941cc9f
@@ -27,7 +27,8 @@
|
||||
#include <asm/atomic.h>
|
||||
|
||||
#define W1_FAMILY_DEFAULT 0
|
||||
#define W1_FAMILY_SMEM 0x01
|
||||
#define W1_FAMILY_SMEM_01 0x01
|
||||
#define W1_FAMILY_SMEM_81 0x81
|
||||
#define W1_THERM_DS18S20 0x10
|
||||
#define W1_THERM_DS1822 0x22
|
||||
#define W1_THERM_DS18B20 0x28
|
||||
|
Reference in New Issue
Block a user