diff --git a/[refs] b/[refs] index e091c7bcc2f8..9afb1bfc4053 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: daedb3d6a91f9626ab4c921378ac52e44de833d5 +refs/heads/master: 2b639386a2a26c84c8d26c649cf657ebd43a7bc8 diff --git a/trunk/scripts/mod/file2alias.c b/trunk/scripts/mod/file2alias.c index 491b8b1b6abf..4eea60b1693e 100644 --- a/trunk/scripts/mod/file2alias.c +++ b/trunk/scripts/mod/file2alias.c @@ -210,6 +210,7 @@ static void do_usb_table(void *symval, unsigned long size, static int do_hid_entry(const char *filename, struct hid_device_id *id, char *alias) { + id->bus = TO_NATIVE(id->bus); id->vendor = TO_NATIVE(id->vendor); id->product = TO_NATIVE(id->product);