pci_quirks: adding D0i1 in usb hsu and D0i2 in sep
authorIllyas Mansoor <illyas.mansoor@intel.com>
Tue, 17 May 2011 21:48:21 +0000 (03:18 +0530)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 21:15:38 +0000 (13:15 -0800)
commite36235a91332c7b2bcc2256463aba06c6916dd45
tree110556651d0c4cf73e0342711d1e94346990bf83
parent920652a8d32a0753e1f3e43c040c5c3e4e5b5711
pci_quirks: adding D0i1 in usb hsu and D0i2 in sep

BZ: 2280

currently USB, HSU don't have d1_supported flag set in pm capabilities
register, hence the D0i1 to D0i0 transition is prevented by
the pci framework. Also d2_supported flag is not set for sep.

This needs to be fixed in the IA FW, till then we add pci quirks
to fix this.

Change-Id: Ib4f1937896dc569472e7dd0dfbd7389f95ce80fd
Signed-off-by: Illyas Mansoor <illyas.mansoor@intel.com>
drivers/pci/quirks.c