-.\" $OpenBSD: rtsx.4,v 1.5 2014/04/23 12:45:18 stsp Exp $
+.\" $OpenBSD: rtsx.4,v 1.6 2014/05/18 10:52:17 stsp Exp $
.\"
.\" Theo de Raadt, 2006. Public Domain.
.\" Stefan Sperling, 2012. Public Domain.
.\"
-.Dd $Mdocdate: April 23 2014 $
+.Dd $Mdocdate: May 18 2014 $
.Dt RTSX 4
.Os
.Sh NAME
.Sh DESCRIPTION
The
.Nm
-driver provides support for the Realtek RTS5209, RTS5227, and RTS5229 SD card
-readers.
+driver provides support for the Realtek RTS5209, RTS5227, RTS5229,
+and RTL8402 SD card readers.
.Pp
The
.Xr sdmmc 4
-/* $OpenBSD: rtsx.c,v 1.8 2014/04/23 12:45:18 stsp Exp $ */
+/* $OpenBSD: rtsx.c,v 1.9 2014/05/18 10:52:16 stsp Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
*/
/*
- * Realtek RTS5209/RTS5227/RTS5229 Card Reader driver.
+ * Realtek RTS5209/RTS5227/RTS5229/RTL8402 Card Reader driver.
*/
#include <sys/param.h>
-/* $OpenBSD: rtsx_pci.c,v 1.5 2014/04/18 09:34:05 claudio Exp $ */
+/* $OpenBSD: rtsx_pci.c,v 1.6 2014/05/18 10:52:17 stsp Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_REALTEK_RTS5209 ||
PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_REALTEK_RTS5227 ||
- PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_REALTEK_RTS5229)
+ PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_REALTEK_RTS5229 ||
+ PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_REALTEK_RTL8402)
return 1;
return 0;