summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHeiko Schocher <[email protected]>2013-06-04 11:19:50 +0200
committerMarek Vasut <[email protected]>2013-06-30 18:41:07 +0200
commitc5398cc968793cb73752d98e69f2e8d3cc9d9e59 (patch)
treec396b3a185745cf2b8e1c7a56ae6244028b2987f /include
parentad5f9778896534d9eae0c7499bcf5386e675257e (diff)
usb, g_dnl: make possibility to fixup the device_desc board specific
add a weak dummy function g_dnl_fixup to add the possibility to update the device_desc board specific. Used on the upcoming siemens board support, where idVendor and idProduct is stored in an eeprom. Signed-off-by: Heiko Schocher <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Lukasz Majewski <[email protected]> Cc: Kyungmin Park <[email protected]> Reviewed-by: Lukasz Majewski <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/g_dnl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/g_dnl.h b/include/g_dnl.h
index f47395f35d3..f8affd8d91b 100644
--- a/include/g_dnl.h
+++ b/include/g_dnl.h
@@ -23,7 +23,7 @@
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
-
+int g_dnl_bind_fixup(struct usb_device_descriptor *);
int g_dnl_register(const char *s);
void g_dnl_unregister(void);