-
- Downloads
gnss: add receiver type support
Add a "type" device attribute and a "GNSS_TYPE" uevent variable which can be used to determine the type of a GNSS receiver. The currently identified types reflect the protocol(s) supported by a receiver: "NMEA" NMEA 0183 "SiRF" SiRF Binary "UBX" UBX Note that both SiRF and UBX type receivers typically support a subset of NMEA 0183 with vendor extensions (e.g. to allow switching to the vendor protocol). Signed-off-by:Johan Hovold <johan@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- Documentation/ABI/testing/sysfs-class-gnss 15 additions, 0 deletionsDocumentation/ABI/testing/sysfs-class-gnss
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/gnss/core.c 49 additions, 0 deletionsdrivers/gnss/core.c
- drivers/gnss/sirf.c 1 addition, 0 deletionsdrivers/gnss/sirf.c
- drivers/gnss/ubx.c 2 additions, 0 deletionsdrivers/gnss/ubx.c
- include/linux/gnss.h 9 additions, 0 deletionsinclude/linux/gnss.h
Loading
Please register or sign in to comment