summaryrefslogtreecommitdiff
path: root/curvetun_mgmt.h
blob: 60169256844c55c3608626654abcece906ef1f0e (plain)
1
2
3
4
5
6
7
#ifndef CURVETUN_MGMT_H
#define CURVETUN_MGMT_H

#include "curvetun_mgmt_servers.h"
#include "curvetun_mgmt_users.h"

#endif /* CURVETUN_MGMT_H */
ontext' onchange='this.form.submit();'>space:mode:
authorPhilip Yang <yang_philip@projectara.com>2016-07-23 05:48:14 +0800
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-22 15:25:18 -0700
commit43c85a09b12cd3e782ae237be9903fef4559cc0d (patch)
tree7226fa73489a1326f54710bdf439162c9902b3e1 /drivers/staging/greybus
parent68793c4c8824a0b1e0cb89737c5919a0b10d70cf (diff)
greybus: HID: Add runtime pm support
Modify HID greybus driver to support runtime PM framework. The suspend and resume fucntion have been test with tutorial-hid, e-ink-display and gpbridge-test image by sysfs resume, all HID buttons work well on suspend/resume. Testing Done: Compiled and verified on EVT2, DB3.5, GPB test module with daughter board, Red module. Signed-off-by: Philip Yang <yang_philip@projectara.com> Reviewed-by: David Lin <dtwlin@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus')