From 04e1ea0ad227f7565fecd7b86e2b9fea1e57edcd Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 26 Jul 2004 10:45:15 +0000 Subject: [PATCH] fixed typos from last checkin --- ftdi/ftdi.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ftdi/ftdi.c b/ftdi/ftdi.c index 794f800..8c5c13c 100644 --- a/ftdi/ftdi.c +++ b/ftdi/ftdi.c @@ -84,10 +84,10 @@ void ftdi_set_usbdev (struct ftdi_context *ftdi, usb_dev_handle *usb) */ int ftdi_usb_open(struct ftdi_context *ftdi, int vendor, int product) { - return ftdi_usb_desc_open(ftdi, vendor, product, NULL, NULL); + return ftdi_usb_open_desc(ftdi, vendor, product, NULL, NULL); } -int ftdi_usb_desc_open(struct ftdi_context *ftdi, int vendor, int product, +int ftdi_usb_open_desc(struct ftdi_context *ftdi, int vendor, int product, const char* description, const char* serial) { struct usb_bus *bus; -- 1.7.1