All of lore.kernel.org
 help / color / mirror / Atom feed
* modpost: Something amiss with do_hid_entry() - id->bus endianess wrong?
@ 2009-02-17  4:58 Nye Liu
  2009-02-17 11:38 ` Jiri Slaby
  0 siblings, 1 reply; 4+ messages in thread
From: Nye Liu @ 2009-02-17  4:58 UTC (permalink / raw)
  To: linux-kernel, jirislaby

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-18  1:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17  4:58 modpost: Something amiss with do_hid_entry() - id->bus endianess wrong? Nye Liu
2009-02-17 11:38 ` Jiri Slaby
2009-02-17 19:10   ` Nye Liu
2009-02-18  1:20     ` Jiri Kosina

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.