Merge branches 'for-4.1/upstream-fixes', 'for-4.2/upstream' and 'for-4.2/logitech' into for-linus
Conflicts: drivers/hid/hid-logitech-hidpp.c
This commit is contained in:
@@ -42,9 +42,9 @@
|
||||
#include <linux/i2c/i2c-hid.h>
|
||||
|
||||
/* flags */
|
||||
#define I2C_HID_STARTED (1 << 0)
|
||||
#define I2C_HID_RESET_PENDING (1 << 1)
|
||||
#define I2C_HID_READ_PENDING (1 << 2)
|
||||
#define I2C_HID_STARTED 0
|
||||
#define I2C_HID_RESET_PENDING 1
|
||||
#define I2C_HID_READ_PENDING 2
|
||||
|
||||
#define I2C_HID_PWR_ON 0x00
|
||||
#define I2C_HID_PWR_SLEEP 0x01
|
||||
|
Reference in New Issue
Block a user