Imported Upstream version 2.6.0

This commit is contained in:
arnaud.quette@free.fr 2011-01-26 10:35:08 +01:00
parent 26fb71b504
commit 459aaf9392
510 changed files with 40508 additions and 18859 deletions

View file

@ -304,7 +304,7 @@ int command_write_sequence(unsigned char *command, int command_length, unsigned
}
void upsdrv_comm_good()
void upsdrv_comm_good(void)
{
nutusb_comm_good();
}
@ -344,7 +344,7 @@ static void nutusb_open_error(const char *port)
}
/* FIXME: this part of the opening can go into common... */
static usb_dev_handle *open_powerware_usb()
static usb_dev_handle *open_powerware_usb(void)
{
struct usb_bus *busses = usb_get_busses();
struct usb_bus *bus;