lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 10 Jan 2022 16:01:09 +0100
From:   Johan Hovold <johan@...nel.org>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] GNSS updates for 5.17-rc1

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git tags/gnss-5.17-rc1

for you to fetch changes up to 547d2167c5c3cd879ed5e86e88cfa7daaf1228a5:

  gnss: usb: add support for Sierra Wireless XM1210 (2021-12-22 15:38:12 +0100)

----------------------------------------------------------------
GNSS updates for 5.17-rc1

Here are the GNSS updates for 5.17-rc1, including:

 - support for GNSS receivers with USB interface
 - support for Sierra Wireless XM1210

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Johan Hovold (3):
      gnss: drop stray semicolons
      gnss: add USB support
      gnss: usb: add support for Sierra Wireless XM1210

 drivers/gnss/Kconfig  |  11 +++
 drivers/gnss/Makefile |   3 +
 drivers/gnss/mtk.c    |   2 +-
 drivers/gnss/serial.c |   2 +-
 drivers/gnss/sirf.c   |   2 +-
 drivers/gnss/ubx.c    |   2 +-
 drivers/gnss/usb.c    | 214 ++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 232 insertions(+), 4 deletions(-)
 create mode 100644 drivers/gnss/usb.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ