Incremented ioctl interface version; Minor changes.

This commit is contained in:
Florian Pose
2010-06-06 23:16:30 +02:00
parent 26d4687d0e
commit 5c131113dd
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -56,7 +56,7 @@
*
* Increment this when changing the ioctl interface!
*/
#define EC_IOCTL_VERSION_MAGIC 5
#define EC_IOCTL_VERSION_MAGIC 6
// Command-line tool
#define EC_IOCTL_MODULE EC_IOR(0x00, ec_ioctl_module_t)
@@ -583,7 +583,7 @@ typedef struct {
// inputs
uint32_t config_index;
uint16_t idn;
ec_al_state_t state;
ec_al_state_t al_state;
const uint8_t *data;
size_t size;
} ec_ioctl_sc_idn_t;