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

@ -42,15 +42,15 @@ static hid_info_t explore_hid2nut[] =
{ NULL, 0, 0, NULL, NULL, NULL, 0, NULL }
};
static char *explore_format_model(HIDDevice_t *hd) {
static const char *explore_format_model(HIDDevice_t *hd) {
return hd->Product;
}
static char *explore_format_mfr(HIDDevice_t *hd) {
static const char *explore_format_mfr(HIDDevice_t *hd) {
return hd->Vendor;
}
static char *explore_format_serial(HIDDevice_t *hd) {
static const char *explore_format_serial(HIDDevice_t *hd) {
return hd->Serial;
}