From: Michael Poole Date: Fri, 5 Feb 2010 17:23:43 +0000 (-0500) Subject: Bluetooth: Keep a copy of each HID device's report descriptor X-Git-Tag: v2.6.33-rc8~34^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c697ce1c5b408c5e20dcdc6aea2968d1125b75;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed