usbd config file parse behaviour
From: Sam Lawrance (samuel.lawrance_at_studentmail.newcastle.edu.au)
Date: 03/26/04
- Previous message: Roman Kurakin: "[Fwd: [Fwd: Re: ATA/CHS problem]]"
- Next in thread: Bernd Walter: "Re: usbd config file parse behaviour"
- Reply: Bernd Walter: "Re: usbd config file parse behaviour"
- Maybe reply: Bernd Walter: "Re: usbd config file parse behaviour"
- Maybe reply: M. Warner Losh: "Re: usbd config file parse behaviour"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-hackers@freebsd.org Date: Fri, 26 Mar 2004 10:27:39 +1100
Hi,
usbd's present behaviour when reading usbd.conf is to scan from top to
bottom and use the first match.
What if it was changed to use the last, most specific match? That is,
the last match with the most of (product, vendor) specified.
The idea is that it makes it programmatically easy to add new entries to
the file - just place them at the end. Presently that won't work because
of the generic catch-all
device "USB Device"
in the default usbd.conf.
I know this would be useful to me, so I'm just looking for somebody to
say "yeah maybe".
Cheers
Sam.
_______________________________________________
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"
- Previous message: Roman Kurakin: "[Fwd: [Fwd: Re: ATA/CHS problem]]"
- Next in thread: Bernd Walter: "Re: usbd config file parse behaviour"
- Reply: Bernd Walter: "Re: usbd config file parse behaviour"
- Maybe reply: Bernd Walter: "Re: usbd config file parse behaviour"
- Maybe reply: M. Warner Losh: "Re: usbd config file parse behaviour"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|