the following patch was just integrated into master: commit 89ccc9285e3bdc3108e6d33dbe83ac9a4f048bc0 Author: Gabe Black gabeblack@google.com Date: Thu Nov 1 18:46:05 2012 -0700
libpayload: Add a pointer for user data on the USB MSC data structure.
This is so the user of libpayload can attach data to the device which it can retrieve when the device is referred to later, for instance in usbdisk_remove. Otherwise, there's no direct connection from the usbdev_t structure to any bookkeeping in the host firmware.
Change-Id: I36fe693b0dcd2098e359c26744e376e73bd3a723 Signed-off-by: Gabe Black gabeblack@google.com Reviewed-on: http://review.coreboot.org/2513 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber nico.huber@secunet.com
Build-Tested: build bot (Jenkins) at Tue Feb 26 01:32:01 2013, giving +1 See http://review.coreboot.org/2513 for details.
-gerrit