lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Sep 2006 16:54:24 +0200
From:	iSteve <isteve@...ez.cz>
To:	"Randy.Dunlap" <rdunlap@...otime.net>, linux-kernel@...r.kernel.org
Subject: Re: modules.isapnpmap vs modules.alias (now: modules.usbmap vs
 alias)

On Wed, 20 Sep 2006 10:22:48 -0700
"Randy.Dunlap" <rdunlap@...otime.net> wrote:
> It's defined in the MS ISA PNP spec from
> http://www.microsoft.com/whdc/resources/respec/specs/pnpisa.mspx
> 
> I just went thru the bit fiddling exercise, so holler if you
> want/need help with it.  (I'd rather just teach you how to fish
> instead of giving you fish.)

Mhm, thanks, I've got it... (also, I've found the fish itself;)

I've got one more question, this time regarding modules.usbmap.

-modules.usbmap:
ibmcam 0x000f 0x0545 0x8080 0x0002 0x0002 0x00 0x00 0x00 0x00 0x00 0x00 0x0
ibmcam 0x000f 0x0545 0x8080 0x030a 0x030a 0x00 0x00 0x00 0x00 0x00 0x00 0x0
ibmcam 0x000f 0x0545 0x8080 0x0301 0x0301 0x00 0x00 0x00 0x00 0x00 0x00 0x0
ibmcam 0x000f 0x0545 0x8002 0x030a 0x030a 0x00 0x00 0x00 0x00 0x00 0x00 0x0
ibmcam 0x000f 0x0545 0x800c 0x030a 0x030a 0x00 0x00 0x00 0x00 0x00 0x00 0x0
ibmcam 0x000f 0x0545 0x800d 0x030a 0x030a 0x00 0x00 0x00 0x00 0x00 0x00 0x0
-EOF

-With corresponding aliases:
alias usb:v0545p8080d0002dc*dsc*dp*ic*isc*ip* ibmcam
alias usb:v0545p8080d030[10-9]dc*dsc*dp*ic*isc*ip* ibmcam
alias usb:v0545p8080d0301dc*dsc*dp*ic*isc*ip* ibmcam
alias usb:v0545p8002d030[10-9]dc*dsc*dp*ic*isc*ip* ibmcam
alias usb:v0545p800Cd030[10-9]dc*dsc*dp*ic*isc*ip* ibmcam
alias usb:v0545p800Dd030[10-9]dc*dsc*dp*ic*isc*ip* ibmcam
-EOF

I absolutely do not understand the d030[10-9], where fields bcdDevice_lo and
bcdDevice_hi are 0x030a...

Looking at drivers/usb/core/usb.c, it'd seem that the MODALIAS sent upon device
event doesn't have anything like this -- it would have "[...]d030A[...]". So I
wonder, how it got generated?

-The relevant items in ibmcam.c:
static struct usb_device_id id_table[] = {
        { USB_DEVICE_VER(IBMCAM_VENDOR_ID, IBMCAM_PRODUCT_ID, 0x0002, 0x0002) },
        { USB_DEVICE_VER(IBMCAM_VENDOR_ID, IBMCAM_PRODUCT_ID, 0x030a, 0x030a) },
        { USB_DEVICE_VER(IBMCAM_VENDOR_ID, IBMCAM_PRODUCT_ID, 0x0301, 0x0301) },
        { USB_DEVICE_VER(IBMCAM_VENDOR_ID, NETCAM_PRODUCT_ID, 0x030a, 0x030a) },
        { USB_DEVICE_VER(IBMCAM_VENDOR_ID, VEO_800C_PRODUCT_ID, 0x030a, 0x030a) },
        { USB_DEVICE_VER(IBMCAM_VENDOR_ID, VEO_800D_PRODUCT_ID, 0x030a, 0x030a) },
        { }
};
-EOF

-And the resulting alias part of modinfo:
alias: usb:v0545p8080d0002dc*dsc*dp*ic*isc*ip*
alias: usb:v0545p8080d030[10-9]dc*dsc*dp*ic*isc*ip*
alias: usb:v0545p8080d0301dc*dsc*dp*ic*isc*ip*
alias: usb:v0545p8002d030[10-9]dc*dsc*dp*ic*isc*ip*
alias: usb:v0545p800Cd030[10-9]dc*dsc*dp*ic*isc*ip*
alias: usb:v0545p800Dd030[10-9]dc*dsc*dp*ic*isc*ip*
-EOF

Thanks in advance for any pointers
-- 
 -- iSteve
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ