X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fbluetooth%2Fhidp%2Fhidp.h;h=19e95004b28654fb14bb009d40efeec81b56eca1;hp=c9be80395c302ac56b57a87c215ad374f216daa4;hb=ee9ec4f82049c678373a611ce20ac67fe9ad836e;hpb=366a2382c68d01638350efcf23d46a47d661c595;ds=sidebyside diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index c9be80395c30..19e95004b286 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h @@ -84,8 +84,8 @@ #define HIDP_WAITING_FOR_SEND_ACK 11 struct hidp_connadd_req { - int ctrl_sock; // Connected control socket - int intr_sock; // Connteted interrupt socket + int ctrl_sock; /* Connected control socket */ + int intr_sock; /* Connected interrupt socket */ __u16 parser; __u16 rd_size; __u8 __user *rd_data; @@ -142,7 +142,7 @@ struct hidp_session { uint ctrl_mtu; uint intr_mtu; - atomic_t terminate; + struct task_struct *task; unsigned char keys[8]; unsigned char leds;