Re: usbd config file parse behaviour

From: Bernd Walter (ticso_at_cicely12.cicely.de)
Date: 03/28/04

  • Next message: M. Warner Losh: "Re: usbd config file parse behaviour"
    Date: Sun, 28 Mar 2004 01:23:35 +0100
    To: "M. Warner Losh" <imp@bsdimp.com>
    
    

    On Sat, Mar 27, 2004 at 04:55:56PM -0700, M. Warner Losh wrote:
    > In message: <20040326074634.GG94505@cicely12.cicely.de>
    > Bernd Walter <ticso@cicely12.cicely.de> writes:
    > : I'm working on getting devd(8) usable for usb devices.
    >
    > The part I'm not sure about is where you add the pnpinfo to the
    > devaddq stuff. All that stuff should generally be in devaddq. Why
    > did you did it the way you did and what were you able to gain by it?

    Fact is that we need more information then available for attach/detach
    statements right now to replace usbd - especially the serial number of
    a device was the part that I'm interested in.
    What still puzzles me is why pnpinfo is currently only part in case of
    unassigned new devices - it looks intentionaly to be left out for other
    cases - therefor the current patch just adds it in the most simple way
    to test the other part and was never intended as a commit candidate.
    Do you think there could be problems with pnpinfo for other type of
    devices (cardbus, pcmcia, acpi, ...)?

    -- 
    B.Walter                   BWCT                http://www.bwct.de
    ticso@bwct.de                                  info@bwct.de
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: M. Warner Losh: "Re: usbd config file parse behaviour"

    Relevant Pages

    • Re: usbd config file parse behaviour
      ... :> The part I'm not sure about is where you add the pnpinfo to the ... All that stuff should generally be in devaddq. ... any interest in making it possible to kldload a usb module and ... having device attach to it? ...
      (freebsd-hackers)
    • Re: usbd config file parse behaviour
      ... I'm working on getting devdusable for usb devices. ... The part I'm not sure about is where you add the pnpinfo to the ... All that stuff should generally be in devaddq. ... To unsubscribe, ...
      (freebsd-hackers)