From 952fef50c689b20708aaa8eb99ee142c57f880c7 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 3 Oct 2004 21:10:18 +0000 Subject: [PATCH] disallow Rio Carbon --- .../src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp index 0ac8b051fa..481b80c38f 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp @@ -337,7 +337,8 @@ void MemoryCardDriverThreaded_Linux::MountThreadDoOneUpdate() static const int g_iAllowedVendorIds[] = { 0x0781, // SanDisk Corp. - 0x045a, // Diamond Multimedia Systems (Rio) + //0x045a, // Diamond Multimedia Systems (Rio) + // Disallow the Rio Carbon. After several mounts, usb-storage gets into a state where mounting will fail. 0x04e8, // Samsung Electronics Co., Ltd. (Kingston) 0x05dc, // Lexar Media, Inc. };