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

@ -92,15 +92,15 @@ static hid_info_t liebert_hid2nut[] = {
{ NULL, 0, 0, NULL, NULL, NULL, 0, NULL }
};
static char *liebert_format_model(HIDDevice_t *hd) {
static const char *liebert_format_model(HIDDevice_t *hd) {
return hd->Product;
}
static char *liebert_format_mfr(HIDDevice_t *hd) {
static const char *liebert_format_mfr(HIDDevice_t *hd) {
return hd->Vendor ? hd->Vendor : "Liebert";
}
static char *liebert_format_serial(HIDDevice_t *hd) {
static const char *liebert_format_serial(HIDDevice_t *hd) {
return hd->Serial;
}