X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fbluetooth%2Fhidp%2Fhidp.h;h=9e6cc355310504ae965035e033bdac7d5008527b;hb=6803f37e0955c7cc7ebe4363cf2bab5552e4716d;hp=6162ce8606acc8206dbc3ce437425518aee8a8c2;hpb=2d4fe27850420606155fb1f7d18ab2b40153e67b;p=~andy%2Flinux diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index 6162ce8606a..9e6cc355310 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h @@ -128,6 +128,7 @@ int hidp_get_conninfo(struct hidp_conninfo *ci); enum hidp_session_state { HIDP_SESSION_IDLING, + HIDP_SESSION_PREPARING, HIDP_SESSION_RUNNING, }; @@ -156,6 +157,7 @@ struct hidp_session { unsigned long idle_to; /* device management */ + struct work_struct dev_init; struct input_dev *input; struct hid_device *hid; struct timer_list timer;