-
Liang Ji authored
internal tot CL: BACKPORT: HID: playstation: Add device ids to hid_have_special_driver list. SWPL-52212 On 4.9 and 4.14 kernel we need to put the hid device ids to hid_have_special_driver list, to instruct kernel to use special driver rather than hid-generic. Fixed the incorrect kernel device type on 4.9 kernel and 4.14 kernel. Bug: 185139160 Signed-off-by:
Chris Ye <lzye@google.com> Change-Id(Iced67cda47bc83f34a46c2de03b2906e788e56d2) Signed-off-by:
Liang Ji <liang.ji@amlogic.com> Change-Id: I3aaeb4c6153ab8f7516ea1f290a9e27da80b3765
e50161da
Kconfig 655 B
config RDS
tristate "The RDS Protocol"
depends on INET
---help---
The RDS (Reliable Datagram Sockets) protocol provides reliable,
sequenced delivery of datagrams over Infiniband or TCP.
config RDS_RDMA
tristate "RDS over Infiniband"
depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
---help---
Allow RDS to use Infiniband as a transport.
This transport supports RDMA operations.
config RDS_TCP
tristate "RDS over TCP"
depends on RDS
---help---
Allow RDS to use TCP as a transport.
This transport does not support RDMA operations.
config RDS_DEBUG
bool "RDS debugging messages"
depends on RDS
default n