commit | 15c697ce1c5b408c5e20dcdc6aea2968d1125b75 | [log] [tgz] |
---|---|---|
author | Michael Poole <mdpoole@troilus.org> | Fri Feb 05 12:23:43 2010 -0500 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Feb 05 09:50:05 2010 -0800 |
tree | 3326cde1d106ed92046639e23bb81a9fc3b3f667 | |
parent | c390216b3e868b16d8154939f4b6f8c16dbd9a9f [diff] |
Bluetooth: Keep a copy of each HID device's report descriptor The report descriptor is read by user space (via the Service Discovery Protocol), so it is only available during the ioctl to connect. However, the HID probe function that needs the descriptor might not be called until a specific module is loaded. Keep a copy of the descriptor so it is available for later use. Signed-off-by: Michael Poole <mdpoole@troilus.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>