diff options
| -rw-r--r-- | drivers/hid/i2c-hid/i2c-hid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c index ab4dd952b6ba..ea5ce752cb47 100644 --- a/drivers/hid/i2c-hid/i2c-hid.c +++ b/drivers/hid/i2c-hid/i2c-hid.c | |||
| @@ -42,9 +42,9 @@ | |||
| 42 | #include <linux/i2c/i2c-hid.h> | 42 | #include <linux/i2c/i2c-hid.h> |
| 43 | 43 | ||
| 44 | /* flags */ | 44 | /* flags */ |
| 45 | #define I2C_HID_STARTED (1 << 0) | 45 | #define I2C_HID_STARTED 0 |
| 46 | #define I2C_HID_RESET_PENDING (1 << 1) | 46 | #define I2C_HID_RESET_PENDING 1 |
| 47 | #define I2C_HID_READ_PENDING (1 << 2) | 47 | #define I2C_HID_READ_PENDING 2 |
| 48 | 48 | ||
| 49 | #define I2C_HID_PWR_ON 0x00 | 49 | #define I2C_HID_PWR_ON 0x00 |
| 50 | #define I2C_HID_PWR_SLEEP 0x01 | 50 | #define I2C_HID_PWR_SLEEP 0x01 |
