Skip to content

Commit c877f46

Browse files
committed
Fix serial number offset
1 parent c4a63fa commit c877f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hwmon/razer_hanbo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static const u8 ack_header_type_b[] = { 0x00, 0x02, 0x02, 0x01 };
6666
#define SET_PROFILE_PWM_OFFSET 3
6767
#define SET_CPU_TEMP_PAYLOAD_OFFSET 2
6868
#define FIRMWARE_VERSION_OFFSET 29
69-
#define SERIAL_NUMBER_OFFSET 3
69+
#define SERIAL_NUMBER_OFFSET 2
7070
#define CURVE_PAYLOAD_OFFSET 4
7171
#define SHORT_ACK_LENGTH 2
7272
#define REG_ACK_LENGTH 3

0 commit comments

Comments
 (0)