Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on
how to assay usb-ohci.c
- 12-19-2006

Re: how to assay usb-ohci.c

First, you seem to be working on a 2.4.x kernel. The USB system
has been improved significantly in more recent kernels.
The OHCI driver is unusual. The main part of the OHCI handling
is inside ohci_hcd.c file (usb-ohci.c in your case). For each
platform which implements an OHCI controller, there is a
ohci_platform.c file which gets included by the main file.
In the case of a PC, this would be ohci_pci.c, on a TI OMAP
it's ohci_omap.c, etc.
It's the platform specific files which contain the module
init and exit calls.
BTW. 'assay' is an expression mainly used in biology.
Computer scientists probably prefer 'understand', 'trace'
or even 'grok'. ;-)
Kind regards,
Iwo
Site Timeline
- » The size of result from vfork() + pipe()
- — Next thread in » Embedded Linux
-
- » GPL vs SonoCalcâ„¢ IMT Embedded Linux Software
- — Previous thread in » Embedded Linux
-
- » Crosscompiling for ARM: reloc type R_ARM_ABS32 is not supported for PIC - ...
- — Newest thread in » Embedded Linux
-
- » Fixed Point Arithmetic is a PITA!
- — The site's Newest Thread. Posted in » Electronics Design
-