Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Is there a document for setting up Bluetooth on a Raspberry Pi 3B?



> I find that there is a bth5.c driver file, but internally it appears
> to be called "bthfive"

Yup.  Autoconf names can't end with digits, presumably because that
conflicts with the way the autoconf machinery appends digits to
distinguish between device instances.  (If you had bth5, then the first
bth5 would be called bth50, which has a potential name clash with
device bth unit 50.)

The SPARC port has something similar with many of its framebuffers; the
cg6, for example, is called cgsix for autoconf purposes.

/~\ The ASCII				  Mouse
\ / Ribbon Campaign
 X  Against HTML		mouse%rodents-montreal.org@localhost
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index