gpsd.usermap 1.0 KB

12345678910111213141516171819202122
  1. # Hotplug device map for GPSD
  2. #
  3. # This file is Copyright 2010 by the GPSD project
  4. # SPDX-License-Identifier: BSD-2-clause
  5. #
  6. # GPSes don't have their own USB device class. They're serial-over-USB
  7. # devices, so what you see is actually the ID of the serial-over-USB chip.
  8. # Fortunately, just two of these account for over 80% of consumer-grade
  9. # GPS sensors. The gpsdplug script will tell a running gpsd that it should
  10. # look at the device that just went active, because it might be a GPS.
  11. #
  12. # The Prolific Technology 2303 (commonly in tandem with SiRF chips)
  13. gpsd.hotplug 0x0003 0x067b 0x2303 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000
  14. # FTDI 8U232AM
  15. gpsd.hotplug 0x0003 0x0403 0x6001 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000
  16. # Cypress M8/CY7C64013 (DeLorme uses these)
  17. gpsd.hotplug 0x0003 0x1163 0x0100 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000
  18. # PS-360 OEM (Microsoft GPS sold with Street and Trips 2005)
  19. gpsd.hotplug 0x0003 0x067b 0xaaa0 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000
  20. # vim: set expandtab shiftwidth=4