* bluez-5.0 dropped --with-ouifile=PATH
@ 2012-12-30 14:35 Pacho Ramos
2012-12-30 18:43 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Pacho Ramos @ 2012-12-30 14:35 UTC (permalink / raw)
To: linux-bluetooth
[-- Attachment #1: Type: text/plain, Size: 220 bytes --]
That option is needed on Gentoo to let it catch oui.txt file present
on /usr/share/misc/oui.txt, could it be re-added to prevent us from
needing to sed src/oui.c looking for that file in our location?
Thanks a lot
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bluez-5.0 dropped --with-ouifile=PATH
2012-12-30 14:35 bluez-5.0 dropped --with-ouifile=PATH Pacho Ramos
@ 2012-12-30 18:43 ` Marcel Holtmann
2012-12-30 19:58 ` Pacho Ramos
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2012-12-30 18:43 UTC (permalink / raw)
To: Pacho Ramos; +Cc: linux-bluetooth
Hi Pacho,
> That option is needed on Gentoo to let it catch oui.txt file present
> on /usr/share/misc/oui.txt, could it be re-added to prevent us from
> needing to sed src/oui.c looking for that file in our location?
or you build against a recent version of udev that comes with hwdb
support. Then it will actually start using the efficient version of
reading the OUI values from this file.
There is no plan to keep support for oui.txt for very long. It is still
supported as transition period, but that is about it.
Regards
Marcel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bluez-5.0 dropped --with-ouifile=PATH
2012-12-30 18:43 ` Marcel Holtmann
@ 2012-12-30 19:58 ` Pacho Ramos
2012-12-30 20:05 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Pacho Ramos @ 2012-12-30 19:58 UTC (permalink / raw)
To: linux-bluetooth
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]
El dom, 30-12-2012 a las 10:43 -0800, Marcel Holtmann escribió:
> Hi Pacho,
>
> > That option is needed on Gentoo to let it catch oui.txt file present
> > on /usr/share/misc/oui.txt, could it be re-added to prevent us from
> > needing to sed src/oui.c looking for that file in our location?
>
> or you build against a recent version of udev that comes with hwdb
> support. Then it will actually start using the efficient version of
> reading the OUI values from this file.
>
> There is no plan to keep support for oui.txt for very long. It is still
> supported as transition period, but that is about it.
>
> Regards
>
> Marcel
>
And what is replacing oui.txt? udev directly?
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bluez-5.0 dropped --with-ouifile=PATH
2012-12-30 19:58 ` Pacho Ramos
@ 2012-12-30 20:05 ` Marcel Holtmann
2012-12-30 20:12 ` Pacho Ramos
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2012-12-30 20:05 UTC (permalink / raw)
To: Pacho Ramos; +Cc: linux-bluetooth
Hi Pacho,
> > > That option is needed on Gentoo to let it catch oui.txt file present
> > > on /usr/share/misc/oui.txt, could it be re-added to prevent us from
> > > needing to sed src/oui.c looking for that file in our location?
> >
> > or you build against a recent version of udev that comes with hwdb
> > support. Then it will actually start using the efficient version of
> > reading the OUI values from this file.
> >
> > There is no plan to keep support for oui.txt for very long. It is still
> > supported as transition period, but that is about it.
>
> And what is replacing oui.txt? udev directly?
as I said above, udev's hwdb. Check udevadm hwdb for a command line
example too. Also src/oui.c is pretty obvious in that regard.
Regards
Marcel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bluez-5.0 dropped --with-ouifile=PATH
2012-12-30 20:05 ` Marcel Holtmann
@ 2012-12-30 20:12 ` Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2012-12-30 20:12 UTC (permalink / raw)
To: linux-bluetooth
[-- Attachment #1: Type: text/plain, Size: 901 bytes --]
El dom, 30-12-2012 a las 12:05 -0800, Marcel Holtmann escribió:
> Hi Pacho,
>
> > > > That option is needed on Gentoo to let it catch oui.txt file present
> > > > on /usr/share/misc/oui.txt, could it be re-added to prevent us from
> > > > needing to sed src/oui.c looking for that file in our location?
> > >
> > > or you build against a recent version of udev that comes with hwdb
> > > support. Then it will actually start using the efficient version of
> > > reading the OUI values from this file.
> > >
> > > There is no plan to keep support for oui.txt for very long. It is still
> > > supported as transition period, but that is about it.
> >
> > And what is replacing oui.txt? udev directly?
>
> as I said above, udev's hwdb. Check udevadm hwdb for a command line
> example too. Also src/oui.c is pretty obvious in that regard.
>
> Regards
>
> Marcel
OK, thanks
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-12-30 20:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-30 14:35 bluez-5.0 dropped --with-ouifile=PATH Pacho Ramos
2012-12-30 18:43 ` Marcel Holtmann
2012-12-30 19:58 ` Pacho Ramos
2012-12-30 20:05 ` Marcel Holtmann
2012-12-30 20:12 ` Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox