From c5398cc968793cb73752d98e69f2e8d3cc9d9e59 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Tue, 4 Jun 2013 11:19:50 +0200 Subject: 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 Cc: Marek Vasut Cc: Lukasz Majewski Cc: Kyungmin Park Reviewed-by: Lukasz Majewski --- include/g_dnl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/g_dnl.h') diff --git a/include/g_dnl.h b/include/g_dnl.h index f47395f35d..f8affd8d91 100644 --- a/include/g_dnl.h +++ b/include/g_dnl.h @@ -23,7 +23,7 @@ #include #include - +int g_dnl_bind_fixup(struct usb_device_descriptor *); int g_dnl_register(const char *s); void g_dnl_unregister(void); -- cgit v1.2.1