• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Automatic Loading of device driver
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automatic Loading of device driver


  • Subject: Re: Automatic Loading of device driver
  • From: Laurent Cerveau <email@hidden>
  • Date: Thu, 25 Oct 2001 22:21:15 +0200

Did you implement a probe function for your device?

Very few drivers are loaded automatically but more as the process of discoveriung devices is done. The Apple USB driver will match on any device that is conformant to the USB spec (some USB audio interface magic number I don't remember from the top of my head). If you want your driver to beloaded instead , you can implement a probe function that could check some specific USB property (name?) and return a higher score.

Laurent


On Thursday, October 25, 2001, at 08:22 PM, Sean Morrell wrote:

What is required in having a system automatically load a driver during
system startup or power on of the USB device? I can manually load and
unload the driver fine. And the driver KEXT is in the Extensions
directory. When I first started develoment on the driver, I remember the
AppleUSBAudio driver would automatically load for our device. The Apple
driver is still in the Extensions directory. Even it doesn't auto load
any longer.

Laurent Cerveau
Applications Division
Apple Computer Inc.
email@hidden


  • Follow-Ups:
    • Re: Automatic Loading of device driver
      • From: "Sean Morrell" <email@hidden>
References: 
 >Automatic Loading of device driver (From: "Sean Morrell" <email@hidden>)

  • Prev by Date: Automatic Loading of device driver
  • Next by Date: When is sound recording going to be added to OSX?
  • Previous by thread: Automatic Loading of device driver
  • Next by thread: Re: Automatic Loading of device driver
  • Index(es):
    • Date
    • Thread