summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2013-10-08 14:30:41 +0200
committerMarek Vasut <marex@denx.de>2013-10-20 23:42:41 +0200
commitd6eae7b0b172b3ef31a3f816ce946857f382ac4e (patch)
tree475ac79d07aec27e7b54d21dca7fc915fb36bdee /include
parent7b412ab31fe7957eabbfa86c131679fb244d7079 (diff)
downloadtalos-obmc-uboot-d6eae7b0b172b3ef31a3f816ce946857f382ac4e.tar.gz
talos-obmc-uboot-d6eae7b0b172b3ef31a3f816ce946857f382ac4e.zip
usb:g_dnl: Add name parameter to g_dnl_bind_fixup function
New parameter, namely *name has been added to g_dnl_bind_fixup(). It is necessary (for compatibility reasons) to assign new USB idProduct and idVendor for different usb functions. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Cc: Marek Vasut <marex@denx.de>
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 b6c4dd4ac3..de669fb85a 100644
--- a/include/g_dnl.h
+++ b/include/g_dnl.h
@@ -10,7 +10,7 @@
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
-int g_dnl_bind_fixup(struct usb_device_descriptor *);
+int g_dnl_bind_fixup(struct usb_device_descriptor *, const char *);
int g_dnl_register(const char *s);
void g_dnl_unregister(void);
OpenPOWER on IntegriCloud