From: Nye Liu <nyet@mrv.com>
To: linux-kernel@vger.kernel.org, jirislaby@gmail.com
Subject: modpost: Something amiss with do_hid_entry() - id->bus endianess wrong?
Date: Mon, 16 Feb 2009 20:58:43 -0800 [thread overview]
Message-ID: <20090217045840.GA28536@mrv.com> (raw)
i am having problems with endianness on the id->bus value in do_hid_entry().
i think there is a "TO_NATIVE(id->bus);" missing in scripts/mod/file2alias.c:
# modinfo --version
module-init-tools version 3.4
# modinfo hid_dell
filename:
/lib/modules/2.6.28-1-amd64/kernel/drivers/hid/hid-dell.ko
license: GPL
alias: hid:b0300v000013BAp00000017
alias: hid:b0300v0000413Cp00002105
alias: hid:b0300v0000413Cp00002005
depends: hid,usbhid
vermagic: 2.6.28-1-amd64 SMP mod_unload modversions
notice it says "b0300", but the proper hid bus id is 0x0003 (from udev):
[ 2374.572122] dell 0003:413C:2005.0006: input,hidraw1: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-0000:00:1d.3-2/input0
this is preventing udev from autoloading any of the usbhid modules
unless you hack modules.alias
or do i have an outdated modinfo/modutils?
--
Nye Liu
nliu@mrv.com
(818) 772-6235x248
(818) 772-0576 fax
"Who would be stupid enough to quote a fictitious character?"
-- Don Quixote
next reply other threads:[~2009-02-17 5:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-17 4:58 Nye Liu [this message]
2009-02-17 11:38 ` modpost: Something amiss with do_hid_entry() - id->bus endianess wrong? Jiri Slaby
2009-02-17 19:10 ` Nye Liu
2009-02-18 1:20 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090217045840.GA28536@mrv.com \
--to=nyet@mrv.com \
--cc=jirislaby@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.